/*
 * Sportingbet Theme CSS
 */

/* Google Fonts - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/* Sportingbet Sans font faces */
@font-face {
    font-family: "sportingbet-sans-0";
    src: url("../fonts/sportingbet-sans-0.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "sportingbet-sans-1";
    src: url("../fonts/sportingbet-sans-1.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "sportingbet-sans-2";
    src: url("../fonts/sportingbet-sans-2.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Sportingbet Sans utility classes */
.sbs-0 {
    font-family: "sportingbet-sans-0", sans-serif;
}

.sbs-1 {
    font-family: "sportingbet-sans-1", sans-serif;
}

.sbs-2 {
    font-family: "sportingbet-sans-2", sans-serif;
}

/* Open Sans utility class */
.open {
    font-family: 'Open Sans', sans-serif;
}

/* Typography Rules - Following Brand Guidelines */
/* Override Inter UI and apply Sportingbet typography */

/* Body and general text - Open Sans (replaces Frutiger and Inter UI) */
body,
p,
span:not([class*="icon"]):not([class*="dashicons"]),
a,
li,
td,
th,
label,
input,
textarea,
select,
button,
div,
article,
section,
.widget,
.card,
.table,
.btn,
.form-control {
    font-family: 'Open Sans', sans-serif !important;
}

/* Headings - Sportingbet Sans Medium for large titles */
h1,
h2,
h3,
.h1,
.h2,
.h3,
.heading,
.title,
.section__head h1,
.section__head h2,
.section__head h3,
.widget__title,
.card__title,
.page-heading,
.page-title {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-transform: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Smaller headings - Open Sans semi-bold */
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
}

/* Strong emphasis - Sportingbet Sans Black */
.title-black,
.heading-black,
.text-bold,
.font-weight-bold,
strong.emphasis {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700 !important;
}

/* Italic emphasis - Use sparingly per brand guidelines */
em,
.emphasis-italic,
.text-italic {
    font-family: 'Open Sans', sans-serif;
    font-style: italic !important;
}

/* Typography Scale - Display Styles */
.display-lg {
    font-size: 57px;
    line-height: 80px;
    font-weight: 500;
}

.display-lg-bold {
    font-size: 57px;
    line-height: 80px;
    font-weight: 700;
}

.display-md {
    font-size: 48px;
    line-height: 72px;
    font-weight: 400;
}

.display-md-medium {
    font-size: 48px;
    line-height: 72px;
    font-weight: 500;
}

.display-sm {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400;
}

.display-sm-medium {
    font-size: 40px;
    line-height: 56px;
    font-weight: 500;
}

/* Typography Scale - Headline Styles */
.headline-lg {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
}

.headline-lg-bold {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}

.headline-md {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}

.headline-md-bold {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.headline-sm {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.headline-sm-medium {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

/* Typography Scale - Title Styles */
.title-lg {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.title-lg-medium {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.title-md {
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
}

.title-md-medium {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

.title-sm {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.title-sm-medium {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

/* Typography Scale - Body Styles */
.body-lg {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.body-lg-medium {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.body-md {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.body-md-medium {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.body-sm {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.body-sm-medium {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

/* Typography Scale - Label Styles */
.label-lg {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.label-lg-medium {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.label-md {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.label-md-medium {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.label-sm {
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
}

.label-sm-medium {
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
}

.label-xs {
    font-size: 9px;
    line-height: 12px;
    font-weight: 400;
}

.label-xs-bold {
    font-size: 9px;
    line-height: 12px;
    font-weight: 700;
}


/* DEFAULTS */ 

html{
    scroll-behavior: smooth;
}

:root{
    --primary-color: #035C8E;
    --secondary-color: #003350;
    --white: #FFFFFF;
    --light-grey: #EFEFF1;
    --extra-light-blue: #BADEF6;
    --extra-light-blue-2: #52ADF6;
    --blue: #0573CD;
    --deep-blue: #035C8E;
    --dark-blue: #003350;
    --red: #DD3636;
    --grey: #5C6471;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-gray {
    color: var(--grey) !important;
}

.text-light-grey {
    color: var(--light-grey) !important;
}

.text-left{
    text-align: left !important;
}

.card__header-secondary.select-wrapper select{
    text-transform: capitalize;
}

.skeleton {
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}

.skeleton-text {
  width: 100%;
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

.table thead th{
    text-shadow: 0 0 black;
}

.btn-primary, 
.button.alt{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white) !important;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover,
.button.alt:hover{
    background-color: var(--dark-blue) !important;
    border-color: var(--deep-blue) !important;
    color: var(--white) !important;
}

.text-success{
    color: var(--primary-color) !important;
}

.text-danger{
    color: var(--red) !important;
}

.text-normal{
    font-weight: 400 !important;
}

.font-normal,
.font-normal>tbody>tr>td:first-child,
.font-normal *{
    font-weight: 400 !important;
}

a{
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    transition: all 0.5s;
}

a:hover small {
    text-shadow: none !important;
}

a:hover,
a:hover *:not(small){
    color: var(--dark-blue) !important;
    text-shadow: var(--dark-blue) 0 0 1px;
}


a.primary-link{
    font-weight: 400 !important;
    color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out;
}

a.primary-link:hover{
    color: var(--dark-blue) !important;
    text-shadow: var(--dark-blue) 0 0 1px;
}

.page-heading--title-highlight:before,
.page-heading--title-highlight .page-heading__inner--highlight{
    background-color: transparent !important;
}

.page-heading--title-highlight:before{
   width: 48%;
   background-color: var(--primary-color) !important;
   clip-path: polygon(0 0, 100% 0, calc(100% - 36px) 100%, 0 100%);
}

select.form-control{
    background-color: var(--white) !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    transition: all 0.3s ease-in-out;
}

select.form-control:hover{
    background-color: var(--white) !important;
    border-color: var(--dark-blue) !important;
    color: var(--dark-blue) !important;
}

.table-thead-color>thead>tr>th{
    font-weight: 400 !important;
    text-decoration: underline !important;
}

.alc-table-stats>thead>tr>th:first-child{
    padding-left: 10px !important;
}

.alc-table-stats>tbody>tr>td:first-child{
    font-weight: initial !important;
}

.alc-table-stats>tbody>tr>td:first-child, .alc-table-stats>tbody>tr>th:first-child{
    padding-left: 10px !important;
}

.card__content{
    padding: 15px !important;
}

.posts__inner.card__content{
    padding: 15px !important;
}

 /* HEADER STYLES */

.site-wrapper{
    overflow: initial !important;
}

.header{
    background-color: transparent !important;
}

.header--layout-5 .header__secondary .info-block{
    padding-left: 0px !important;
}

.sticky{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    box-shadow: 1px 6px 20px 0px #100f0f;
    height: 70px !important;
}

.header-sticky-spacer {
    width: 100%;
}

.header__secondary {
    position: relative;
    z-index: 3;
}

.header__primary,
.league__header {
    position: relative;
    overflow: visible;
    transform: translateY(0);
    opacity: 1;
    max-height: 300px;
    transition: max-height 0.45s ease, transform 0.45s ease, opacity 0.35s ease;
}

.header__primary {
    z-index: 2;
}

.league__header {
    z-index: 1;
}

.header__primary.folded,
.league__header.folded {
    max-height: 0;
    overflow: hidden;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.header__secondary.header__secondary--split-bg{
    background: linear-gradient(
        125deg,
        var(--secondary-color) 0%,
        var(--secondary-color) 52%,
        var(--primary-color) 52%,
        var(--primary-color) 100%
    );
}

.header__secondary {
    background-color: var(--primary-color);
}

@media (min-width: 992px) {
    .header .header-logo
    {
        transform: none;
        -webkit-transform: translate(-20px, -25px) !important;
        transform: translate(-20px, -25px) !important;
    }

    .header .header-logo__img{
        height: auto !important;
        width: 200px;
    }
}

.header--layout-5 .header-logo {
    /* bottom: 40px; */
    left: 0px;
}

.header__secondary--split-bg .header__secondary-bg-layer {
    position: relative;
}

.effect-duotone--primary .effect-duotone__layer::before,
.effect-duotone--primary .effect-duotone__layer::after {
    display: none;
}

.effect-duotone--primary .effect-duotone__layer-inner {
    background-color: #3A4754;
    opacity: 1;
}

.info-block__link:hover{
    color: var(--extra-light-blue-2) !important;
    text-shadow: var(--extra-light-blue-2) 0 0 1px;
}

.info-block.info-block--header.info-block--social{
    flex-basis: 100%;
    align-items: anchor-center;
    display: flex;
    flex-wrap: wrap;
}

.info-block--header .info-block__item{
    margin: 0 !important;
    padding: 20px 0px !important;
}

.header .info-block__item.info-block__item--sm.link{
    margin-left: 40px !important;
}

.header .info-block__item.info-block__item--sm:last-of-type{
    margin-left: auto !important;
}

.header .info-block__item.info-block__item--sm.link a,
.header .info-block__item.info-block__item--sm.link a span{
    color: var(--white) !important;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
}

.header .info-block__item.info-block__item--sm.link a i{
    margin-right: 10px;
    transition: all 0.5s;
}

.header .info-block__item.info-block__item--sm.link a:hover span,
.header .info-block__item.info-block__item--sm.link a:hover i{
    color: var(--extra-light-blue-2) !important;
    text-shadow: var(--extra-light-blue-2) 0 0 1px;
}

.header .info-block__item.info-block__item--sm .cta{
    padding: 10px 20px !important;
    border-radius: 10px;
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    isolation: isolate;
}

.header .info-block__item.info-block__item--sm .cta::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(123deg, var(--extra-light-blue-2) 0%, var(--secondary-color) 25%) !important;
    z-index: -1;
    transition: all 1s;
}

.header .info-block__item.info-block__item--sm .cta::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(-123deg, var(--extra-light-blue-2) 0%, var(--secondary-color) 25%) !important;
    z-index: -1;
    opacity: 0;
    transition: all 1s;
}

.header .info-block__item.info-block__item--sm .cta:hover::after{
    opacity: 1;
}

.header .info-block__item.info-block__item--sm .cta:hover::before{
    opacity: 0;
}

.league__header{
    background-color: var(--secondary-color) !important;
}

.league__header a{
    color: var(--white) !important;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
}

.league__header--label.active::after{
    background-color: var(--white) !important;
}

.page-heading__title .highlight{
    color: var(--extra-light-blue) !important;
}


/* menu styles */

.main-nav__list>li>a{
    padding: 0 20px !important;
}

.header--layout-5 .main-nav{
    margin-left: 0;
}

.main-nav__list>li>a{
    transition: all 0.5s;
}

.main-nav__list>li>a:hover,
.main-nav__list>li.nav-item.no-league-item>.dropdown-menu>li>a:hover{
    color: #015C8E !important;
    text-shadow: #015C8E 0 0 1px;
}


.main-nav__list>li>a::before,
.main-nav__list>li.nav-item.no-league-item>.dropdown-menu>li>a::before{
    content: '';
    position: absolute;
    top: 20px;
    bottom: 0px;
    left: 5px;
    background-color: #015C8E !important;
    transform-origin: left;
    width: 10px;
    height: 15px;
    transform: skew(0deg, 0deg);
    opacity: 0;
    transition: all 0.5s;
}

.main-nav__list>li.nav-item.no-league-item>.dropdown-menu>li>a::before{
    top: 10px;
    left: 5px;
}

.main-nav__list>li>a:hover::before,
.main-nav__list>li.nav-item.no-league-item>.dropdown-menu>li>a:hover::before{
    opacity: 1;
    transform: skew(-30deg, 0deg);
    background-color: #015C8E !important;
}

/* SUB MENUS */

.main-nav__list>li.nav-item.no-league-item>.dropdown-menu li>a.dropdown-item::before{
    content: '';
    position: absolute;
    top: 00px;
    bottom: 0px;
    left: 5px;
    background-color: #015C8E !important;
    transform-origin: top;
    width: 4px;
    height: auto;
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s;
}

.main-nav__list>li.nav-item.no-league-item>.dropdown-menu li>a.dropdown-item:hover::before{
    opacity: 1;
    transform: scale(1);
}

.main-league-options li{
    padding: 10px 0;
}

.team-link{
    font-size: 12px;
}

.mega-menu .tab-pane .list-unstyled{
    gap: 0 !important;
    grid-template-columns: none !important;
}

.mega-menu .tab-pane .list-unstyled a{
    padding: 0 !important;
}

.mega-menu .tab-pane .list-unstyled a,
.mega-menu .tab-pane .list-unstyled a:hover {
    background-color: transparent !important;
    background: none !important;
    border: none !important;
    outline: none !important;
}

.mega-menu .tab-pane.active.show .col-10{
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) var(--light-grey);
}

.mega-menu .tab-pane.active.show .col-10::-webkit-scrollbar {
    width: 5px;
}

.mega-menu .tab-pane.active.show .col-10::-webkit-scrollbar-track {
    background: var(--light-grey);
    border-radius: 2px;
}

.mega-menu .tab-pane.active.show .col-10::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 4px;
}

.mega-menu .tab-pane.active.show .col-10::-webkit-scrollbar-thumb:hover {
    background-color: var(--secondary-color);
}

a:-webkit-any-link:focus-visible{
    outline: none !important;
    outline-offset: 0 !important;
}

.menu-team-logo img{
    filter: drop-shadow(2px 2px 2px black);
}

/*footer styles */

.footer-widgets{
    background-color: var(--secondary-color) !important;
}

.footer-social {
    background-color: var(--light-grey) !important;
}

.footer-secondary {
    background-color: var(--primary-color) !important;
}

.footer-social__item>a{
    color: var(--dark-blue) !important;
    transition: all 0.3s ease-in-out;
}

.footer-social__item>a:hover{
    color: var(--deep-blue) !important;
}

#footer-logo{
    padding-top: 80px;
}

#footer-logo .footer-logo__img{
    height: auto !important;
    width: 90%;
}

.widget--footer .menu > li > a{
    color: var(--white) !important;
    transition: all 0.3s ease-in-out;
}

.widget--footer .menu > li > a:hover{
    color: var(--extra-light-blue-2) !important;
}

.footer .posts__title a{
    color: var(--white) !important;
    transition: all 0.3s ease-in-out;
}

.footer .posts__date{
    color: var(--light-grey) !important;
}

.footer-new {
    background-color: var(--grey) !important;
    color: var(--white) !important;
    padding: 30px 0;
}

.footer-new__row {
    justify-content: center;
    padding: 20px 0;
}

.footer-new__section-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .1em;
    color: var(--white) !important;
    margin-bottom: 14px;
    font-style: normal !important;
}

.footer-new a{
    color: var(--light-grey) !important;
    transition: all 0.3s ease-in-out;
}

.footer-new a:hover{
    color: var(--extra-light-blue-2) !important;
    text-shadow: var(--extra-light-blue-2) 0 0 1px;
}

/* Labels */
.footer-new__labels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer-new__label-item img {
    height: 44px;
    width: auto;
    display: block;
}

/* Disclaimer */
.footer-new__disclaimer,
.footer-new__disclaimer p {
    font-size: 13px;
    color: var(--white) !important;
    line-height: 1.7;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

/* Sponsors */
.footer-new__sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.footer-new__sponsor-item img {
    height: 100px;
    width: auto;
    display: block;
}


/* Socials */
.footer-new__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.footer-new__social-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: background .2s;
}

.footer-new__social-item:hover {
    background: rgba(255,255,255,0.25);
    color: #fff;
    text-decoration: none;
}

/* Bottom text */
.footer-new__bottom-text,
.footer-new__bottom-text p {
    font-size: 11px;
    color: var(--white) !important;
    line-height: 1.7;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

/* LEAGUE HOME PAGE TWEAKS */

.game-result__section {
    padding: 15px;
}

.game-result__section.editorial-odds-nav {
    padding-bottom: 20px;
}

.game-result__section.editorial-odds-nav .slider {
    overflow: visible;
}

.sia_banner__figure{
    top: 0% !important;
}

/* padding-bottom extends the slick-list box so the card shadow
   falls inside it instead of being clipped by overflow:hidden */
.editorial-odds-nav .slick-list {
    padding-bottom: 16px !important;
}

/* Card spacing inside each slide */
.editorial-odds-nav .slider__slide {
    padding: 0 8px;
    box-sizing: border-box;
}

.editorial-odds-nav .matchup-card-link{
    transition: all 0.5s;
}

.editorial-odds-nav .matchup-card-link:hover .matchup-card *{
    color: var(--extra-light-blue-2) !important;
}

.editorial-odds-nav .matchup-card {
    min-width: unset;
    max-width: unset;
    width: 100%;
    min-height: 165px;
}

.game-result__section.editorial-odds-nav .slick-prev,
.game-result__section.editorial-odds-nav .slick-next {
    top: 20px !important;
}

.game-result__section.editorial-odds-nav .slick-prev {
    left: -10px;
}

.game-result__section.editorial-odds-nav .slick-next {
    right: -10px;
}

/* ── Soccer matchup card ── */

.editorial-odds-nav .matchup-card {
    display: flex;
    flex-direction: column;
    background: color-mix(in srgb, var(--secondary-color) 75%, transparent);
    border-radius: 10px;
    overflow: hidden;
    min-width: 200px;
    max-width: 280px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.editorial-odds-nav .matchup-card.clickable:hover {
    background: color-mix(in srgb, var(--secondary-color) 90%, transparent);
    box-shadow: 0 6px 20px rgba(3, 92, 142, 0.18);
    transform: translateY(-2px);
    box-shadow: 3px 2px 12px 0 var(--primary-color);
    cursor: pointer;
}

/* Split colour accent bar */
.editorial-odds-nav .matchup-card__color-bar {
    display: flex;
    height: 5px;
    width: 100%;
}

.editorial-odds-nav .matchup-card__color-bar-half {
    flex: 1;
}

/* Date & time row */
.editorial-odds-nav .matchup-card__datetime {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px 6px;
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--light-grey);
}

.editorial-odds-nav .matchup-card__date {
    font-weight: 600;
    color: var(--white);
}

.editorial-odds-nav .matchup-card__datetime-sep {
    color: var(--light-grey);
    text-transform: lowercase;
    font-weight: 700;
    font-size: 10px;
}

.editorial-odds-nav .matchup-card__time {
    font-weight: 700;
    color: var(--white);
}

/* Teams row: away | vs | home */
.editorial-odds-nav .matchup-card__teams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 10px 16px;
    gap: 6px;
}

.editorial-odds-nav .matchup-card__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
}

.editorial-odds-nav .matchup-card__logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.editorial-odds-nav .matchup-card__team-name {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    text-align: center;
    line-height: 1.3;
}

.editorial-odds-nav .matchup-card__rank {
    font-style: normal;
    font-size: 10px;
    color: var(--white);
    font-weight: 400;
}

.editorial-odds-nav .matchup-card__odds {
    display: inline-block;
    background: var(--light-grey);
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 2px;
}

/* VS / total divider */
.editorial-odds-nav .matchup-card__vs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.editorial-odds-nav .matchup-card__vs-label {
    font-size: 10px;
    font-weight: 800;
    color: var(--extra-light-blue);
    letter-spacing: 0.05em;
}

.editorial-odds-nav .matchup-card__total {
    font-size: 10px;
    color: var(--grey);
    background: var(--light-grey);
    border-radius: 4px;
    padding: 1px 6px;
    white-space: nowrap;
}

/* HOME */

h3.posts__title{
    font-size: 24px !important;
}

h3.posts__title a{
    color: var(--white) !important;
}

h3.posts__title a:hover{
    color: var(--primary-color) !important;
}

/* LEAGUE HOME */

.archive.category .team__image{
    margin-top: 50px;
}


/* LEAGUE SCHEDULE */

.team-result__teams-wrapper .team-result__teams-score .team-result__score{
    font-size: 15px;
}

/* Post box */

.label.posts__cat-label.posts__cat-label--category-1{
    background-color: var(--primary-color) !important;
}

.label.posts__cat-label.posts__cat-label--category-2{
    background-color: var(--secondary-color) !important;
}

.label.posts__cat-label.posts__cat-label--category-3{
    background-color: var(--red) !important;
}

.label.posts__cat-label.posts__cat-label--category-4{
    background-color: var(--extra-light-blue-2) !important;
}

.posts__item--category-1 .posts__cta{
    background-color: var(--primary-color) !important;
}

.posts__item--category-2 .posts__cta{
    background-color: var(--secondary-color) !important;
}

.posts__item--category-3 .posts__cta{
    background-color: var(--primary-color) !important;
}

.posts__item--card .posts__thumb img{
    object-fit: cover;
}

.posts__title a{
    color: var(--dark-blue) !important;
    transition: all 0.3s ease-in-out;
}

.posts__title a:hover{
    color: var(--extra-light-blue-2) !important;
}

.posts__item--card .posts__excerpt a{
    color: var(--grey) !important;
    transition: all 0.5s;
}

.posts__item--card .posts__excerpt a:hover{
    color: var(--primary-color) !important;
    text-shadow: var(--primary-color) 0 0 1px;
}

.league-news-post .posts__thumb::before{
  content: '';
  background-color: var(--primary-color) !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  z-index: 2;
}

.league-news-post .posts__thumb::after{
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 55px;
  color: #fff !important;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

.league-news-post .posts__thumb:hover::before{
  opacity: 0.8;
}

.league-news-post .posts__thumb:hover::after{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.league-news-post .posts__thumb:hover img{
  transform: scale(1);
}

/* MATCHUPS tweaks */

.label-win--basic{
    background-color: var(--primary-color) !important;
}

.label-loss--basic{
    background-color: var(--red) !important;
}

.label-tie--basic{
    background-color: var(--grey) !important;
}

.page-heading--simple .page-heading__img{
    object-position: initial !important;
}

@media (min-width: 1025px) {
    .matchupBanner__team .team__image .team-logo {
        height: auto !important;
        margin: 0 20px;
        width: 150px !important;
    }
}

.matchupBanner .matchupBanner__scorecard .matchupBanner__team, .matchupBanner .matchupBanner__bettingDetails .matchupBanner__team {
    flex: 5 !important;
}

.alc-event-box-score__score--lg .alc-event-box-score__score-decor{
    background-color: var(--primary-color);
}

.alc-event-box-score__score--lg .alc-event-box-score__score-decor:nth-child(2){
    background-color: var(--secondary-color) !important;
}

.alc-event-box-score__section-content{
    padding-block: 60px;
    padding-inline: 160px;
}

.table-leaders-widget .table-responsive{
    max-height: 500px !important;
    overflow-y: auto;
}

.table-leaders-widget.matchup-leaders .table-responsive{
    max-height: none !important;
    height: auto !important;
    overflow-y: auto;
}

.widget.league-leaders .real{
    margin-bottom: 30px;
}

.edge-arrow{
    font-size: 20px;
}

/* Team logo styles */

table .team-logo {
    height: 30px;
    width: auto;
}

/* TEAM PAGE */

.alc-team-info-banner__logo{
    width: 180px;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.content-filter__link:before{
    background-color: var(--primary-color) !important;
}

.content-filter__link label{
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: var(--primary-color) !important;
    cursor: pointer;
    transition: all 0.5s;
}

.content-filter__link small{
    font-size: 8px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: var(--dark-blue) !important;
}

.content-filter__item.content-filter__item--active .content-filter__link label,
.content-filter__link:hover label{
    color: var(--dark-blue) !important;
    text-shadow: var(--dark-blue) 0 0 1px;
}

.content-filter__item.content-filter__item--active .content-filter__link small,
.content-filter__link:hover small{
    text-shadow: none !important;
}


.alc-team-info-banner__bg{
    background-image: none;
    background-color: #015C8E;
}

.alc-team-info-banner__primary-info{
    padding-block-start: 0px;
}

.alc-team-info-banner__logo img{
    max-width: 300px;
    width: auto !important;
    height: 20vh !important;
    filter: drop-shadow(10px 5px 8px #000);
}

@keyframes highlightTeam {
        0%, 100% {
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
            background-color: transparent;
        }
        25% {
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
            background-color: rgba(0, 123, 255, 0.1);
        }
        50% {
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
            background-color: rgba(0, 123, 255, 0.15);
        }
        75% {
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
            background-color: rgba(0, 123, 255, 0.1);
        }
    }
    
.team-row-highlight {
    animation: highlightTeam 2s ease-in-out;
}

.team-row-highlight.table-active{
    background-color: var(--light-grey);
    color: var(--dark-blue) !important;
}

.team-portal .order-1{
    order: 1 !important;
    justify-content: flex-start !important;
}

.team-portal .order-2{
    order: 2 !important;
}

.team-portal .order-3{
    order: 3 !important;
    text-align: right !important;
    justify-content: flex-end !important;
}

.alc-circle-progress .circle-progress-value{
    stroke: var(--primary-color) !important;
}

/* PLAYER PAGE tweaks */

.effect-duotone--primary .effect-duotone__layer-inner {
    background-color: #1a1b1d;
    opacity: 1;
}

.alc-player-info-banner__player-title{
    font-size: 36px !important;
}

.alc-player-info-banner__meta {
    grid-column: 2 / 6;
    grid-row: 2 / -1;
    z-index: 2;
    padding-bottom: 40px;
}

.alc-player-info-banner__stats{
    grid-column: -2 / -4;
}

.alc-player-info-banner__img img{
    height: 280px;
    width: auto !important;
    position: relative;
    left: 30px;
    object-fit: cover;
}

/* PAGINATION */

.pagination-insights.pagination a{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--white) !important;
    font-weight: 500 !important;
    transition: all 0.3s ease-in-out;
}

.pagination-insights.pagination .page-item.active a,
.pagination-insights.pagination a:hover{
    background-color: var(--dark-blue) !important;
    border-color: var(--deep-blue) !important;
    color: var(--white) !important;
}

.pagination-insights.pagination a:hover span,
.pagination-insights.pagination a:hover i{
    color: var(--white) !important;
}

/* TOOLTIPS */

.tooltip {
  font-size: 9px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: var(--primary-color) !important;
  border-radius: 2px;
}

.bs-tooltip-top .arrow:before {
  border-top-color: var(--primary-color) !important;
}

.bs-tooltip-right .arrow:before {
  border-right-color: var(--primary-color) !important;
}

.bs-tooltip-bottom .arrow:before {
  border-bottom-color: var(--primary-color) !important;
}

.bs-tooltip-left .arrow:before {
  border-left-color: var(--primary-color) !important;
}

.tooltip--card .tooltip-inner {
  background-color: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  padding: 18px 24px;
  max-width: 240px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.tooltip--card-sm .tooltip-inner {
  padding: 16px 18px;
}

.alc-circular-tooltip-stats {
  font-size: 10px;
  line-height: 1.2em;
  font-style: italic;
  text-align: left;
}

.alc-circular-tooltip-stats + .alc-circular-tooltip-stats {
  margin-top: 6px;
}

.alc-circular-tooltip-stat__circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.alc-circular-tooltip-stat__value {
  display: inline-block;
  margin-right: .15em;
}

.alc-circular-tooltip-stat__label {
  color: #9a9da2;
  display: inline-block;
}

/* AUTHOR'S PAGE */

.page-template-page-authors .card__content,
.single-author .card__content{
    padding: 15px !important;
}

.page-template-page-authors .post--single h1 {
    font-size: 35px !important;
}

.page-template-page-authors .post--single .post__content--inner {
    padding: 0px !important;
}

/* GAME PREVIEW */

.single-sia_editorial .card{
    width: 100% !important;
}

.single-sia_editorial .content .card__content,
.single-post .content .card__content{
    padding: 15px !important;
}

@media only screen and (max-width: 991px) {
    .header__secondary {
        display: none !important;
    }
}


/* TEAM CELL */

.team-meta__logo--sm.right{
    margin-inline-end: 0 !important;
    margin-inline-start: 10px !important;
}

/* TEAM DIV - TEAM LIST ON LEAGUE */

.team-div{
    height: 70px;
    margin-bottom: 10px;
}