/* =====================================================
   ScoreCenter — Public CSS
   Matches AmaZulu FC Elementor card design exactly
   Developer: Desan Naidoo
   ===================================================== */

/* ══════════════════════════════════════════════════════
   FIXTURE & RESULT CARD
   ══════════════════════════════════════════════════════ */

.azfc-card {
  width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-family: inherit;
  box-sizing: border-box;
}

/* ── DATE BANNER ── */
.azfc-card__banner {
  flex-shrink: 0;
  min-height: 64px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
}

.azfc-card__date {
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #00ad50;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ── GREEN BODY ── */
.azfc-card__body {
  flex: 1;
  background-color: #00ad50;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 2rem;
  box-sizing: border-box;
  gap: 1.25rem;
}

/* ── LOGOS ROW ── */
.azfc-card__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
}

.azfc-card__logo-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.azfc-card__logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.azfc-card__logo-placeholder {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.azfc-card__team-name {
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

/* VS badge */
.azfc-card__vs {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  text-transform: lowercase;
  flex-shrink: 0;
}

/* Team names row — below logos, single line */
.azfc-card__teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  white-space: nowrap;
}

.azfc-card__teams .azfc-card__team-name:first-child {
  justify-self: center;
}

.azfc-card__teams .azfc-card__team-name:last-child {
  justify-self: center;
}

/* ── GOLD DIVIDER ── */
.azfc-card__divider {
  width: 100%;
  height: 1.1px;
  background: #cfb500;
  margin: 0;
  border: none;
  outline: none;
  flex-shrink: 0;
}

/* ── TIME + STADIUM (fixture card) ── */
.azfc-card__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  text-align: center;
}

.azfc-card__time,
.azfc-card__stadium {
  font-family: inherit;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

/* ── SCORE (result card) ── */
.azfc-card__score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  text-align: center;
}

.azfc-card__score-num {
  font-family: inherit;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
}

.azfc-card__score-sep {
  font-size: 2.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

/* ══════════════════════════════════════════════════════
   FEATURED NEXT MATCH SPLIT LAYOUT
   ══════════════════════════════════════════════════════ */
.azfc-next-split {
  width: 100%;
  overflow: hidden;
  font-family: inherit;
  box-sizing: border-box;
}

.azfc-next-split__header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 1rem 1.75rem;
  background: #ffffff;
  color: #00ad50;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}

.azfc-next-split__body {
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) 1px minmax(280px, 1.05fr);
  align-items: center;
  gap: 2.25rem;
  min-height: 500px;
  padding: 1.5rem 2rem;
  background-color: #00ad50;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.azfc-next-split__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}

.azfc-next-split .azfc-next-split__comp-logo {
  width: auto;
  height: 54px;
  /* max-width: 190px; */
  object-fit: contain;
  display: block;
}

.azfc-next-split__comp-name {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.azfc-next-split__date {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.azfc-next-split__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 19px 48px;
  background: #cfb500;
  border: 1px solid #cfb500;
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.2rem;
}

.azfc-next-split__stadium {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 1.15rem;
  text-transform: uppercase;
}

.azfc-next-split__divider {
  width: 1px;
  height: 100%;
  min-height: 175px;
  background: #cfb500;
  justify-self: center;
}

.azfc-next-split__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.azfc-next-split__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.85rem;
}

.azfc-next-split__logo-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.azfc-next-split__logo,
.azfc-next-split__logo-placeholder {
  width: 132px;
  height: 132px;
  flex-shrink: 0;
}

.azfc-next-split__logo {
  object-fit: contain;
  display: block;
}

.azfc-next-split__logo-placeholder {
  background: rgba(255, 255, 255, 0.15);
}

.azfc-next-split__teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  white-space: nowrap;
}

.azfc-next-split__team {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}

.azfc-next-split__vs {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.azfc-next-split__score-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.2rem;
}

.azfc-next-split__score-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 54px;
  padding: 0.35rem 0.85rem;
  background: #cfb500;
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}

.azfc-next-split__score-sep {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.azfc-next-split--result-featured .azfc-next-split__left {
  gap: 2rem;
}

.azfc-next-split--result-featured .azfc-next-split__stadium {
  margin-top: 0.55rem;
}

/* ══════════════════════════════════════════════════════
   SEASON TABS
   ══════════════════════════════════════════════════════ */
.azfc-season-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.azfc-season-tab {
  padding: 5px 16px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #173f35 !important;
  background: #f0f0f0;
  border: 1.5px solid #d0d0d0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.15s;
}
.azfc-season-tab:hover,
.azfc-season-tab--active {
  background: #173f35;
  color: #ffffff !important;
  border-color: #173f35;
}

/* ══════════════════════════════════════════════════════
   ACCORDION
   ══════════════════════════════════════════════════════ */
.azfc-accordion {
  overflow: hidden;
  margin-bottom: 4px;
}

.azfc-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #173f35;
  color: #ffffff;
  padding: 15px 22px;
  cursor: pointer;
  user-select: none;
}
.azfc-accordion__header:hover {
  background: #00ad50;
}
.azfc-accordion__month {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.azfc-accordion__chevron {
  font-size: 11px;
}
.azfc-accordion__body {
  display: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
}
.azfc-accordion--open .azfc-accordion__body {
  display: block;
}

/* ══════════════════════════════════════════════════════
   LIST ROW
   ══════════════════════════════════════════════════════ */
.azfc-row {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid #f0f0f0;
  color: #111;
}
.azfc-row:last-child {
  border-bottom: none;
}

.azfc-row__comp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.azfc-row__comp-logo {
  height: 44px;
  width: auto;
  max-width: 90px;
  object-fit: contain;
}
.azfc-row__comp-name {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}
.azfc-row__details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.azfc-row__date {
  font-size: 11px;
  color: #999;
  font-weight: 600;
}
.azfc-row__time {
  display: inline-block;
  background: #cfb500;
  color: #000;
  font-weight: 800;
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 3px;
}
.azfc-row__score-inline {
  display: flex;
  gap: 6px;
  font-size: 16px;
  font-weight: 900;
  color: #173f35;
  align-items: center;
}
.azfc-row__stadium {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #173f35;
}
.azfc-row__matchup {
  font-size: 13px;
  font-weight: 800;
  color: #173f35;
  text-transform: uppercase;
}
.azfc-row__matchup span {
  font-weight: 400;
  color: #aaa;
  font-style: italic;
}
.azfc-row__logos {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.azfc-row__logo {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.azfc-row__vs {
  font-size: 10px;
  font-weight: 700;
  color: #ccc;
  letter-spacing: 1px;
}

/* ══════════════════════════════════════════════════════
   FEATURED FIXTURES ACCORDION LAYOUT
   ══════════════════════════════════════════════════════ */
.azfc-fixturelist {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
}

.azfc-fixturelist__month {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  box-sizing: border-box;
}

.azfc-fixturelist__header {
  width: 100% !important;
  min-width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 1.95rem 2.15rem;
  border: 0;
  background: #00ad50 !important;
  color: #ffffff !important;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
}

.azfc-fixturelist__month--open .azfc-fixturelist__header {
  background: #00ad50 !important;
  color: #ffffff !important;
}

.azfc-fixturelist__header:hover,
.azfc-fixturelist__header:focus,
.azfc-fixturelist__header:focus-visible,
.azfc-fixturelist__header:active,
.azfc-fixturelist__month--open .azfc-fixturelist__header:hover,
.azfc-fixturelist__month--open .azfc-fixturelist__header:focus,
.azfc-fixturelist__month--open .azfc-fixturelist__header:focus-visible,
.azfc-fixturelist__month--open .azfc-fixturelist__header:active {
  background: #00ad50 !important;
  color: #ffffff !important;
  box-shadow: none;
  outline: none;
}

.azfc-fixturelist__month-label {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.azfc-fixturelist__toggle {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: #00ad50;
  font-size: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

.azfc-fixturelist__month--open .azfc-fixturelist__toggle {
  background: #ffffff;
  color: #00ad50;
}

.azfc-fixturelist__header:hover .azfc-fixturelist__toggle,
.azfc-fixturelist__header:focus .azfc-fixturelist__toggle,
.azfc-fixturelist__header:active .azfc-fixturelist__toggle,
.azfc-fixturelist__month--open
  .azfc-fixturelist__header:hover
  .azfc-fixturelist__toggle,
.azfc-fixturelist__month--open
  .azfc-fixturelist__header:focus
  .azfc-fixturelist__toggle,
.azfc-fixturelist__month--open
  .azfc-fixturelist__header:active
  .azfc-fixturelist__toggle {
  background: #ffffff;
  color: #00ad50;
}

.azfc-fixturelist__body {
  display: none;
  background: #ffffff;
  padding: 2rem 1rem;
}

.azfc-fixturelist__row {
  display: grid;
  grid-template-columns: 138px minmax(235px, 1fr) minmax(190px, 245px);
  align-items: center;
  gap: 1rem;
  padding: 3rem 1.35rem;
  border-bottom: 1px solid #d8e8df;
}

.azfc-fixturelist__row:last-child {
  border-bottom: 0;
}

.azfc-fixturelist__competition {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  min-height: 100px;
  padding-right: 0.85rem;
  border-right: 1px solid #dfe6e2;
}

.azfc-fixturelist__competition-name {
  color: #111111;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.azfc-fixturelist__competition-logo,
.azfc-fixturelist__competition-placeholder {
  object-fit: contain;
  display: block;
}

.azfc-fixturelist__competition-placeholder {
  background: rgba(0, 173, 80, 0.08);
}

.azfc-fixturelist__details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.78rem;
  padding-left: 0.65rem;
}

.azfc-fixturelist__date {
  color: #4fae89;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.2;
}

.azfc-fixturelist__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 0.65rem 1.2rem;
  background: #cfb500;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0.15rem;
}

.azfc-fixturelist__stadium {
  color: #00ad50;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.azfc-fixturelist__matchup {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem;
  margin-top: 0.2rem;
}

.azfc-fixturelist__matchup-team {
  color: #00ad50;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.azfc-fixturelist__matchup-vs {
  color: #00ad50;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.azfc-fixturelist__details--result {
  gap: 0.9rem;
  padding-left: 1.15rem;
}

.azfc-fixturelist__result-score-strip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
}

.azfc-fixturelist__result-score-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  padding: 0.35rem 0.7rem;
  background: #cfb500;
  color: #ffffff;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.azfc-fixturelist__result-score-sep {
  color: #111111;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.azfc-fixturelist__teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 3rem;
  justify-self: end;
}

.azfc-fixturelist__team-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.azfc-fixturelist__team-logo,
.azfc-fixturelist__team-logo-placeholder {
  width: 92px;
  height: 92px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.azfc-fixturelist__team-logo-placeholder {
  background: rgba(0, 173, 80, 0.08);
}

.azfc-fixturelist__teams-vs {
  color: #00ad50;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

/* Empty state */
.azfc-empty {
  padding: 30px;
  color: #aaa;
  font-style: italic;
  text-align: center;
  font-size: 14px;
}

/* ══════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .azfc-card__logo {
    width: 90px;
    height: 90px;
  }
  .azfc-card__logo-placeholder {
    width: 90px;
    height: 90px;
  }
  .azfc-card__team-name {
    font-size: 0.95rem;
  }
  .azfc-card__vs {
    font-size: 0.85rem;
  }
  .azfc-card__time,
  .azfc-card__stadium {
    font-size: 1rem;
  }
  .azfc-card__score-num {
    font-size: 2.5rem;
  }
  .azfc-card__body {
    padding: 2rem 1.25rem;
    gap: 1rem;
  }
  .azfc-card__date {
    font-size: 1.125rem;
  }
  .azfc-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .azfc-row__logos {
    justify-content: flex-start;
  }

  .azfc-fixturelist__header {
    padding: 1.2rem 1rem;
  }

  .azfc-fixturelist__body {
    padding: 2rem 1rem;
  }

  .azfc-fixturelist__month-label {
    font-size: 1.2rem;
  }

  .azfc-fixturelist__toggle {
    width: 34px;
    height: 34px;
  }

  .azfc-fixturelist__row {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 1.1rem;
  }

  .azfc-fixturelist__competition {
    min-height: 0;
    padding-right: 0;
    padding-bottom: 0.9rem;
    border-right: 0;
    border-bottom: 1px solid #dfe6e2;
  }

  .azfc-fixturelist__competition-logo,
  .azfc-fixturelist__competition-placeholder {
    width: 78px;
    height: 78px;
  }

  .azfc-fixturelist__details {
    gap: 0.65rem;
    padding-left: 0;
  }

  .azfc-fixturelist__result-score-box {
    min-width: 52px;
    min-height: 52px;
    font-size: 1.15rem;
  }

  .azfc-fixturelist__result-score-sep {
    font-size: 1.15rem;
  }

  .azfc-fixturelist__matchup-team {
    font-size: 1.2rem;
  }

  .azfc-fixturelist__teams {
    justify-self: start;
    gap: 0.35rem;
  }

  .azfc-fixturelist__team-logo,
  .azfc-fixturelist__team-logo-placeholder {
    width: 78px;
    height: 78px;
  }

  .azfc-fixturelist__teams-vs {
    font-size: 1rem;
  }

  .azfc-next-split__header {
    min-height: 48px;
    font-size: 1.05rem;
    letter-spacing: 1px;
  }

  .azfc-next-split__body {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    min-height: 0;
    padding: 1.5rem 1.25rem;
  }

  .azfc-next-split__left,
  .azfc-next-split__right {
    gap: 1rem;
  }

  .azfc-next-split__divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
  }

  .azfc-next-split .azfc-next-split__comp-logo {
    height: 42px;
    max-width: 140px;
  }

  .azfc-next-split__date {
    font-size: 1.45rem;
  }

  .azfc-next-split__stadium {
    font-size: 1.15rem;
  }

  .azfc-next-split__time {
    padding: 14px 28px;
    font-size: 1rem;
  }

  .azfc-next-split__logo,
  .azfc-next-split__logo-placeholder {
    width: 96px;
    height: 96px;
  }

  .azfc-next-split__teams {
    gap: 0.3rem;
  }

  .azfc-next-split__team {
    font-size: 1rem;
  }

  .azfc-next-split__vs {
    font-size: 1.05rem;
  }

  .azfc-next-split__score-box {
    min-width: 42px;
    min-height: 42px;
    font-size: 1.2rem;
  }

  .azfc-next-split__score-sep {
    font-size: 1rem;
  }
}

/* ══════════════════════════════════════════════════════
   RESULT CARD OVERRIDES
   ══════════════════════════════════════════════════════ */
.azfc-card--result .azfc-card__date {
  font-size: 1.5rem;
}

/* ══════════════════════════════════════════════════════
   COMPETITION BADGE (inside card body)
   ══════════════════════════════════════════════════════ */
.azfc-card__comp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.azfc-card__comp-logo {
  height: 32px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
  flex-shrink: 0;
}
.azfc-card__comp-name {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}

/* ══════════════════════════════════════════════════════
   STANDINGS / LOG
   ══════════════════════════════════════════════════════ */
.azfc-log {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  background: transparent;
  color: #ffffff;
}

.azfc-log__topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(207, 181, 0, 0.35);
}

.azfc-log__heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.azfc-log__competition-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex-shrink: 0;
}

.azfc-log__heading-copy {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.azfc-log__competition-name {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #cfb500;
}

.azfc-log__title-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.azfc-log__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
}

.azfc-log__season-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 0.95rem;
  background: rgba(0, 173, 80, 0.18);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(207, 181, 0, 0.45);
}

.azfc-log-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.azfc-log-tabs__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.65rem 0.95rem;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
}

.azfc-log-tabs__link:hover,
.azfc-log-tabs__link:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.azfc-log-tabs__link--active {
  background: #cfb500;
  color: #0f351f;
}

.azfc-log__table-wrap {
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0;
}

.azfc-log__table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  background: transparent;
}

.azfc-log__table th,
.azfc-log__table td {
  padding: 0.95rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #ffffff;
}

.azfc-log__table th {
  background: rgba(0, 173, 80, 0.18);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.azfc-log__table td:nth-child(2),
.azfc-log__table th:nth-child(2) {
  text-align: left;
}

.azfc-log__row {
  background: rgba(255, 255, 255, 0.02);
}

.azfc-log__row:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}

.azfc-log__row--highlight {
  background: rgba(0, 173, 80, 0.28);
}

.azfc-log__team-cell {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.azfc-log__team-badge {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex-shrink: 0;
}

.azfc-log__team-name {
  white-space: nowrap;
}

.azfc-log__points {
  font-weight: 700;
  color: #cfb500;
}

.azfc-log__table tbody tr:last-child td {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .azfc-log {
    padding: 0;
  }

  .azfc-log__topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .azfc-log__competition-logo {
    width: 56px;
    height: 56px;
  }

  .azfc-log__title {
    font-size: 1.55rem;
  }

  .azfc-log-tabs {
    justify-content: flex-start;
    gap: 0.45rem;
  }

  .azfc-log-tabs__link {
    width: 100%;
    justify-content: flex-start;
  }
}
