/* Global */
.football__title {
  font-size: 36px !important;
}
@media (max-width: 1200px) {
  .football__title {
    padding: 0 16px !important;
  }
  #main {
    padding: 0 !important;
  }
}
@media (max-width: 480px) {
  .football__title {
    font-size: 22px !important;
  }
}
.football__team-header .football__title {
  padding: 0 !important;
}

/* Container for match list / shortcode widgets — width-based layout (see @container rules below) */
.football__wrapper {
  container-type: inline-size;
  container-name: football-fixtures;
}

/* Tabs */
.date__wrapper-scroll {
  background-color: #00005a;
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 16px;
  position: relative;
}
.date__wrapper-scroll::before {
  content: "";
  background: linear-gradient(90deg, #00005a, transparent);
  position: absolute;
  width: 30px;
  height: 56px;
  left: 40px;
}
.date__wrapper-scroll::after {
  content: "";
  background: linear-gradient(90deg, transparent, #00005a);
  position: absolute;
  width: 30px;
  height: 56px;
  right: 40px;
}
.date__wrapper-buttons {
  margin-bottom: 16px;
}
.football__date-toolbar-with-odds {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  flex-wrap: wrap;
}
.football__date-toolbar-with-odds .date__container {
  width: auto;
  flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
}
.football__date-toolbar-with-odds .football__odds-format-toggle {
  margin-left: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}
.football__nav-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding: 0;
}
.football__nav-toolbar .date__wrapper-buttons {
  margin-bottom: 0;
}
.football__nav-toolbar .date__container {
  width: auto;
  max-width: 100%;
  min-width: 0;
}
.football__nav-toolbar .football__select {
  margin-bottom: 0;
  flex: 0 0 auto;
}
@media (max-width: 1200px) {
  .football__nav-toolbar {
    padding: 0 15px;
  }
  .football__nav-toolbar .date__wrapper-buttons,
  .football__nav-toolbar .football__select {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .football__nav-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
}
.date__container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media (max-width: 1200px) {
  .date__wrapper-buttons {
    padding: 0 15px;
  }
  .date__wrapper-scroll {
    margin: 0 auto 16px;
  }
}
@media (max-width: 992px) {
  .date__container {
      overflow: scroll;
  }
}
.date__button,
.date__wrapper button {
  border-radius: 24px;
  color: #fff;
  background-color: #26266E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  width: 96px;
  align-items: center;
  line-height: 16px;
  cursor: pointer;
  border: 0;
  padding: 8px 0;
  margin: 0 6px;
  outline: none;
  flex: 0 0 auto;
}
.date__wrapper-buttons .date__button {
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #1212124D;
  border-radius: 4px;
  color: #00005a;
}
.date__button:focus-visible {
  border: 2px solid #fff;
}
.date__button:hover,
.date__button.active {
  border-radius: 24px;
  color: #fff;
  background-color: #0028f0;
  position: relative;
}
.date__wrapper-buttons .date__button:hover, 
.date__wrapper-buttons .date__button.active {
  border-radius: 4px;
  background-color: #00005a;
  color: #fff;
}
.date__wrapper-buttons .date__container .date__button:first-of-type {
  margin-left: 0;
}
.date__wrapper-buttons .date__container .date__button:last-of-type {
  margin-right: 0;
}
.date__wrapper-scroll .date__button span {
  font-size: 8px;
  font-weight: 600;
}
.date__button strong {
  font-weight: 500;
}
.date__wrapper button.arrow {
  background-color: transparent;
  width: 24px;
  margin: 0;
  display: flex;
}
.date__wrapper button.arrow-next img {
  transform: rotate(180deg);
}
.date__wrapper button.arrow-next {
  align-items: end;
  margin-right: 10px;
}
.date__wrapper button.arrow-prev {
  align-items: start;
  margin-left: 10px;
}
.date__wrapper button.arrow img {
  width: 16px;
  height: 16px;
}


/* Fixtures and Results listing pages */
.football__wrapper {
  margin: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .football__wrapper {
    padding: 0 16px;
  }
}
.football__competition-wrapper {
  background-color: #EFF1F6;
  color: #00005a;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 16px;
  margin: 16px 0;
  border-radius: 12px 12px 0 0;
}
.football__competition-wrapper:first-of-type {
  margin-top: 0;
}
.football__competition-wrapper a,
.football__competition-wrapper a:visited {
  color: #00005a;
}
.football__match-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #1212120D;
}
.football__match-wrapper:has(+ .football__competition-wrapper) {
  border-bottom: none;
}

/* Football /fixtures + competition/team hub: accordion lists */
.football__wrapper--fixtures-accordion .football__fixtures-accordion-item, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-item {
  margin-top: 16px;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-section .football__fixtures-accordion-item:first-child, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-section .football__fixtures-accordion-item:first-child {
  margin-top: 0;
  margin-bottom: 16px;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-header, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-header {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  background-color: #0028f01a;
  color: #00005a;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  border-radius: 12px 12px 0 0;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-header:focus, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-header:focus {
  outline: none;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-header:focus-visible, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-header:focus-visible {
  outline: 2px solid #0028f0;
  outline-offset: 2px;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-header-main, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-header-main {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 10px;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-flag, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-flag {
  display: block;
  flex-shrink: 0;
  height: auto;
  width: 14px;
  max-width: 28px;
  object-fit: contain;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-title, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-title {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-title a, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-title a,
.football__wrapper--fixtures-accordion .football__fixtures-accordion-title a:visited, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-title a:visited {
  color: #00005a;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-title a:hover, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-title a:hover {
  color: #000000;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-header .football__fixtures-accordion-date, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-header .football__fixtures-accordion-date {
  flex-shrink: 0;
  white-space: nowrap;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-header .football__fixtures-accordion-date a, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-header .football__fixtures-accordion-date a,
.football__wrapper--fixtures-accordion .football__fixtures-accordion-header .football__fixtures-accordion-date a:visited, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-header .football__fixtures-accordion-date a:visited {
  color: #00005a;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-header .football__fixtures-accordion-date a:hover, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-header .football__fixtures-accordion-date a:hover {
  color: #000000;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-chevron, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-chevron {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  background-color: #0028f0;
  -webkit-mask-image: url('../images/icons/arrow.svg');
  mask-image: url('../images/icons/arrow.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transform: rotate(90deg);
  transition: transform 0.35s ease;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-item.is-open .football__fixtures-accordion-chevron, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-item.is-open .football__fixtures-accordion-chevron {
  transform: rotate(-90deg);
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-panel, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-item.is-open .football__fixtures-accordion-panel, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-item.is-open .football__fixtures-accordion-panel {
  grid-template-rows: 1fr;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-panel-inner, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-panel-inner {
  overflow: hidden;
  min-height: 0;
}
.football__wrapper--fixtures-accordion .football__fixtures-accordion-panel-inner .football__fixtures-match-card:last-child, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-panel-inner .football__fixtures-match-card:last-child {
  margin-bottom: 0;
}

/* Shortcode widgets: flat sections (same card skin, no accordion / chevron) */
.football__wrapper--fixtures-widget {
  box-sizing: border-box;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section {
  margin-top: 16px;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section:first-child {
  margin-top: 0;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: transparent;
  color: #00005a;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  border-radius: 0;
  cursor: default;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-header-main {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 10px;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-flag {
  display: block;
  flex-shrink: 0;
  height: auto;
  width: 14px;
  max-width: 28px;
  object-fit: contain;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-date {
  flex-shrink: 0;
  white-space: nowrap;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-date a,
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-date a:visited {
  color: #00005a;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-date a:hover {
  color: #000000;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-title {
  flex: 1;
  min-width: 0;
  text-align: left;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-title a,
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-title a:visited {
  color: #00005a;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-title a:hover {
  color: #000000;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-body {
  padding-top: 10px;
}
.football__wrapper--fixtures-widget .football__fixtures-widget-section-body .football__fixtures-match-card:last-child {
  margin-bottom: 0;
}

/* Match cards inside accordion lists (fixtures + hubs) */
.football__wrapper--fixtures-accordion .football__fixtures-match-card, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card, .football__wrapper--fixtures-widget .football__fixtures-match-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 4px rgba(0, 5, 90, 0.06);
  position: relative;
  border-bottom: 3px solid transparent;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card--prematch, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card--prematch, .football__wrapper--fixtures-widget .football__fixtures-match-card--prematch {
  border-bottom-color: #0028f0;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card--live, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card--live, .football__wrapper--fixtures-widget .football__fixtures-match-card--live {
  border-bottom-color: #e31836;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card--finished, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card--finished, .football__wrapper--fixtures-widget .football__fixtures-match-card--finished {
  border-bottom-color: #66669c;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card--postponed, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card--postponed, .football__wrapper--fixtures-widget .football__fixtures-match-card--postponed,
.football__wrapper--fixtures-accordion .football__fixtures-match-card--cancelled, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card--cancelled, .football__wrapper--fixtures-widget .football__fixtures-match-card--cancelled,
.football__wrapper--fixtures-accordion .football__fixtures-match-card--abandoned, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card--abandoned, .football__wrapper--fixtures-widget .football__fixtures-match-card--abandoned {
  border-bottom-color: #bdc3c9;
}
@keyframes football-fixtures-live-dot-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__live-dot, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__live-dot, .football__wrapper--fixtures-widget .football__fixtures-match-card__live-dot {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e31836;
  pointer-events: none;
  animation: football-fixtures-live-dot-pulse 1.5s ease-in-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .football__wrapper--fixtures-accordion .football__fixtures-match-card__live-dot, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__live-dot, .football__wrapper--fixtures-widget .football__fixtures-match-card__live-dot {
    animation: none;
  }
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__datetime, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__datetime, .football__wrapper--fixtures-widget .football__fixtures-match-card__datetime {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  color: #87939b;
  text-decoration: none;
  margin-bottom: 8px;
}
.football__wrapper--fixtures-accordion a.football__fixtures-match-card__datetime:hover, .football__wrapper--fixture-hub-accordion a.football__fixtures-match-card__datetime:hover, .football__wrapper--fixtures-widget a.football__fixtures-match-card__datetime:hover {
  color: #00005a;
  text-decoration: underline;
}
.football__wrapper--fixtures-accordion span.football__fixtures-match-card__datetime, .football__wrapper--fixture-hub-accordion span.football__fixtures-match-card__datetime, .football__wrapper--fixtures-widget span.football__fixtures-match-card__datetime {
  cursor: default;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__status, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__status, .football__wrapper--fixtures-widget .football__fixtures-match-card__status {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__status--live, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__status--live, .football__wrapper--fixtures-widget .football__fixtures-match-card__status--live {
  color: #e31836;
  text-transform: none;
}
.football__wrapper--fixtures-accordion a.football__fixtures-match-card__status--live:hover, .football__wrapper--fixture-hub-accordion a.football__fixtures-match-card__status--live:hover, .football__wrapper--fixtures-widget a.football__fixtures-match-card__status--live:hover {
  color: #b5122b;
  text-decoration: underline;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__status--finished, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__status--finished, .football__wrapper--fixtures-widget .football__fixtures-match-card__status--finished {
  color: #87939b;
  font-weight: 600;
  text-transform: uppercase;
}
.football__wrapper--fixtures-accordion a.football__fixtures-match-card__status--finished:hover, .football__wrapper--fixture-hub-accordion a.football__fixtures-match-card__status--finished:hover, .football__wrapper--fixtures-widget a.football__fixtures-match-card__status--finished:hover {
  color: #00005a;
  text-decoration: underline;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__status--inactive, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__status--inactive, .football__wrapper--fixtures-widget .football__fixtures-match-card__status--inactive,
.football__wrapper--fixtures-accordion .football__fixtures-match-card__status--abandoned, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__status--abandoned, .football__wrapper--fixtures-widget .football__fixtures-match-card__status--abandoned {
  color: #87939b;
  text-transform: uppercase;
}
.football__wrapper--fixtures-accordion span.football__fixtures-match-card__status, .football__wrapper--fixture-hub-accordion span.football__fixtures-match-card__status, .football__wrapper--fixtures-widget span.football__fixtures-match-card__status {
  cursor: default;
}
.football__wrapper--fixtures-accordion span.football__fixtures-match-card__status:hover, .football__wrapper--fixture-hub-accordion span.football__fixtures-match-card__status:hover, .football__wrapper--fixtures-widget span.football__fixtures-match-card__status:hover {
  text-decoration: none;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__title:not(.football__match-page-hero__title), .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__title:not(.football__match-page-hero__title), .football__wrapper--fixtures-widget .football__fixtures-match-card__title:not(.football__match-page-hero__title) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  color: #00005a;
  text-decoration: none;
  margin-bottom: 16px;
}
.football__fixtures-match-card__title-flag {
  width: 24px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.football__fixtures-match-card__title-text {
  display: inline;
}
.football__wrapper--fixtures-accordion a.football__fixtures-match-card__title:not(.football__match-page-hero__title):hover, .football__wrapper--fixture-hub-accordion a.football__fixtures-match-card__title:not(.football__match-page-hero__title):hover, .football__wrapper--fixtures-widget a.football__fixtures-match-card__title:not(.football__match-page-hero__title):hover {
  color: #000000;
  text-decoration: underline;
}
.football__wrapper--fixtures-accordion span.football__fixtures-match-card__title, .football__wrapper--fixture-hub-accordion span.football__fixtures-match-card__title, .football__wrapper--fixtures-widget span.football__fixtures-match-card__title {
  cursor: default;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-block, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-block, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-bottom: 12px;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score, .football__wrapper--fixtures-widget .football__fixtures-match-card__score {
  display: inline-block;
  margin: 0;
  width: auto;
  min-width: 60px;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__penalty, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__penalty, .football__wrapper--fixtures-widget .football__fixtures-match-card__penalty {
  margin-top: 0;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-row, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-row, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin: 0;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-sep, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-sep, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-sep {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  color: #00005a;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-sep, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-sep, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-sep {
  color: #00005a;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-par, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-par, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-par {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  width: 40px;
  height: 40px;
  padding: 6px 10px;
  transform: skewX(-12deg);
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-par-inner, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-par-inner, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-par-inner {
  display: block;
  transform: skewX(12deg);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-row--live .football__fixtures-match-card__score-par, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-row--live .football__fixtures-match-card__score-par, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-row--live .football__fixtures-match-card__score-par {
  background-color: #ec0e240d;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-row--live .football__fixtures-match-card__score-par-inner, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-row--live .football__fixtures-match-card__score-par-inner, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-row--live .football__fixtures-match-card__score-par-inner {
  color: #00005a;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-par, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-par, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-par {
  background-color: #66669c;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-par-inner, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-par-inner, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-row--finished .football__fixtures-match-card__score-par-inner {
  color: #ffffff;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__score-fallback, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__score-fallback, .football__wrapper--fixtures-widget .football__fixtures-match-card__score-fallback {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #00005a;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card--finished .football__fixtures-match-card__score-fallback, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card--finished .football__fixtures-match-card__score-fallback, .football__wrapper--fixtures-widget .football__fixtures-match-card--finished .football__fixtures-match-card__score-fallback {
  color: #66669c;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card--live .football__fixtures-match-card__score-fallback, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card--live .football__fixtures-match-card__score-fallback, .football__wrapper--fixtures-widget .football__fixtures-match-card--live .football__fixtures-match-card__score-fallback {
  color: #00005a;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__odds, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odds, .football__wrapper--fixtures-widget .football__fixtures-match-card__odds {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 420px;
  margin-bottom: 16px;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__odd, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd,
.football__wrapper--fixtures-accordion .football__fixtures-match-card__odd--static, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd--static, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd--static {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #DCDFE3;
  background-color: #eff1f6;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
.football__wrapper--fixtures-accordion a.football__fixtures-match-card__odd:hover, .football__wrapper--fixture-hub-accordion a.football__fixtures-match-card__odd:hover, .football__wrapper--fixtures-widget a.football__fixtures-match-card__odd:hover {
  background-color: #e4e8f0;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__odd-label, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd-label, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd-label {
  display: block;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  color: #66669C;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__odd-value, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd-value, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd-value {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #0028f0;
  margin-top: 4px;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__preview, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__preview, .football__wrapper--fixtures-widget .football__fixtures-match-card__preview {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(72.29deg, #EC0E24 19.9%, #6E00DC 49.47%, #0028F0 79.05%);
  box-sizing: border-box;
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card__preview:hover, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__preview:hover, .football__wrapper--fixtures-widget .football__fixtures-match-card__preview:hover {
  color: #ffffff;
  filter: brightness(1.05);
}
.football__wrapper--fixtures-accordion .football__fixtures-match-card > :last-child, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card > :last-child, .football__wrapper--fixtures-widget .football__fixtures-match-card > :last-child {
  margin-bottom: 0;
}

.football__fixtures-match-card__meta {
  margin-bottom: 12px;
}

.football__match-header h1 {
  font-size: 36px;
  font-weight: 700;
}
.football__match-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.football__team-name {
  display: block;
  width: 40%;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #00005a;
}
.football__team-name:hover {
  color: #000000;
}
.football__team-name--home {
  text-align: right;
}
.football__team-name-flag {
  width: 20px;
  height: 14px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.football__team-name-flag--home {
  margin-right: 6px;
}
.football__team-name-flag--away {
  margin-left: 6px;
}
.football__team-name-label {
  display: inline;
  vertical-align: middle;
}
.football__match-score {
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 0;
  margin: 0 16px;
  background-color: #EFF1F6;
  color: #00005a;
  width: 74px;
  text-align: center;
}
.football__match-score:hover {
  color: #000000;
}
.football__match-score--inprogress,
.football__match-score--interrupted {
  background-color: #0028f0;
  color: #ffffff;
}
.football__match-score--finished {
  background-color: #00005a;
  color: #ffffff;
}
.football__match-score--inprogress:hover,
.football__match-score--finished:hover {
  color: #ffffff;
}
.football__match-penalty {
  width: 100%;
  font-size: 12px;
  line-height: 14.52px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  color: #87939B !important;
}
.football__match-penalty:hover {
  color: #87939B;
}
@container football-fixtures (max-width: 1200px) {
  .football__wrapper h1 {
    padding: 0 15px;
  }
}
@container football-fixtures (max-width: 800px) {
  .football__team-name {
    width: 30%;
  }
}
@container football-fixtures (max-width: 480px) {
  .football__match-link {
    flex-direction: column;
  }
  .football__team-name {
    width: 100%;
    text-align: center;
  }
  .football__match-score {
    margin: 8px;
  }
  .football__wrapper--fixtures-widget .football__fixtures-widget-section-header .football__fixtures-accordion-header-main {
    gap: 8px;
    font-size: 12px;
  }
  .football__wrapper--fixtures-accordion .football__fixtures-match-card, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card, .football__wrapper--fixtures-widget .football__fixtures-match-card {
    padding: 16px 12px;
  }
  .football__wrapper--fixtures-accordion .football__fixtures-match-card__odds, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odds, .football__wrapper--fixtures-widget .football__fixtures-match-card__odds {
    gap: 5px;
    max-width: none;
  }
  .football__wrapper--fixtures-accordion .football__fixtures-match-card__odd, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd,
  .football__wrapper--fixtures-accordion .football__fixtures-match-card__odd--static, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd--static, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd--static {
    padding: 8px 4px;
  }
  .football__wrapper--fixtures-accordion .football__fixtures-match-card__odd-label, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd-label, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd-label {
    font-size: 10px;
  }
  .football__wrapper--fixtures-accordion .football__fixtures-match-card__odd-value, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd-value, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd-value {
    font-size: 13px;
  }
  .football__wrapper--fixtures-accordion .football__fixtures-match-card__title:not(.football__match-page-hero__title), .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__title:not(.football__match-page-hero__title), .football__wrapper--fixtures-widget .football__fixtures-match-card__title:not(.football__match-page-hero__title) {
    font-size: 15px;
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 1200px) {
    .football__wrapper h1 {
      padding: 0 15px;
    }
  }
  @media (max-width: 800px) {
    .football__team-name {
      width: 30%;
    }
    .football__wrapper--fixtures-accordion .football__fixtures-accordion-section, .football__wrapper--fixture-hub-accordion .football__fixtures-accordion-section {
      padding: 0 12px 12px;
    }
  }
  @media (max-width: 480px) {
    .football__match-link {
      flex-direction: column;
    }
    .football__team-name {
      width: 100%;
      text-align: center;
    }
    .football__match-score {
      margin: 8px;
    }
    .football__wrapper--fixtures-accordion .football__fixtures-match-card, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card, .football__wrapper--fixtures-widget .football__fixtures-match-card {
      padding: 16px 12px;
    }
    .football__wrapper--fixtures-accordion .football__fixtures-match-card__odds, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odds, .football__wrapper--fixtures-widget .football__fixtures-match-card__odds {
      gap: 5px;
      max-width: none;
    }
    .football__wrapper--fixtures-accordion .football__fixtures-match-card__odd, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd,
    .football__wrapper--fixtures-accordion .football__fixtures-match-card__odd--static, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd--static, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd--static {
      padding: 8px 4px;
    }
    .football__wrapper--fixtures-accordion .football__fixtures-match-card__odd-label, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd-label, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd-label {
      font-size: 10px;
    }
    .football__wrapper--fixtures-accordion .football__fixtures-match-card__odd-value, .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__odd-value, .football__wrapper--fixtures-widget .football__fixtures-match-card__odd-value {
      font-size: 13px;
    }
    .football__wrapper--fixtures-accordion .football__fixtures-match-card__title:not(.football__match-page-hero__title), .football__wrapper--fixture-hub-accordion .football__fixtures-match-card__title:not(.football__match-page-hero__title), .football__wrapper--fixtures-widget .football__fixtures-match-card__title:not(.football__match-page-hero__title) {
      font-size: 15px;
    }
  }
}

/* Bottom-of-page marketing / admin custom content (fixtures, match, team, competition hubs) */
.football__page-custom-content {
  margin-top: 24px;
  --awb-font-size: 13px;
  font-size: 13px;
  line-height: 1.5;
  --awb-line-height: 1.5;
  --awb-letter-spacing: var(--awb-custom_typography_12-letter-spacing);
  --awb-text-transform: var(--awb-custom_typography_12-text-transform);
  --awb-text-color: var(--awb-custom_color_36);
  --awb-margin-bottom: 10px;
  --awb-text-font-family: var(--awb-custom_typography_12-font-family);
  --awb-text-font-weight: var(--awb-custom_typography_12-font-weight);
  --awb-text-font-style: var(--awb-custom_typography_12-font-style);
}
.football__page-custom-content p,
.football__page-custom-content li {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0.65em;
}
.football__page-custom-content a {
  font-size: inherit;
}
.football__page-custom-content h2 {
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0 0 0.5em;
}

/* Competition Pages */
.football__match-link--competition {
  justify-content: flex-start;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #00005a;
}

/* Team Pages */
.football__header-wrapper {
  border-bottom: 2px solid #000;
  padding: 0 0 15px 15px;
}
.football__team-header {
  height: 214px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 16px;
  background-color: #00005a;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 30px;
}
.football__team-header span {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 1.7;
}
.football__team-header h1 {
  color: #fff !important;
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  padding-bottom: 16px;
}
.football__header-form {
  display: flex;
  gap: 5px;
}
.football__results .date__wrapper {
  margin: 0 0 16px;
}
.football__team-results,
.football__team-fixtures {
}

/* Empty-state copy — match .football__page-custom-content p (size/line-height/colour; font inherits from theme) */
p.fixtures-empty,
.fixtures-empty {
  font-size: 13px;
  line-height: 1.5;
  color: var(--awb-custom_color_36, inherit);
  margin: 0 0 40px;
}
p.fixtures-empty a,
.fixtures-empty a {
  font-size: inherit;
}
@media screen and (max-width: 800px) {
  .fusion-row:has(.football__team),
  .fusion-row:has(.football__results) {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .football__team .date__wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 420px) {
  .football__team .football__team-name,
  .football__results .football__team-name {
    font-size: 14px;
  }
}

/* League table (hub + shortcode): stage shell (title + table), mirrors shortcode outer chrome */
.football__league-table-stage-shell {
  box-sizing: border-box;
  border: 1px solid #f0f3f7;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
}
.football__league-table-stage-shell + .football__league-table-stage-shell {
  margin-top: 8px;
}
.football__league-table-stage-shell > .football__league-table-section-title:first-child {
  margin-top: 0;
}
.football__league-table-stage-shell .football__league-table-section-title {
  padding: 16px;
}
/* League table: section title + grid */
.football__league-table-section-title__line1 {
  color: #00005a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.football__league-table-section-title__line1 a,
.football__league-table-section-title__line1 a:visited {
  color: #00005a;
  text-decoration: none;
}
.football__league-table-section-title__line2 {
  margin-top: 4px;
  margin-bottom: 0;
  color: #66669c;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.football__league-table-section-title + .football__league-table {
  margin-top: 0;
}
/* Hub table pages: section titles can inherit large post-content typography */
.football__wrapper:not(.bi-sc-football-table) .football__league-table-section-title__line1 {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
}
.football__wrapper:not(.bi-sc-football-table) .football__league-table-section-title__line2 {
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}
.football__league-table-team-cell {
  display: inline-flex;
  align-items: center;
  gap: 0;
  max-width: 100%;
}
.football__league-table-team-name {
  min-width: 0;
}
.football__league-table-team-flag {
  width: 24px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 8px;
}

.football__league-table {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  border-collapse: collapse;
}
.football__league-table-stage-shell .football__league-table {
  margin-top: 0;
  margin-bottom: 0;
}
.football__league-table-heading-row,
.football__league-table-heading-row th {
  background-color: transparent !important;
  background-image: none !important;
}
.football__league-table-heading-row {
  font-weight: 600;
  color: #66669c;
}
.football__league-table-heading-row th {
  padding: 8px 0;
  border-top: 1px solid #f0f3f7;
  border-bottom: none;
}
.football__league-table-heading-row th:first-of-type {
  width: 50px;
  padding-left: 8px;
}
.football__league-table-left {
  text-align: left;
}
.football__league-table-bold {
  font-weight: 600;
}
.football__league-table-stat {
  width: 50px;
}
.football__league-table-form {
  width: 150px;
}
.football__league-table .football__league-table-data-row td {
  border-bottom: 1px solid #f0f3f7;
}
.football__league-table tr.football__league-table-data-row:last-child td {
  border-bottom: none !important;
}
.football__competition-wrapper td {
  text-align: left;
  padding: 12px 16px;
  border-bottom: none;
}
.football__competition-padding td {
  height: 16px;
  border-bottom: none;
}
.football__league-table a {
  color: #00005a;
}
.table-pos {
  display: flex;
  align-items: center;
}
.table-pos div:first-of-type {
  margin: 10px 12px;
  width: 4px;
  height: 24px;
  background-color: #0028f0;
}
.table-pos div.comment-1:first-of-type {
  background-color: transparent;
}
.table-pos div.nothing {
  background-color: #EEF1F5;
}
.table-pos div.uefa-cup:first-of-type,
.table-pos div.europa-conference-league-qualification-final:first-of-type,
.table-pos div.promotion-playoff:first-of-type,
.table-pos div.relegation-playoff:first-of-type,
.table-pos div.points-for-penalty-loss:first-of-type,
.table-pos div.possible-qualification-to-next-stage:first-of-type,
.table-pos div.possible-relegation:first-of-type {
  background-color: #000;
}
.table-pos div.relegation:first-of-type {
  background-color: #E31835;
}
@media (max-width: 768px) {
  .football__league-table-mobile-hidden {
    display: none;
  }
}

/* Form */
.form__wrapper {
  display: flex;
}
.form__box {
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 2px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__box--W {
  background-color: #0028f0;
}
.form__box--L {
  background-color: #E31835;
}
.form__box--D {
  background-color: #00005a;
}

/* Match page: fixture score/odds tokens only — no card chrome */
.football__wrapper.football__match .football__match-info {
  border: none;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.football__wrapper.football__match .football__match-hero-scope {
  width: 100%;
  max-width: 100%;
}
.football__wrapper.football__match .football__match-hero-scope .football__fixtures-match-card.football__match-page-hero-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
.football__wrapper.football__match .football__match-hero-scope .football__fixtures-match-card--prematch,
.football__wrapper.football__match .football__match-hero-scope .football__fixtures-match-card--live,
.football__wrapper.football__match .football__match-hero-scope .football__fixtures-match-card--finished,
.football__wrapper.football__match .football__match-hero-scope .football__fixtures-match-card--postponed,
.football__wrapper.football__match .football__match-hero-scope .football__fixtures-match-card--cancelled,
.football__wrapper.football__match .football__match-hero-scope .football__fixtures-match-card--abandoned {
  border-bottom: none;
}
.football__wrapper.football__match .football__match-hero-scope .football__match-page-hero__title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: clamp(1.75rem, 2.5vw + 1rem, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: #00005a;
  letter-spacing: -0.02em;
}
/* Team name links in h1: no underline / border / colour shift on hover (theme overrides) */
.football__wrapper.football__match .football__match-hero-scope h1.football__match-page-hero__title a.football__match-page-hero__team-link,
.football__wrapper.football__match .football__match-hero-scope h1.football__match-page-hero__title a.football__match-page-hero__team-link:hover,
.football__wrapper.football__match .football__match-hero-scope h1.football__match-page-hero__title a.football__match-page-hero__team-link:focus,
.football__wrapper.football__match .football__match-hero-scope h1.football__match-page-hero__title a.football__match-page-hero__team-link:focus-visible,
.football__wrapper.football__match .football__match-hero-scope h1.football__match-page-hero__title a.football__match-page-hero__team-link:active {
  color: inherit !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-underline-offset: unset !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
  background-size: unset !important;
  font-weight: inherit;
  font-size: inherit;
}
.football__wrapper.football__match .football__match-hero-scope .football__match-page-hero__vs {
  font-weight: inherit;
}
.football__wrapper.football__match .football__match-hero-scope .football__match-page-hero__team-flag {
  width: 1.1em;
  height: auto;
  max-height: 0.85em;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
.football__wrapper.football__match .football__match-hero-scope .football__match-page-hero__team-flag--home {
  margin-right: 0.35em;
}
.football__wrapper.football__match .football__match-hero-scope .football__match-page-hero__team-flag--away {
  margin-left: 0.35em;
}
.football__match-hero__meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #87939b;
}
.football__match-hero__meta-part {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.football__match-hero__competition {
  text-decoration: none;
  color: inherit;
}
.football__match-hero__kickoff-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.football__match-hero__kickoff-row .football__match-hero__status-line {
  margin-bottom: 0;
}
.football__match-hero__kickoff-row .football__odds-format-toggle {
  margin-left: auto;
  margin-bottom: 0;
  flex-shrink: 0;
}
.football__match-hero__competition:hover {
  color: #00005a;
  text-decoration: underline;
}
.football__match-section-label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #87939b;
  margin: 16px 0 10px;
}
.football__match-section-label--link {
  color: #87939b;
  text-decoration: none;
  margin: 12px 0 16px;
}
.football__match-page-details {
  width: 100%;
  padding-top: 8px;
}

/* Match Details */
.football__match-info,
.football__match-form,
.football__match-h2h {
  background: transparent;
  color: #00005a;
  border-radius: 15px;
  padding-bottom: 52px;
  margin-bottom: 50px;
  border: 1px solid #12121233;
}
.football__match-form {
  margin-top: 50px;
}
.football__match-h2h {
  padding-bottom: 20px;
}
.football__match-h2h .football__competition-wrapper {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0;
}
.football__match-h2h .football__competition-wrapper a:nth-child(2),
.football__match-h2h .football__competition-wrapper span:nth-child(2) {
  text-align: center;
}
.football__match-h2h .football__competition-wrapper a:nth-child(3),
.football__match-h2h .football__competition-wrapper span:nth-child(3) {
  text-align: right;
}
.football__match-h2h .football__match-wrapper,
.football__team-fixtures .football__match-wrapper,
.football__team-results .football__match-wrapper {
  border-bottom: none;
}
@media (max-width: 600px) {
  .football__match-h2h .football__competition-wrapper {
    flex-direction: column;
    display: flex;
  }
}
.football__match-heading {
  background-color: #00005a;
  color: #fff;
  display: block;
  height: 100%;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  font-family: 'Inter Tight';
}
.football__match-details {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 24px;
  font-size: 16px;
  text-align: center;
}
.football__match-details a {
  color: #00005a;
}
.bi-sc-match__details .bi-sc-match__kickoff {
  font-weight: 600;
}
.bi-sc-match__details .bi-sc-match__kickoff::before {
  content: '·';
  margin: 0 0.35em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .football__match-details {
    flex-direction: column;
    gap: 4px;
  }
}
.football__match-results {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 0;
}
.football__match-results .football__team-name,
.football__match-results .football__match-penalty {
  color: #00005a;
}
.football__match-timeline {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 24px 0;
}
.football__penalty-shootout {
  width: 100%;
  padding: 8px 0 16px;
}
.football__penalty-shootout-summary {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #87939b;
  margin-bottom: 12px;
}
.football__match-timeline--penalties {
  padding-top: 0;
  padding-bottom: 0;
}
.football__match-event--penalty .football__match-icon {
  min-width: 17px;
  justify-content: center;
}
.football__penalty-miss-icon {
  box-sizing: border-box;
  min-width: 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid #e31836;
  color: #e31836;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.football__match-event {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 7px 0;
  font-size: 16px;
}
.football__match-icon {
  display: flex;
}
.football__match-icon img {
  width: 17px;
}
.yellow-card {
  width: 12px;
  height: 16px;
  background: #FFDF00;
}
.double-yellow-card div:nth-child(1){
  width: 12px;
  height: 16px;
  background: #FFDF00;
  transform: rotate(-11deg);
}
.double-yellow-card div:nth-child(2) {
  width: 12px;
  height: 16px;
  background: #E31836;
  position: relative;
  z-index: 99;
  left: -7px;
  bottom: 3px;
}
.red-card {
  width: 12px;
  height: 16px;
  background: #E31836;
}
.home-timeline .football__match-event {
  justify-content: end;
}
.home-timeline {
  width: 50%;
  padding-right: 54px;
}
.away-timeline {
  width: 50%;
  padding-left: 58px;
}
.football__latest-odds {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
  font-size: 16px;
  background-color: #0BB04B;
  color: #fff;
  width: max-content;
  padding: 8px 16px;
  border-radius: 4px;
  margin: 0 auto;
}
.football__latest-odds:hover {
  color: #fff;
}
.football__latest-odds .arrow-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  font-size: 14px;
}
.football__match-teams {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px;
  gap: 80px;
}
.football__match-forms {
  color: #00005a;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.forms__home-form {
  justify-content: end;
}
.forms__home-form,
.forms__away-form {
  display: flex;
  gap: 8px;
  width: 50%;
}
.forms__home-form div,
.forms__away-form div {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.forms__home-form span,
.forms__away-form span {
  font-size: 18px;
  color: #fff;
}
.form-loss {
  background-color: #E31835;
}
.form-draw {
  background-color: #00005a;
}
.form-win {
  background-color: #0028f0;
}
.h2h-values {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #00005a;
}
.h2h-values div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  gap: 3px;
}
.h2h-value {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .football__match-form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  #main>.fusion-row:has(.football__match) {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .home-timeline {
    padding-right: 14px;
  }
  .away-timeline {
    padding-left: 14px;
    border-left: 1px solid #fff;
  }
  .football__match-event {
    gap: 10px;
  }
  .football__match-form {
    position: relative;
  }
  .football__match-form .football__match-teams {
    flex-direction: column;
  }
  .football__match-form .football__team-name {
    text-align: center;
  }
  .football__match-forms {
    gap: 62px;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 130px;
    align-items: center;
  }
  .forms__home-form,
  .forms__away-form {
    justify-content: center;
    width: 100%;
  }
  .football__match-info,
  .football__match-form,
  .football__match-h2h {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .football__match-event {
    font-size: 14px;
    gap: 8px;
  }
  .yellow-card,
  .double-yellow-card div:nth-child(1),
  .double-yellow-card div:nth-child(2),
  .red-card  {
    width: 10px;
    height: 14px;
  }
  .football__match-icon img {
    width: 14px;
  }
  .football__match-teams a {
    width: max-content
  }
}
@media screen and (max-width: 420px) {
  .football__match-event {
    font-size: 12px;
    gap: 5px;
  }
  .football__match-icon img {
    width: 12px;
  }
}


/* Filters */
#select_state {
  display: none;
}
.football__select {
  margin-bottom: 15px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.football__select--competition {
  margin-right: 15px;
}
.football__select-heading {
  border-radius: 4px;
  border: 3px solid transparent;
  font-weight: 600;
  font-size: 12px;
  line-height: 14.52px;
  color: #00005a;
  padding: 8px 0;
  width: 90px;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 998;
}
.football__select-heading > span:not(.football__select-heading-chevron) {
  margin: 0 4px 0 auto;
}
.football__controls .football__select-heading > span:not(.football__select-heading-chevron) {
  margin: 0;
}
.football__select-heading.football__date_picker--click,
.football__select--competition .football__select-heading {
  width: 250px;
}
#select_state:checked ~ .football__select-heading {
  border: 3px solid #2B6CA9;
}
.football__select-heading-chevron {
  transition: transform .5s;
}
#select_state:checked ~ .football__select-heading .football__select-heading-chevron {
  transform: rotate(-180deg);
}
.football__select-options {
  display: flex;
  flex-direction: column;
  position: absolute;
  border-radius: 6px;
  background-color: #fff;
  width: 90px;
  height: 0;
  overflow: scroll;
  box-shadow: 0px 16px 24px 0px #30313317;
  transition: height .5s;
  z-index: 1002;
  margin-top: 34px;
  top: 4px;
}
.football__select--competition .football__select-options {
  width: 250px;
  padding: 0;
}
#select_state:checked ~ .football__select-options {
  height: max-content;
  max-height: 212px;
  padding: 4px 0;
}
.football__select-options a {
  border-bottom: 1px solid #F3F4F6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #00005a;
  padding: 8px 16px;
  text-align: left;
}
#select_state:checked ~ .football__select-bg {
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.football__league-name {
  margin-right: auto;
  font-size: 14px;
  color: #5A5D8E;
  font-weight: 500;
}

/* Widget Area */
.insights__container {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
  width: 100%;
}
.insights__container .football__wrapper {
  width: 70%;
}
.insights__container #bf-insights-global-sidebar {
  width: 34%;
}
.insights__container .fusion-content-widget-area .widget {
  margin-bottom: 20px !important;
}
.insights__container .widget_text {
  background: #F5F6F9;
}
.insights__container .widget-title {
  color: #00005a !important;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Inter Tight';
}
.insights__container .widget-title::after {
  content: '';
  height: 6px !important;
  width: 37px !important;
  margin-top: 10px !important;
  margin-bottom: 25px;
  display: block !important;
  background-color: #00005a !important;
}
.insights__container .widget p {
  margin: 0 0 10px !important;
}
.insights__container .widget p a {
  color: #0095fe;
  font-size: 14px;
}
.insights__container .fusion-content-widget-area .widget_media_image {
  margin-bottom: 10px !important;
}
.insights__container .widget_media_image img {
  width: 100%;
}
.insights__container .textwidget > p {
  font-size: 12px;
}
.insights__container .tptn_title,
.insights__container .rpwwt-post-title {
  color: #00005a;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.insights__container .tptn_title:hover,
.insights__container .rpwwt-post-title:hover {
  text-decoration: underline;
}
.insights__container .tptn_date,
.insights__container .rpwwt-post-date {
  font-size: 12px;
}
.insights__container .rpwwt-post-date {
  padding-top: 10px;
}
#bf-insights-global-sidebar .fusion-widget-area > *:nth-child(6) .tptn_link img,
.rpwwt-widget img {
  border-radius: 100%;
}
.insights__margin.insights__container .fusion-widget-area {
 margin-top: 20px;
}
.insights__container #bf-insights-global-main-ad p a {
  font-size: 12px;
}
.insights__container #bf-insights-global-main-ad img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .insights__container {
    flex-direction: column-reverse;
  }
  .insights__container > div {
    width: 100% !important;
  }
  .insights__container .widget_media_image img {
    width: initial;
  }
}

/* Football Sub Menu */
.football_sub-nav {
  margin-inline: -100%;
}
.football_sub-nav .fusion-column-wrapper {
    margin: 0 !important;
}
@media (max-width: 800px) {
    .football_sub-nav .fusion-fullwidth {
        width: calc(var(--viewportWidth) * 1px);
    }
}
.football_sub-nav #menu-football-sub-nav {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  position: relative;
  padding: 0;
}
.football_sub-nav #menu-football-sub-nav .menu-item {
  margin-inline: 7.5px;
}
.football_sub-nav #menu-football-sub-nav .menu-item:first-child {
  margin-left: 0;
}
.football_sub-nav .menu-item a {
  color: #fff;
}
.football_sub-nav .current-menu-item a {
  border-bottom: 2px solid white;
  padding-bottom: 2px;
}
.football_sub-nav nav {
  height: 58px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .football_sub-nav #menu-football-sub-nav {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    position: relative;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1260px) { 
  .football_sub-nav {
    margin-inline: 0;
  }
  .football_sub-nav nav {
    /* padding-inline: 30px; */
  }
}

.football__controls {
  display: flex;
  align-items: flex-start;
  justify-content: end;
}
.football__controls.football__date-toolbar-with-odds {
  justify-content: space-between;
  align-items: flex-start;
}
.football__fixtures-hub-controls-dropdowns {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 0 1 auto;
}
.football__controls.football__date-toolbar-with-odds .football__fixtures-hub-controls-dropdowns .football__select {
  justify-content: flex-start;
}
.football__odds-format-toggle {
  display: inline-flex;
  flex-shrink: 0;
  align-items: stretch;
  margin-left: 12px;
  border-radius: 4px;
  border: 1px solid #1212124D;
  overflow: hidden;
  background: #fff;
}
.football__odds-format-toggle__btn {
  margin: 0;
  padding: 6px 12px;
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  color: #00005a;
  cursor: pointer;
  font-family: inherit;
}
.football__odds-format-toggle__btn + .football__odds-format-toggle__btn {
  border-left: 1px solid #1212124D;
}
.football__odds-format-toggle__btn:focus-visible {
  outline: 2px solid #00005a;
  outline-offset: 2px;
  position: relative;
  z-index: 1;
}
.football__odds-format-toggle__btn[aria-pressed="true"] {
  background: #00005a;
  color: #fff;
}
.football__wrapper--fixtures-widget > .football__odds-format-toggle {
  margin-left: 0;
  margin-bottom: 16px;
}
.football__controls .football__select-heading {
  width: 250px;
  padding: 6px 14px;
}
#football__date_picker.football__date_picker {
  width: 250px;
  height: 34px;
  margin-left: 10px;
  border: 1px solid #1212124D;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14.52px;
  color: #3481CB;
  padding: 8px 16px;
  cursor: pointer;
  text-align: left;
  background-color: #fff;
}
#football__date_picker.football__date_picker::placeholder {
  color: #3481CB;
}
#football__date_picker {
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
}
#ui-datepicker-div.football__date_picker {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px #3031331A;
  padding: 32px;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 32px;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-header:before,
#ui-datepicker-div.football__date_picker .ui-datepicker-header:after {
  content: none;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-title {
  color: #00005a;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin: 0;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-prev,
#ui-datepicker-div.football__date_picker .ui-datepicker-next {
  position: static;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-next {
  transform: rotate(180deg);
  order: 2;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-prev .ui-icon,
#ui-datepicker-div.football__date_picker .ui-datepicker-next .ui-icon {
  background-image: url('../images/icons/calendar-left.svg');
  height: 24px;
  width: 24px;
  position: static;
  margin-top: 0;
  margin-left: 0;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar table {
  margin: 0;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar th {
  padding: 0;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar thead span {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.005em;
  text-align: center;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar tbody a,
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar tbody span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #00005a;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar tbody span {
  color: #6B7280;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar td {
  padding: 16px 0;
  width: 40px;
}
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar td.ui-datepicker-days-cell-over .ui-state-default,
#ui-datepicker-div.football__date_picker .ui-datepicker-calendar td .ui-state-active {
  background-color: #00005a;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .football__controls {
    flex-direction: column;
  }
  .football__controls.football__date-toolbar-with-odds .football__fixtures-hub-controls-dropdowns {
    width: 100%;
  }
  .football__controls.football__date-toolbar-with-odds .football__fixtures-hub-controls-dropdowns .football__select {
    margin-right: 0;
    width: 100%;
  }
  .football__controls.football__date-toolbar-with-odds .football__select-heading,
  .football__controls.football__date-toolbar-with-odds .football__select-heading.football__date_picker--click,
  .football__controls.football__date-toolbar-with-odds .football__select--competition .football__select-heading {
    width: 100%;
    box-sizing: border-box;
  }
  .football__date-toolbar-with-odds {
    flex-direction: column;
    align-items: stretch;
  }
  .football__date-toolbar-with-odds .football__odds-format-toggle {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .football__odds-format-toggle {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .football__odds-format-toggle__btn {
    flex: 1 1 50%;
    text-align: center;
  }
  .football__match-hero__kickoff-row {
    flex-direction: column;
    align-items: stretch;
  }
  .football__match-hero__kickoff-row .football__odds-format-toggle {
    margin-left: 0;
    width: 100%;
  }
  .football__select {
    margin-right: 0;
    width: 100%;
  }
  .football__select-heading.football__date_picker--click, 
  .football__select--competition .football__select-heading {
    width: 100%;
  }
  #ui-datepicker-div.football__date_picker {
    width: 15em;
    padding: 16px;
  }
}