.league-banner {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.league-banner img {
    height: 80px;
    width: auto;
}

.league-banner.afle {background-color: #142140;}
.league-banner.bfl {background-color: #FF0000;}
.league-banner.cfl {background-color: #000000;}
.league-banner.cfp {background-color: #000000;}
.league-banner.efa {background-color: #0d4531;}
.league-banner.gfl {background-color: #0e204f;}
.league-banner.nfl {background-color: #003A70;}
.league-banner.ufl {background-color: #000000;}

.playoff-scroll {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding: 20px;
  scroll-snap-type: x mandatory;
}

.game-card {
  min-width: 280px; /* ensures 2 visible on desktop */
  flex: 0 0 auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  scroll-snap-align: start;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.team-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.team {
  font-size: 1.1rem;
}

.score {
  font-weight: bold;
  font-size: 1.1rem;
}

.update-banner {
    padding: 1rem;
    border-radius: 8px;
    color: #fff;
    margin: 1.5rem 0 2rem;
}

.update-banner h2 {
    margin: 0;
    font-size: 1.2rem;
    opacity: 0.9;
}

.update-banner .update-date {
    margin: 0.3rem 0 0.8rem;
    font-size: 0.9rem;
color: #fff;
}

.update-banner h1 {
    margin: 0.5rem 0 1rem;
    font-size: 1.8rem;
}

.update-banner h1 a {
    color: inherit;
    text-decoration: none;
}

.update-banner h1 a:hover {
    text-decoration: underline;
}

.update-banner h2 a {
    color: inherit;
    text-decoration: none;
text-transform: none;
}

.update-banner h2 a:hover {
    text-decoration: underline;
}


.update-banner p {
    margin: 0;
    font-size: 1rem;
}

.update-banner p a {
    color: inherit;
    text-decoration: none;
text-transform: none;
}

.update-banner p a:hover {
    text-decoration: underline;
}


/* League Colours */
.update-banner.bfl { background: #FF0000; } /* matches your red header */
.update-banner.black { background: #000000; }
.update-banner.afle { background: #0e204f; }
.update-banner.gfl { background: #0e204f; }
.update-banner.nfl { background: #003A70; }
.update-banner.efa {background-color: #0d4531;}
.updste-banner.gfl {background-color: #0e204f;}
.update-banner.ufl {background-color: #000000;}

h3.efa {
background: #0d4531!important;
color: white;
padding: 10px;
}

h3.afle {
background: #142140!important;
color: white;
padding: 10px;
}

h3.bfl {
background: red!important;
color: white;
padding: 10px;
}

h2.bfl {
background: red!important;
color: white;
padding: 10px;
}

h2.bfl a {
background: red!important;
color: white;
padding: 10px;
}

h3.cfl {
background: black!important;
color: white;
padding: 10px;
}

h3.nfl {
background: #003A70!important;
color: white;
padding: 10px;
}

h2.nfl {
background: #003A70!important;
color: white;
padding: 10px;
}

h2.nfl a {
background: #003A70!important;
color: white;
padding: 10px;
}

h3.ufl {
background: black!important;
color: white;
padding: 10px;
}

.division {
  border: 1px solid #ddd;
  padding: 10px;
text-transform: uppercase;
background-color: red;
  color: white;
  font-weight : bold;
}

.playoffs {
  border: 1px solid #ddd;
  padding: 10px;
text-transform: uppercase;
background-color: blue;
  color: white;
  font-weight : bold;
}

.north {background-color: #06407C;
  color: white;
    font-size: 18px;
}

.south {background-color: red;
  color: white;
    font-size: 18px;}

/* Vertical season menu */
.season-vertical {
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 6px;
border: 4px solid black;
}

.season-vertical a {
    padding: 8px 12px;
    background: #f5f5f5;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    color: #c00;
    font-weight: 700;
    white-space: nowrap;
}

.season-vertical a:hover {
    background: #c00;
    color: #fff;
}

/* Highlight current season */
.season-vertical a.current {
    background: #000080;
    color: #fff;
    border-color: #000;
}

.subheader-icon {
    width: 100px;
    height: auto;
    display: block;
}
