/* Fixtures page styling that matches home page style */

/* Rwanda-inspired background */
.magical-gradient-bg {
  background: linear-gradient(135deg, #1a5276 0%, #154360 100%);
  position: relative;
  color: white;
  min-height: 500px;
  overflow: hidden;
}

/* Rwanda patterns and accents */
.rwanda-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  z-index: 0;
  opacity: 0.05;
  pointer-events: none;
}

.agaseke-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0h2v20H9V0zm25.134.84l1.732 1-10 17.32-1.732-1 10-17.32zm-20 20l1.732 1-10 17.32-1.732-1 10-17.32zM58.16 4.134l1 1.732-17.32 10-1-1.732 17.32-10zm-40 40l1 1.732-17.32 10-1-1.732 17.32-10zM80 9v2H60V9h20zM20 69v2H0v-2h20zm79.32-55.134l1 1.732-17.32 10-1-1.732 17.32-10zM103.632 9.732l1.732 1-10 17.32-1.732-1 10-17.32zm-60 60l1.732 1-10 17.32-1.732-1 10-17.32zm-35.368 0l1.732 1-10 17.32-1.732-1 10-17.32zM97 80v2H77v-2h20zm-40 40v2H37v-2h20zm39.32-55.134l1 1.732-17.32 10-1-1.732 17.32-10zM39.32 24.134l1 1.732-17.32 10-1-1.732 17.32-10zM112 0h2v20h-2V0zm-97.32 0l1 1.732-17.32 10-1-1.732 17.32-10zM0 49v2h20v-2H0zm92.32 34.134l1 1.732-17.32 10-1-1.732 17.32-10zm-20 0l1 1.732-17.32 10-1-1.732 17.32-10zM77 49v2H57v-2h20zm-40 40v2H17v-2h20zm-40 0v2H0v-2h17z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}

.rwanda-flag-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 80, 95, 0) 0%,
    rgba(0, 80, 95, 0.05) 40%,
    rgba(0, 80, 95, 0.1) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px
  );
  background-size: 30px 30px;
  z-index: 0;
  pointer-events: none;
}

/* Section title and divider */
.rpl-section-title {
  color: white;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.rpl-section-divider {
  height: 3px;
  width: 60px;
  background: linear-gradient(90deg, var(--rpl-blue), rgba(255, 255, 255, 0.5));
  border-radius: 3px;
}

.rpl-section-icon {
  font-size: 2rem;
  color: var(--rpl-blue);
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Fixtures header */
.fixtures-header {
  position: relative;
  z-index: 1;
}

.fixtures-heading {
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.download-calendar-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 30px;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.download-calendar-btn:hover {
  background: var(--rpl-blue);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Match timeline */
.fixtures-timeline {
  position: relative;
  z-index: 1;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 2rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fixture-date-container {
  margin-bottom: 2rem;
  position: relative;
}

.fixture-date-container:last-child {
  margin-bottom: 0;
}

.fixture-date-container:after {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 15px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    var(--rpl-blue),
    rgba(255, 255, 255, 0.1)
  );
  z-index: -1;
  display: none;
}

.fixture-date-title {
  position: relative;
  color: var(--rpl-blue);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-left: 3px solid var(--rpl-blue);
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
}

.list-group-fixtures {
  list-style: none;
  padding-left: 0;
}

/* Match card styling */
.rpl-match-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.rpl-match-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(to bottom, var(--rpl-blue), var(--rpl-blue-dark));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rpl-match-card:hover:before {
  opacity: 1;
}

.rpl-match-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.fixture-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  color: #333;
}

.team {
  display: flex;
  align-items: center;
  min-width: 120px;
}

.team img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 50%;
  background: white;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.rpl-match-card:hover .team img {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.team-left {
  text-align: right;
  justify-content: flex-end;
}

.team-left span {
  margin-right: 10px;
  font-weight: 600;
}

.team-right {
  text-align: left;
  justify-content: flex-start;
}

.team-right span {
  margin-left: 10px;
  font-weight: 600;
}

.fixture-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
}

.fixture-time .time {
  font-weight: 700;
  color: var(--rpl-blue-dark);
  font-size: 1.1rem;
}

.fixture-time .stadium {
  font-size: 0.75rem;
  color: #6c757d;
  margin-top: 0.25rem;
}

.fixture-footer {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Buttons */
.btn-fixture-details,
.btn-set-reminder {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-fixture-details {
  background: rgba(26, 82, 118, 0.1);
  color: var(--rpl-blue-dark);
}

.btn-fixture-details:hover {
  background: var(--rpl-blue-dark);
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-set-reminder {
  background: rgba(244, 208, 63, 0.1);
  color: #d4ac0d;
}

.btn-set-reminder:hover {
  background: #f4d03f;
  color: white;
  transform: translateY(-2px);
}

.btn-set-reminder.reminder-set {
  cursor: default;
  transform: none !important;
}

/* Magical effects */
.magical-glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.imigongo-modern {
  position: relative;
  overflow: hidden;
}

/* .imigongo-modern:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
  transform: rotate(-45deg);
  pointer-events: none;
} */

@keyframes shimmer {
  0% {
    transform: translateX(-100%) rotate(-45deg);
  }
  100% {
    transform: translateX(100%) rotate(-45deg);
  }
}

.magical-highlight {
  position: relative;
  overflow: hidden;
}

.magical-highlight:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.magical-highlight.active:after {
  opacity: 1;
}

.magical-reveal {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pulse-text {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

/* Pagination */
.pagination-container {
  padding: 10px 15px;
  border-radius: 8px;
}

.pagination {
  justify-content: center;
  margin-bottom: 0;
}

.pagination .page-item .page-link {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.05);
  color: white;
  margin: 0 3px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.pagination .page-item.active .page-link {
  background: var(--rpl-blue);
  border-color: var(--rpl-blue);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.pagination .page-item .page-link:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

/* Notification */
.rpl-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--rpl-blue-dark);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.rpl-notification.show {
  transform: translateY(0);
  opacity: 1;
}

/* Match stats section */
.match-stats-section {
  padding: 60px 0;
}

.match-stat-card {
  border-radius: 8px;
  overflow: hidden;
  padding: 1.5rem;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.match-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.stat-icon {
  font-size: 2.5rem;
  color: var(--rpl-blue);
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.stat-info {
  width: 100%;
}

.stat-title {
  color: white;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--rpl-blue);
  margin-bottom: 0.25rem;
}

.stat-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* Fan Zone Section */
.fan-zone-section {
  position: relative;
  overflow: hidden;
}

.imigongo-pattern-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40zm0-40h2l-2 2V0zm0 4l4-4h2l-6 6V4zm0 4l8-8h2L40 10V8zm0 4L52 0h2L40 14v-2zm0 4L56 0h2L40 18v-2zm0 4L60 0h2L40 22v-2zm0 4L64 0h2L40 26v-2zm0 4L68 0h2L40 30v-2zm0 4L72 0h2L40 34v-2zm0 4L76 0h2L40 38v-2zm0 4L80 0v2L42 40h-2zm4 0L80 4v2L46 40h-2zm4 0L80 8v2L50 40h-2zm4 0l28-28v2L54 40h-2zm4 0l24-24v2L58 40h-2zm4 0l20-20v2L62 40h-2zm4 0l16-16v2L66 40h-2zm4 0l12-12v2L70 40h-2zm4 0l8-8v2l-6 6h-2zm4 0l4-4v2l-2 2h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
  pointer-events: none;
}

.fan-comment {
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.fan-comment:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-name {
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
}

.comment-time {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

.comment-text {
  line-height: 1.5;
}

/* Form styling */
.prediction-form label {
  color: white;
  font-weight: 500;
}

.prediction-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 4px;
  padding: 0.75rem 1rem;
}

.prediction-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--rpl-blue);
  box-shadow: 0 0 0 0.25rem rgba(26, 82, 118, 0.25);
  color: white;
}

.prediction-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* Button styles */
.btn-rpl {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  background: var(--rpl-blue);
  color: white;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: fit-content;
}

.btn-rpl i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.btn-rpl:hover {
  background: var(--rpl-blue-dark);
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.btn-rpl:hover i {
  transform: translateX(5px);
}

/* Card styles */
.rpl-match-experience-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rpl-match-experience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

.card-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--rpl-blue);
  font-size: 1.5rem;
  opacity: 0.5;
}

.card-content {
  position: relative;
  z-index: 1;
}

.card-title {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.75rem;
}

/* Alert styles */
.alert-success {
  background: rgba(39, 174, 96, 0.2);
  color: #27ae60;
  border: 1px solid rgba(39, 174, 96, 0.3);
  padding: 1rem 1.5rem;
  border-radius: 8px;
}

/* Responsive styles */
@media (max-width: 767px) {
  .fixture-header {
    flex-direction: column;
    gap: 1rem;
  }

  .team-left,
  .team-right {
    justify-content: center;
    width: 100%;
  }

  .team-left span {
    margin-right: 10px;
  }

  .team-right span {
    margin-left: 10px;
  }

  .fixture-time {
    order: -1;
  }

  .fixture-footer {
    flex-direction: column;
    gap: 0.5rem;
  }

  .btn-fixture-details,
  .btn-set-reminder {
    width: 100%;
    justify-content: center;
  }

  .fixtures-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .download-calendar-btn {
    align-self: flex-start;
  }

  .match-stat-card {
    margin-bottom: 1rem;
  }

  .stat-icon {
    width: 60px;
    height: 60px;
    font-size: 1.75rem;
  }

  .stat-value {
    font-size: 2rem;
  }

  .prediction-form .d-flex {
    flex-direction: column;
  }

  .prediction-form .form-control {
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }
}

/* Stadium Showcase Section */
.stadium-showcase-section {
  position: relative;
  overflow: hidden;
}

.magical-alt-bg {
  background: linear-gradient(135deg, #154360 0%, #1e2f45 100%);
  position: relative;
  color: white;
  min-height: 500px;
  overflow: hidden;
}

.venue-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.venue-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.venue-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.venue-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.venue-card:hover .venue-image img {
  transform: scale(1.05);
}

.venue-capacity {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  font-size: 0.8rem;
  border-top-right-radius: 5px;
}

.venue-details {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.venue-name {
  color: white;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.venue-location {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.venue-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1rem;
  flex-grow: 1;
}

.venue-feature {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.9);
}

.btn-virtual-tour {
  background: linear-gradient(90deg, var(--rpl-blue), var(--rpl-blue-dark));
  color: white;
  border: none;
  border-radius: 30px;
  padding: 8px 15px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  width: 100%;
  cursor: pointer;
}

.btn-virtual-tour:hover {
  background: linear-gradient(90deg, var(--rpl-blue-dark), var(--rpl-blue));
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Venue Modal */
.venue-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
}

.venue-modal-content {
  margin: 5% auto;
  width: 80%;
  max-width: 1000px;
  background: rgba(20, 40, 60, 0.95);
  border-radius: 10px;
  overflow: hidden;
  animation: modalFadeIn 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.venue-modal-header {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--rpl-blue-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.venue-modal-title {
  color: white;
  margin: 0;
  font-weight: 600;
}

.venue-modal-close {
  color: white;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.venue-modal-close:hover {
  color: var(--rpl-blue);
}

.venue-modal-body {
  padding: 1.5rem;
}

.venue-panorama {
  height: 400px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.venue-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 2;
}

.venue-loading .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--rpl-blue);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.panorama-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venue-info {
  color: white;
}

.venue-info-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--rpl-blue);
}

.venue-info-description {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.venue-info-stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.venue-stat {
  flex: 1;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin: 0 5px;
}

.venue-stat-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--rpl-blue);
}

.venue-stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 576px) {
  .rpl-match-experience-card {
    padding: 1rem;
  }
  .fixtures-content,
  .results-content {
    padding: 4px;
  }
}
