/* event.css — styles scoped to the Event page only */
.page-event .event-hero{
  border:1px solid #eee;
  border-radius:1rem;
  overflow:hidden;
  background:linear-gradient(180deg,#fafafa 0%, #fff 100%);
}

.page-event .event-hero .hero-img{
  width:100%;
  max-height:280px;
  object-fit:cover;
  display:block;
}

/* Badge + score layout in the hero */
.page-event .event-hero .badges{ gap:2.25rem; }
.page-event .event-hero .badges .team-badge{
  width:72px; height:72px; object-fit:contain;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.08));
}
.page-event .event-hero .badges .fs-3{ font-size:2rem !important; }

/* Score chips beside each team */
.page-event .event-hero .badges .badge{
  font-size:1.1rem; line-height:1;
  padding:.5rem .8rem;
  border-radius:999px;
  box-shadow:0 2px 10px rgba(22,163,74,.08);
}

/* Title line + status pill */
.page-event h1.h4{ font-size:1.6rem; font-weight:700; letter-spacing:.2px; }


/* Meta row tweaks (time zone label tone) */
.page-event .tz-inline{ color:#64748b !important; }

/* “Where to watch” pills (baseline) */
.page-event .tv-pill{
  display:inline-flex; align-items:center; gap:.45rem;
  padding:.4rem .6rem; border-radius:.65rem;
  background:var(--green-soft); color:#065f46;
  border:1px solid rgba(0,0,0,.06);
  transition:transform .12s ease, box-shadow .12s ease;
}
.page-event .tv-pill:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.08); }
.page-event .tv-pill img{ height:18px; object-fit:contain; }
.page-event .tv-flag{ height:16px; width:auto; border-radius:2px; box-shadow:0 0 0 1px rgba(0,0,0,.06); }

/* Match details table */
.page-event .card .card-header{ border-bottom:1px solid #f1f5f9; }
.page-event .card .card-header .h6{ font-weight:700; }
.page-event .table th{
  background:#f8fafc; color:#64748b; font-weight:600;
  width:220px;
}
.page-event .table td a.fw-semibold{ color:#111; text-decoration:none; }
.page-event .table td a.fw-semibold:hover{ color:var(--green); }

/* Footer tone on this page */
.page-event footer{ color:#94a3b8; }

/* --- Breadcrumb bar inside the hero --- */
.page-event .meta-breadcrumb{
  margin-top:.5rem;
  padding:.6rem .85rem;
  display:flex; align-items:center; flex-wrap:wrap; gap:.6rem .7rem;
  background:#fff;
  border:1px solid rgba(22,163,74,.25);
  border-radius:.75rem;
  box-shadow:0 6px 18px rgba(22,163,74,.06);
}

.page-event .meta-breadcrumb .chip{
  display:inline-flex; align-items:center; gap:.35rem;
  padding:.28rem .6rem;
  border-radius:.55rem;
  background:var(--green-soft);
  color:#065f46; font-weight:600; font-size:.9rem;
}
.page-event .meta-breadcrumb .chip a{ color:inherit; text-decoration:none; }
.page-event .meta-breadcrumb .chip a:hover{ text-decoration:underline; }

.page-event .meta-breadcrumb .time{
  font-weight:700; font-size:1.05rem; color:#0f172a;
}
.page-event .meta-breadcrumb .tz-inline{
  color:#64748b !important;
}
.page-event .meta-breadcrumb .date-badge{
  background:#111; color:#fff;
  padding:.25rem .55rem; border-radius:.5rem;
  font-weight:700; font-size:.85rem;
}

/* ================================
   Where to watch — scoped styling
   ================================= */

/* Card container */
.page-event .watch-box{
  border:1px solid rgba(22,163,74,.20);
  background:linear-gradient(180deg,#f9fffb 0,#ffffff 100%);
  border-radius:1rem;
  padding:1rem 1.25rem;
  box-shadow:0 6px 18px rgba(22,163,74,.06);
}

/* Title row with dot */
.page-event .watch-title{
  display:flex; align-items:center; gap:.5rem;
  font-weight:700; margin:0 0 .75rem;
}
.page-event .watch-title .dot{
  width:10px; height:10px; border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 6px rgba(22,163,74,.12);
}

/* Grid + pill overrides inside this section */
.page-event .watch-grid{ margin-top:.25rem; }
.page-event .watch-grid a{ text-decoration:none; }

.page-event .watch-grid .tv-pill{
  padding:.5rem .75rem;                 /* slightly bigger */
  border-radius:.75rem;
  background:#ecfdf5;                   /* soft green */
  border:1px solid #d1fae5;
  color:#065f46;
  transition:transform .12s ease, box-shadow .12s ease;
}
.page-event .watch-grid .tv-pill:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 18px rgba(22,163,74,.10);
}
.page-event .watch-grid .tv-pill span{
  font-weight:600; color:#0f172a;
}

/* Make the Web Player pill stand out a bit */
.page-event .watch-grid .tv-pill.border-success{
  background:#fff;
  border-color:rgba(22,163,74,.35);
  box-shadow:0 4px 12px rgba(22,163,74,.06);
}

/* Flag in this grid */
.page-event .watch-grid .tv-flag{
  height:16px; width:auto; border-radius:3px;
  box-shadow:0 0 0 1px rgba(0,0,0,.06);
}


/* ---------- Section titles with green dot ---------- */
/* Use on Event Highlights (via .highlights-title class) */
.page-event .highlights-title{
  display:flex; align-items:center; gap:.5rem;
  font-weight:700;
}
.page-event .highlights-title::before{
  content:""; width:10px; height:10px; border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 6px rgba(22,163,74,.12);
}

/* Apply the same dot to "Match details" (no HTML changes needed) */
.page-event .card .card-header .h6{
  display:flex; align-items:center; gap:.5rem;
  font-weight:700; /* keeps your existing weight consistent */
}
.page-event .card .card-header .h6::before{
  content:""; width:10px; height:10px; border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 6px rgba(22,163,74,.12);
}


/* Small comp badge before league name in Match details */
.page-event .competition-badge{
  height:22px;
  width:auto;
  object-fit:contain;
  border-radius:4px;
  box-shadow:0 0 0 1px rgba(0,0,0,.06);
}

/* Poster block (strThumb) below Match details */
.page-event .event-poster{
  max-width:960px;
  margin:0 auto;
}
.page-event .event-poster img{
  width:100%;
  height:auto;
  border-radius:.75rem;
  border:1px solid #eee;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}


/* --- Section title with green dot (scoped to event page) --- */
.page-event .section-title{
  display:flex; align-items:center; gap:.5rem;
  margin:0 0 .75rem; line-height:1;
  font-weight:800; font-size:1.05rem; color:#0f172a;
}
.page-event .section-title::before{
  content:""; display:inline-block;
  width:.65rem; height:.65rem; border-radius:50%;
  background:var(--green);
  box-shadow:0 0 0 6px rgba(22,163,74,.12);
}


/* Breadcrumb bar (now ABOVE the hero) */
.page-event .meta-breadcrumb{
  margin:.35rem 0 1rem;           /* tighter to the title, spaced from hero */
  padding:.6rem .85rem;
  display:flex; align-items:center; flex-wrap:wrap; gap:.6rem .7rem;
  background:#fff;
  border:1px solid rgba(22,163,74,.25);
  border-radius:.75rem;
  box-shadow:0 6px 18px rgba(22,163,74,.06);
}

/* --- Section title with green dot (reusable) --- */
.page-event .section-title-dot{
  display:inline-flex; align-items:center; gap:.5rem;
  font-size:1.125rem; font-weight:800; letter-spacing:.2px;
  margin-bottom:1rem;
}
.page-event .section-title-dot::before{
  content:""; width:.55rem; height:.55rem; border-radius:50%;
  background:var(--green); display:inline-block;
  box-shadow:0 0 0 4px rgba(22,163,74,.12);
}

/* --- Event Poster section --- */
.page-event .event-poster{
  max-width: 960px;
  margin: 0 auto;
}
.page-event .event-poster img{
  display:block;
  width:100%;
  height:auto;
  border-radius:.75rem;
  border:1px solid #eef2f7;
  box-shadow:0 10px 26px rgba(2, 55, 20, .08);
}


/* For single-image heroes (e.g., WWE/ROH) show full image without cropping */
.page-event .event-hero .hero-img.hero-img--contain{
  /* keep same footprint as before, but show entire image */
  width: 100%;
  max-height: 280px;
  height: 280px;            /* ensure object-fit applies predictably */
  object-fit: contain;      /* 🔑 no cropping – fit whole image */
  object-position: center;
  display: block;
  margin: 0 auto;

  /* subtle frame so letterboxing looks intentional */
  background: #fff;
  padding: 10px;
  border-radius: .75rem;
  border: 1px solid #eef2f7;
  box-shadow: 0 6px 18px rgba(0,0,0,.05);
}
