/* ----------------------------------------------------------------

Cool Blue Theme

April 2025 - upgrade to website Fixtures & Results with club logo's

- Brendan Doyle

---------------------------------------------------------------- */


/* League-table header */
.league-table__table thead th {
  background: #2a3d54;  /* deep slate */
  color:      #e1efff;  /* pale ice */
  border-bottom: 3px solid #1f2a38;
}

/* Date header */
.fixtures__header--date {
  background: #2a3d54;
  color:      #e1efff;
}

/* Round header */
.fixtures__header--round {
  background: #f0f4f8;
  color:      #2a3d54;
}

/* Fixture stripes */
.fixtures__row--odd .fixtures__item,
.fixtures__row--odd .fixtures__details {
  background: #fafcff;
}
.fixtures__row--even .fixtures__item,
.fixtures__row--even .fixtures__details {
  background: #eef4fc;
}

/* “More…” banner */
.comp-header {
  background: #d7e3f2;
  color:      #1f2a38;
}

	/* force padding on every time badge, odd or even */
.fixtures__time {
  padding: 0px 3px 0px 3px !important;
}