/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Prevent horizontal scrollbar on mobile */
html { overflow-x: hidden; }


span.ast-icon.icon-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.competition-country {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}
.anwpfl-live-search.anwpfl-live-search__layout-dropdown .anwpfl-live-search__output .anwp-fl-hover-effect.anwp-border-light.anwp-border-bottom {
    align-items: center;
}
.ro-live-search{
            position: relative;
            overflow: hidden;
        }
        .ro-live-search.active {
            overflow: visible;
        }

        .ro-live-search div#anwpfl-live-search {
            -webkit-backface-visibility: visible;
            backface-visibility: visible;
            visibility: hidden;
            opacity: 0;
            transition: all .2s;
            position: absolute;
            z-index: 3;
            right: -1em;
            top: 50%;
            transform: translateY(-50%);
        }

        .ro-live-search.active div#anwpfl-live-search {
            visibility: visible;
            opacity: 1;
            right: 0;
        }
       .ro-live-search span.ast-icon.icon-search svg {
    fill: #fff;
    margin: 0;
    margin-top: -2px;
}

        .ro-live-search .ast-search-icon .ast-icon {
            top: 3px;
            position: relative;
        }

        .ro-live-search:not(.active) svg.anwp-icon.anwp-icon--octi {
    display: none;
}
.ro-live-search.active .ast-search-icon svg.anwp-icon.anwp-icon--octi {
    display: block;
    fill: #000;
    height: 16px;
    width: 16px;
    margin-top: -8px;
}
.ro-live-search.active svg.anwp-icon--search {
    display: none;
}
.ro-live-search svg.anwp-icon--search{
    display:block;
}

#secondary h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.anwp-navbar__content.anwp-fl-builder__tab.anwp-row.d-none {
    display: flex !important;
}

.anwp-b-wrap.competition-header.anwp-bg-light {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 20px 30px !important;
}

.anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item.anwp-active-tab {
    background-color: #2b8fff;
    color: #fff;
}

.anwp-fl-builder__tabs .anwp-navbar__wrapper,
.anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item {
    background: transparent;
}

.anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item {
    border: 1px solid #D9D9D9;
    border-radius: 36px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #232323;
}


.anwp-navbar__content.anwp-fl-builder__tab.anwp-row {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 30px 15px;
    margin: 30px 0;
}

.anwp-fl-builder__bottom.anwp-row {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 30px 15px;
    margin: 0;
}

#page .site-content .ast-container.main-content>* {
    min-width: 0;
    /* 🔥 THIS IS THE KEY */
    min-height: 0;
}

.last-ai-prediction-update-time {
    width: 100%;
    text-align: right;
    display: inline-block;
}

.anwp-navbar__content.anwp-fl-builder__tab.anwp-row .anwp-fl-block-header,
.anwp-fl-builder__bottom.anwp-row .anwp-fl-block-header {
    border-bottom: 0;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000000;
}

.anwp-text-base.competition__stage-title {
    background: #F6F7F8;
    color: #989898;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 8px 10px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
}

.match-slim__inner-wrapper .match-slim__date-wrapper {
    align-items: center !important;
    justify-content: center;
    gap: 4px;
    border: 1px solid lightgray;
    border-radius: 10px;
    font-size: 12px;
    line-height: normal;
    padding: 5px 0px;
    min-height: 58px;
}


.match-slim__inner-wrapper.d-sm-flex .match-slim__inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.match-slim__main-content.d-flex.align-items-center {
    width: 100%;
}


.match-slim__main-meta.d-flex,
.match-slim {
    border: none !important;
}

.match-slim {
    border-bottom: 1px solid #ddd !important;
}

.match-slim__inner-wrapper.d-sm-flex {
    gap: 10px;
}

.match-slim__scores-wrapper.d-flex>.d-flex {
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.match-slim__scores-number {
    margin: 0 !important;
}

.match-slim__scores-number {
    min-width: 20px;
    font-size: 14px;
    padding: 0;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-slim__inner-wrapper .match-slim__date-wrapper span.match-slim__time {
    font-weight: bold;
}

.anwp-navbar__content.anwp-fl-builder__tab.anwp-row .match-list.match-list--shortcode .anwp-fl-block-header {
    font-size: 16px;
    margin-bottom: 0;
}

.sidebar-main .widget {
    background: #fff !important;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 24px 16px;
    margin-bottom: 35px;
}

body.archive .ast-archive-description {
    padding: 0;
    background: transparent;
}

.sidebar-main .widget:last-child {
    margin: 0;
}

.ast-separate-container #primary,
.ast-separate-container.ast-left-sidebar #primary,
.ast-separate-container.ast-right-sidebar #primary {
    margin-bottom: 4em;
}

.ast-competition-sidebar .ast-container #secondary.widget-area,
.ast-right-sidebar #secondary {
    margin-top: 0;
}

.ast-right-sidebar #primary,
.ast-right-sidebar #secondary {
    border: none;
}

.ast-right-sidebar #primary {
    padding-right: 20px;
}

.ast-right-sidebar #secondary {
    padding-left: 20px;
}

#secondary h2 {
    margin-bottom: 10px;
}

.anwp-b-wrap.anwp-fl-calendar-slider {
    border: 1px solid #BBBDBF;
    background: #fff;
    padding: 35px;
    border-radius: 40px;
}

#page .site-content .ast-container.main-content {
    display: grid;
    grid-template-columns: 180px 1fr 380px;
    max-width: 1528px;
}

#page .site-content .ast-container.breadcrumb {
    max-width: 1528px;
}

.ast-competition-sidebar .ast-container .widget-area.competition-left-sidebar,
.ast-competition-sidebar .ast-container .widget-area.competition-right-sidebar,
.ast-right-sidebar #secondary {
    width: 100%;
}

body.single.single-anwp_match .ast-container .anwp-fl-builder__top.anwp-row {
    margin: 0;
}

.ast-competition-sidebar .ast-container div#primary {
    width: 100%;
    padding: 0;
}

.ast-competition-sidebar .ast-container .widget-area {
    margin: 3.77em 0;
}

.ast-competition-sidebar .ast-container {
    gap: 40px
}

.ast-competition-sidebar .ast-container .widget-area.competition-left-sidebar h4.widget-title {
    font-family: Manrope;
    font-weight: 400;
    font-size: 11px;
    line-height: 16.5px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #1A3150;
    margin-bottom: 5px;
}

.ast-competition-sidebar .ast-container .widget-area.competition-left-sidebar .competition-list__competition-name {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    color: #1A3150;
}


.ast-competition-sidebar .competition-list__country svg.fl-flag--rounded {
    width: 20px;
    height: 20px;
}

.ast-competition-sidebar .competition-list__country .competition-list__country-name {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    color: #1A3150;
}

.ast-competition-sidebar .competition-list__country {
    background: transparent;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ast-competition-sidebar .competition-list__competition img.anwp-object-contain {
    height: 20px !important;
}

.ast-competition-sidebar .competition-list__competition {
    margin-bottom: 5px;
}

.ast-competition-sidebar .ast-container .widget-area.competition-left-sidebar .anwp-b-wrap img {
    width: 20px;
    height: auto;
}

.ast-competition-sidebar .ast-container .competition-left-sidebar .sidebar-main .widget {
    /* background: transparent; */
    /* border: none; */
    padding: 10px;
    margin-bottom: 20px;
}

.ast-competition-sidebar .ast-container .widget-area.competition-left-sidebar h4.widget-title {
    margin-top: 5px;
}

.ast-competition-sidebar .ast-container .competition-left-sidebar .anwp-fl-border-bottom {
    border: none;
    padding: 1px 0 !important;
}

.ast-competition-sidebar .ast-container .competition-left-sidebar .competition-list.anwp-fl-border-top {
    border: none;
}

.ast-live-search-results label.ast-search--posttype-heading {
    padding: 10px;
}

.ast-live-search-results a.ast-search-item {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 15px;
}

.ast-competition-sidebar .ast-container .widget-area.competition-left-sidebar input#search-field-sticky {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    font-family: Manrope;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    height: 32px;
    padding: 7px 15px;
}

.ast-separate-container.ast-desktop .ast-blog-layout-4-grid .ast-row {
    margin: 0;
}

ul.football_team_ranking_leagues_sidebar img.team-logos {
    width: 20px;
    height: auto;
}

ul.football_team_ranking_leagues_sidebar li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    color: #1A3150;
}

ul.football_team_ranking_leagues_sidebar li {
    padding: 5px 0;
}

.ast-competition-sidebar .ast-container .widget-area.competition-right-sidebar h4.widget-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #232323;
}

.widget_search .search-form input[type=submit] {
    visibility: hidden;
}

.popular-matches .popular-matches__row a {
    display: flex;
    text-align: center;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.popular-matches .popular-matches__row {
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.popular-matches .popular-matches__row .popular-matches__center {
    flex: 1;
}

.club-header-pro-calendar .club-header-pro__calendar {
    display: none;
}

.anwp-fl-builder-block .anwp-fl-season-selector {
    margin-top: 10px;
}

.anwp-fl-builder-block .anwp-fl-season-selector {
    margin-top: 10px;
}

.club__header.club-header-pro-calendar {
    align-items: center;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 20px 30px !important;
}

.club__header.club-header-pro-calendar .club-header-pro__logo-wrapper {
    margin: 0 !important;
}

article.anwp_club.type-anwp_club header.entry-header {
    display: none;
}

.popular-matches .popular-matches__row.is-even {
    background-color: #2B8FFF40;
}

.popular-matches .popular-matches__row.is-odd {
    background-color: #F5F5FA;
}


.popular-matches .popular-matches__row img {
    width: 50px;
    height: auto;
}

.popular-matches .popular-matches__row .popular-matches__team span {
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #232323;
}

.popular-matches .popular-matches__row .popular-matches__league {
    font-family: Manrope;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #232323;
    margin-top: 3px;
}

.popular-matches .popular-matches__row .popular-matches__time {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #232323;
}

.popular-matches .popular-matches__row .popular-matches__date {
    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #232323;
}

.popular-matches .popular-matches__row .popular-matches__team {
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
    gap: 5px;
}


.upcoming-fixtures .upcoming-fixtures__row {
    margin-bottom: 12px;
}


.upcoming-fixtures .upcoming-fixtures__round-title {
    margin-bottom: 10px;
}

.upcoming-fixtures .upcoming-fixtures__item.is-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.upcoming-fixtures .upcoming-fixtures__datetime {
    min-width: 80px;
    text-align: center;
    border: 1px solid #D9D9D9;
    padding: 8px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #FBFBFB;
    border-radius: 16px;
    gap: 1px;
}

.upcoming-fixtures .upcoming-fixtures__date {
    font-weight: 600;
    display: block;
}



.upcoming-fixtures .upcoming-fixtures__teams {
    flex: 1;
    border: 1px solid #D9D9D9;
    padding: 12px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #FBFBFB;
    border-radius: 16px;
    gap: 7px;
}

.upcoming-fixtures .upcoming-fixtures__team {
    display: flex;
    align-items: center;
    gap: 8px;
}

.upcoming-fixtures .upcoming-fixtures__row .upcoming-fixtures__item {
    display: flex;
    margin-bottom: 6px;
    color: #232323;
    gap: 12px;
    text-decoration: none;
    justify-content: center;
    font-size: 12px;
    /* align-content: stretch; */
}

.upcoming-fixtures .upcoming-fixtures__team img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.ast-separate-container .ast-article-single {
    padding: 0;
    background: transparent !important;
}

.ast-separate-container .ast-article-single .anwp-fl-builder__top.anwp-row h2 {
    margin-top: 0;
}

ul#football_team_ranking li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

ul#football_team_ranking li a {
    flex: auto;
    font-weight: 700;
}

ul#football_team_ranking li * {
    font-size: 14px;
    color: #232323;
}

ul#football_team_ranking li span {
    border: 1px solid #2B8FFF;
    padding: 1px 11px;
    border-radius: 20px;
    font-weight: 700;
    color: #2B8FFF;
}



.latest-predictions .latest-predictions__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.latest-predictions .prediction-item {
    margin-bottom: 0.75rem;
}

.latest-predictions .prediction-link {
    display: flex;
    text-decoration: none;
    gap: 15px;
}

.latest-predictions .prediction-link.is-disabled {
    pointer-events: none;
}

.latest-predictions .prediction-datetime {
    width: 25%;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    line-height: normal;

}

.latest-predictions .prediction-time {
    font-weight: 500;
}

.latest-predictions .prediction-card {
    width: 75%;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.latest-predictions .team-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.latest-predictions .prediction-card .prediction-teams .team-info {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

.latest-predictions .prediction-card .prediction-teams .team-info .team-name,
.latest-predictions .prediction-datetime {
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    color: #232323;
}



.latest-predictions .prediction-odd {
    background: #2B8FFF40;
    height: 20px;
    font-weight: 700;
    font-size: 14px;
    vertical-align: middle;
    display: flex;
    border-radius: 20px;
    width: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.bookies-offers {
    margin-top: 20px;
}

.bookies-offers .bookies-offer.is-disabled {
    pointer-events: none;
}

.bookies-offers .bookies-offer__brand {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

.bookies-offers span.bookies-offer__name {
    display: flex;
    width: 100%;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: #232323;
    justify-content: center;
}

.bookies-offers .bookies-offer__brand img {
    max-width: 100px;
    border-radius: 50px;
}



.bookies-offers .bookies-offers__list {
    display: flex;
    flex-flow: column;
    gap: 15px;
}

.bookies-offers .bookies-offers__list a {
    padding: 14px 20px;
    color: #232323;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.bookies-offers .bookies-offer__details {
    display: flex;
    gap: 20px;
    align-items: center;
    /*justify-content: center;*/
    width: 100%;
    justify-content: space-between;
}

.bookies-offers .bookies-offers__list a.bookies-offer {
    background: #2B8FFF40;

}

.bookies-offers span.bookies-offer__description {
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
}

.bookies-offers span.bookies-offer__percent {
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
}

.bookies-offers .bookies-offers__list a.bookies-offer.is-disabled {
    background: #F5F5FA;
}

/* ── COUNTRY PAGE — HEADER ── */
.anwp-block-content.anwp-country-title h2 {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.anwp-block-content.anwp-country-title h2 img {
    background: rgba(255,255,255,0.95);
    border-radius: 50%;
    padding: 6px;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

body.archive.tax-anwp_country .anwp-block-content.anwp-country-title {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #60a5fa 100%);
    border-radius: 0;
    padding: 24px 28px;
    box-shadow: none;
    margin-bottom: 0;
}

body.archive.tax-anwp_country div#primary {
    background: #fff;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

/* ── SCORES WRAPPER ── */
.scores-wrapper {
    margin: 0 auto;
    padding: 20px 24px;
}

/* ── TABS — underline style ── */
.scores-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
}

.scores-wrapper .tab-content {
    display: none;
}

.scores-wrapper .tab-content.active {
    display: block;
}

body.archive.tax-anwp_country div#primary .scores-wrapper .tab {
    border: none;
    padding: 10px 22px;
    border-radius: 0;
    font-weight: 500;
    cursor: pointer;
    background: transparent;
    color: #6b7280;
    font-size: 14px;
    box-shadow: none;
    transition: color 0.15s;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

body.archive.tax-anwp_country div#primary .scores-wrapper .tab:hover {
    background: transparent;
    color: #374151;
}

body.archive.tax-anwp_country div#primary .scores-wrapper button.tab.active {
    background: transparent;
    color: #2563eb;
    border-bottom: 2px solid #2563eb;
    font-weight: 600;
}

/* ── LEAGUE BLOCKS — card style ── */
.scores-wrapper .league {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.scores-wrapper .league-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #e5e7eb;
}

.scores-wrapper .league-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.scores-wrapper .league-title a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
}

.scores-wrapper .league-title a:hover {
    color: #2563eb;
    text-decoration: none;
}

.scores-wrapper .league-title img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.scores-wrapper .league-action {
    font-size: 13px;
    color: #9ca3af;
}

/* ── MATCH ROWS ── */
.scores-wrapper .league-content {
    display: none;
    background: #fff;
}

.scores-wrapper .league-content.open {
    display: block;
}

.scores-wrapper .league-match {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 13px;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition: background 0.1s;
}

.scores-wrapper .league-match:last-child {
    border-bottom: none;
}

.scores-wrapper .league-match:hover {
    background: #f8fafc;
}

.scores-wrapper .both-team {
    display: flex;
    width: 100%;
    gap: 15px;
    justify-content: center;
}

.scores-wrapper .both-team .team {
    width: calc(50% - 100px);
    display: flex;
    gap: 8px;
    align-items: center;
}

.scores-wrapper .both-team .score {
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.scores-wrapper .both-team .team.home {
    justify-content: flex-end;
    text-align: right;
}

.scores-wrapper .both-team .team span.team-name {
    line-height: normal;
    font-size: 13px;
    color: #374151;
}

.scores-wrapper .both-team .score span {
    background: #f3f4f6;
    border: none;
    border-radius: 4px;
    padding: 2px 7px;
    font-weight: 700;
    font-size: 14px;
    color: #1f2937;
    min-width: 24px;
    text-align: center;
}

.scores-wrapper .both-team .score span.sep {
    background: none;
    border-radius: 0;
    padding: 0 2px;
    color: #9ca3af;
    font-size: 12px;
    min-width: auto;
    font-weight: 400;
}

.scores-wrapper .league-match .time {
    text-align: center;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 11px;
    color: #6b7280;
    line-height: normal;
    padding: 4px 8px;
    white-space: nowrap;
    min-width: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}

.scores-wrapper .league-match .time .match-status {
    font-weight: 700;
    font-size: 10px;
    color: #1f2937;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

div#breadcrumbs span {
    font-size: 18px;
    line-height: normal;
}

div#breadcrumbs {
    margin-top: 20px;
}

div#breadcrumbs a {
    color: #000;
}

body.archive.tax-anwp_country div#primary,
.ast-competition-sidebar .ast-container .widget-area,
.ast-plain-container.ast-no-sidebar #primary,
.ast-right-sidebar #primary,
.ast-right-sidebar #secondary,
.ast-separate-container #primary,
.ast-separate-container.ast-left-sidebar #primary,
.ast-separate-container.ast-right-sidebar #primary {
    margin-top: 20px;
}

body.single.single-anwp_match .ast-container {
    gap: 40px;
}

.upcoming-fixtures h3.widget-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 22px;
}

.upcoming-fixtures .upcoming-fixtures__round-title {
    margin-bottom: 10px;
    font-size: 14px;
}

.match.match__inner .anwp-block-content h1 {
    font-family: Manrope;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}


.match-scoreboard.anwp-image-background-cover {
    background: linear-gradient(0deg, #2B8FFF 0%, #184DBD 100%) !important;
    border-radius: 40px;
}

.match-info-card .match-info-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 28px;
}

.match-info-card .info-row {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.match-info-card .info-row:last-child {
    margin-bottom: 0;
}

.match-info-card .icon-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    border: 1.5px solid #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    background: #ffffff;
}

.match-info-card .icon-purple {
    background: #4c1d95;
}

.match-info-card .icon-circle img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.match-info-card .icon-circle i {
    font-size: 18px;
    color: #6b7280;
}

.match-info-card .icon-purple i {
    color: #ffffff;
}

.match-info-card .info-text {
    display: flex;
    flex-direction: column;
}

.match-info-card .info-label {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0;
}

.match-info-card .info-value {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}



.team-analysis-card .team-analysis-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #111827;
}

.team-analysis-card .teams-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;

}

.team-analysis-card .team-col {
    width: 33.33%;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.team-analysis-card .team-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 12px;
}

.team-analysis-card a.team-abbr {
    color: #08255C;
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.team-analysis-card .vs-text {
    width: 33.33%;
    text-align: center;
    color: #111827;
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.team-analysis-card .stat-block {
    margin-bottom: 28px;
}

.team-analysis-card .stat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.team-analysis-card .stat-label {
    font-size: 18px;
    font-weight: 500;
    color: #111827;
}

.team-analysis-card .stat-value {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.team-analysis-card .progress {
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.team-analysis-card .progress-fill {
    height: 100%;
    background: #3b82f6;
    border-radius: 999px;
    transition: width 0.4s ease;
}

.ast-article-single .match-scoreboard__club-wrapper figure, 
.ast-article-single .match-scoreboard__club-wrapper img:not(figure img) {
    box-shadow: none;
    background: #fff;
    border-radius: 50%;
    padding: 13px;
    width: 90px;
    height: 90px;
}
.match-scoreboard__scores {
    font-size: 50px;
}

.anwp-text-nowrap.match-scoreboard__scores.d-flex span.match-scoreboard__score-number.anwp-flex-1 {
    max-width: 55px;
}

.anwp-text-nowrap.match-scoreboard__scores.d-flex {
    justify-content: center;
}

.match-scoreboard__inner {
    max-width: 100%;
    background: transparent;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.match-scoreboard__header {
    background-color: transparent;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 3px;
}

.match-scoreboard__main .club-form__item-pro {
    opacity: 1;
    border-radius: 4px !important;
    font-size: 12px;
    height: 15px;
    width: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.match-scoreboard__header a.anwp-link {
    color: #fff;
}

.match-scoreboard__header a.anwp-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

.match-scoreboard__header a.anwp-link img {
    box-shadow: none;
    background: #fff;
    border-radius: 20px;
    padding: 2px;
    display: flex;
    align-items: center;
    height: auto;
    height: 25px;
    object-fit: cover;
}

.match-scoreboard__goal-wrapper .match-scoreboard__goal-icon .icon__ball {
    top: 0;
}

.match-scoreboard__club-title.anwp-text-truncate-multiline {
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: unset;
    word-break: unset;
    font-size: 14px;
}

body.single.single-anwp_match .ast-article-single .anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item {
    border-radius: 0;
    margin: 0 !important;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    height: 50px;
}

body.single.single-anwp_match .ast-article-single .anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item:first-child {
    border-radius: 16px 0px 0px 16px;
}


body.single.single-anwp_match .ast-article-single .anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item:last-child {
    border-radius: 0px 16px 16px 0;
}

body.single.single-anwp_match .ast-article-single .anwp-fl-builder__tabs .anwp-navbar__wrapper {
    width: 85%;
    margin: 0 auto;
}

body.single.single-anwp_match .anwp-navbar__content.anwp-fl-builder__tab.anwp-row {
    background: transparent;
    border: none;
    padding: 0;
}


.match-inner-header {
    padding: 0 16px;
    margin: 0;
    background: #F5F5FA;
    border: 2px solid #F5F5FA;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    box-shadow: none;
    border-bottom: none;
}

.match-inner-header .match-inner-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
}

.match-inner-header .match-inner-header-inner .match_inner-team-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.match-inner-header .match-inner-header-inner .match_inner-team {
    display: flex;
    align-items: center;
    gap: 10px;
}

.match-inner-header .match-inner-header-inner a.match_inner-team-abbr {
    font-weight: 700;
    font-size: 12px;
    color: #08255C;
    text-decoration: none !important;
}

.match-inner-header .match-inner-header-inner .match_inner-title {
    color: #1f2937;
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.match-inner-header .match-inner-header-inner .match_inner-title .match_inner-subtitle {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #555555;
    margin-top: 3px;
}

.ai-prediction {
    margin: 48px auto 0;
    background: #F5F5FA;
    border: 2px solid #F5F5FA;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 8px 24px 0px #F5F5FA33;
}

.anwp-fl-builder__tabs.anwp-fl-builder-navbar.mt-3 {
    margin-top: 40px !important;
}

.anwp-fl-builder.competition.competition__inner .anwp-fl-builder-block.mb-0.anwp-col-12.mb-4 {
    margin-bottom: 0 !important;
}

/* Header */
.ai-prediction .ai-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 14px;
    background: #F5F5FA;
}

.ai-prediction .ai-logo {
    height: 26px;
}

.ai-prediction .ai-title {
    color: #1f2937;
    letter-spacing: 0.08em;
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

/* Body */
.ai-prediction .ai-body {
    background: #ffffff;
    padding: 20px;
}

/* Prediction text */
.ai-prediction .ai-prediction-text {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 25px;
    text-transform: uppercase;
}

/* Odds wrapper */
.ai-prediction .ai-odds-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    /*align-items: center;*/
    margin-bottom: 15px;
}

/* Odds card */
.ai-prediction .ai-odds-card {
    max-width: 340px;
    width: 100%;
}

.ai-prediction .ai-odds-inner {
    display: flex;
    align-items: center;
    height: 50px;
    max-width: 340px;
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    background: #ffffff;
}

.ai-prediction .ai-bookmaker {
    flex: 1;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.ai-prediction .ai-bookmaker img {
    max-height: 40px;
    object-fit: contain;
}

.ai-prediction .ai-divider {
    width: 1px;
    height: 100%;
    background: #e5e7eb;
}

.ai-prediction .ai-odds-value {
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #111827;
}

/* Action button */
.ai-prediction .ai-action-btn {
    max-width: 340px;
    width: 100%;
    height: 50px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1e40af, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    /*cursor: pointer;*/
    border: 2px solid #1e3a8a;
}

.ai-prediction .ai-action-btn span {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Highest odds label */
.ai-prediction .ai-highest-odds {
    text-align: center;
    font-size: 11px;
    color: #6b7280;
    margin: 12px 0 0px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
}

/* Explanation */
.ai-prediction .ai-explanation {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    padding: 0 6px;
}


.match-inner-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}


.match-inner-wrapper .match-inner-content {
    padding: 16px;
    background: #ffffff;
    border-radius: 0 0 18px 18px;
    border: 2px solid #F5F5FA;
    border-top: none;
    box-shadow: 0px 8px 24px 0px #F5F5FA33;
}

.match-statistics .stat-item {
    margin-bottom: 18px;
}

.match-statistics .stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.match-statistics .stat-item:last-child {
    margin: 0;
}

.match-statistics .stat-value {
    font-weight: 700;
    font-size: 20px;
}



.match-statistics .stat-label {
    font-weight: 600;
    font-size: 16px;
    color: #1f2937;
    text-align: center;
}

.match-statistics .stat-bar {
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.match-statistics .stat-bar-fill {
    height: 100%;
    background: var(--primary-color, #2563eb);
}

.match-statistics .card {
    display: inline-block;
    width: 14px;
    height: 24px;
    border-radius: 2px;
    vertical-align: middle;
}

.match-statistics .card-yellow {
    background: #facc15;
    border: 1px solid #ca8a04;
}

.match-statistics .card-red {
    background: #ef4444;
    border: 1px solid #b91c1c;
}

img.match-formation__field-bg {
    box-shadow: none !important;
}

.anwp-b-wrap.match.match-single.match--shortcode.match__inner {
    background: #f9f9fc;
    margin: 0 !important;
    padding: 30px 0;
    border-radius: 24px;
}

/* Panel */
.match-substitutes .match-substitutes__panel {
    background: #e6e6e6;
    border-radius: 16px;
    overflow: hidden;
}

/* Header */
.match-substitutes .match-substitutes__header {
    background: #d1d1d1;
    border-bottom: 1px solid #c5c5c5;
    padding: 12px 16px;
}

.match-substitutes .match-substitutes__header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.match-substitutes .match-substitutes__title {
    font-size: 20px;
    font-weight: 700;
}

/* Teams */
.match-substitutes .match-substitutes__team {
    display: flex;
    align-items: center;
    gap: 12px;
}

.match-substitutes .match-substitutes__team-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.match-substitutes .match-substitutes__team-abbr {
    font-weight: 700;
    color: #1e3a8a;
}

/* Content */
.match-substitutes .match-substitutes__content {
    /* background: #FBFBFB; */
    /* padding: 20px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    /* display: flex; */
}

/* Column */
.match-substitutes .match-substitutes__column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Player */
.match-substitutes .match-substitutes__player {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.match-substitutes .match-substitutes__player-info {
    display: flex;
    align-items: center;
}

.match-substitutes .match-substitutes__player-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 12px;
    border: 1px solid green;
    box-shadow: none;
}

.match-substitutes .match-substitutes__player-name {
    font-weight: 600;
}

.match-substitutes .match-substitutes__player-role,
.match-substitutes .match-substitutes__player-event {
    font-size: 14px;
    color: #555555;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

/* Icons */
.match-substitutes .match-substitutes__icon {
    width: 20px;
    height: 20px;
    background: #2563eb;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 6px;
}

/* Jersey number */
.match-substitutes .match-substitutes__player-number {
    color: #D9D9D9;
    font-weight: 700;
    font-style: Italic;
    font-size: 32px;
    line-height: 100%;
    text-align: right;
    text-transform: capitalize;
}

/* Cards */
.match-substitutes .match-substitutes__card-yellow {
    display: inline-block;
    width: 10px;
    height: 14px;
    background: #facc15;
    margin-left: 6px;
}




/* Tabs */
.match-per-stats .match-per-stats__tabs {
    display: flex;
    gap: 8px;
    padding: 8px 16px;
    margin-bottom: 16px;
}

.match-per-stats .match-per-stats__tab {
    flex: 1;
    padding: 0 12px;
    border: 1px solid #08255C;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    height: 40px;
    border-radius: 50px;
    color: #08255C;
}

.match-per-stats .match-per-stats__tab.is-active {
    background: #08255C;
    color: #fff;
    border-color: #08255C;
}

/* Content */
.match-per-stats .match-per-stats__content {
    padding: 16px;
}

.match-per-stats .match-per-stats__category {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.match-per-stats .match-per-stats__category {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.match-per-stats .match-per-stats__category:last-child {
    margin-bottom: 0;
}

.match-per-stats .match-per-stats__category.is-hidden {
    display: none;
}

/* Rows */
.match-per-stats .match-per-stats__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.match-per-stats .match-per-stats__value {
    width: 64px;
    text-align: center;
    padding: 3.5px 8px;
    background: #F5F5FA;
    border: 1px solid #D9D9D9;
    border-radius: 999px;
    font-weight: 700;
}

.match-per-stats .match-per-stats__label {
    flex: 1;
    text-align: center;
    font-weight: 600;
    color: #6b7280;
}

/* Cards */
.match-per-stats .match-per-stats__card {
    display: inline-block;
    width: 14px;
    height: 24px;
    border-radius: 2px;
}

.match-per-stats .match-per-stats__card--yellow {
    background: #facc15;
}

.match-per-stats .match-per-stats__card--red {
    background: #ef4444;
}



.match-h2h .match-h2h__body {
    padding: 24px;
}

.match-h2h .match-h2h__score {
    display: flex;
    justify-content: center;
    gap: 10px;
    color: #232323;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
}

.match-h2h .match-h2h__labels {
    display: flex;
    justify-content: center;
    gap: 29px;
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #BBBDBF;
    margin-top: 3px;
}

.match-h2h__progress-main .match-h2h__progress {
    width: 100%;
    height: 8px;
    margin: 16px auto 10px;
    background: #F2F2F2;
    border-radius: 999px;
    display: flex;
    overflow: hidden;
}

.match-h2h__progress-main {
    display: flex;
    gap: 10px;
}

.match-h2h__progress-main .match-h2h__progress.match-h2h__progress--a {
    justify-content: right;
}

.match-h2h__progress-main .match-h2h__bar--a {
    background: #2B8FFF;
}

.match-h2h__progress-main .match-h2h__bar--d {
    background: #d1d5db;
}

.match-h2h__progress-main .match-h2h__bar--b {
    background: #08255C;
}

.match-h2h .match-h2h__list {
    /*border-top: 1px solid #e5e7eb;*/
}

.match-h2h .match-h2h__item {
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
    color: #232323;
}

.match-h2h .match-h2h__item.is-hidden {
    display: none;
}

.match-h2h .match-h2h__row {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.match-h2h .match-h2h__date {
    width: 96px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
}

.match-h2h .match-h2h__competition {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.match-h2h .match-h2h__competition img {
    width: 30px;
    box-shadow: none;
}

.match-h2h .match-h2h__scorebox {
    width: 240px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.match-h2h .match-h2h__team {
    display: flex;
    justify-content: stretch;
    align-items: center;
    gap: 10px;
}

.match-h2h .match-h2h__team span {
    flex: 1;
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.match-h2h .match-h2h__item:last-child {
    border: none;
}

.match-h2h .match-h2h__team img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    box-shadow: none;
}

.match-h2h .match-h2h__team strong {
    width: 32px;
    height: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-h2h .match-h2h__toggle {
    width: 100%;
    padding: 16px 16px 5px;
    background: none;
    border: none;
    color: #2B8FFF;
    display: flex;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    align-items: center;
}

.match-h2h .match-h2h__toggle svg path {
    fill: #2B8FFF;
}

.match-h2h .match-h2h__toggle svg {
    width: 20px;
    height: 20px;
    transition: transform .3s;
}

.match-h2h .match-h2h__toggle.is-open svg {
    transform: rotate(180deg);
}

.match-h2h .match-h2h__competition img {
    width: 30px;
}

.lm-last-matches .lm-competition img.lm-comp-logo {
    width: 20px;
}

.lm-last-matches .lm-team-row.home-W,
.lm-last-matches .lm-team-row.away-L {
    font-weight: bold;
}

/* HEADER */
.lm-last-matches .lm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #F5F5FA;
}

.lm-last-matches .lm-title {
    font-size: 18px;
    font-weight: 700;
}

.lm-last-matches .lm-team {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lm-last-matches .lm-team-logo {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.lm-last-matches .lm-team-name {
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
}

/* COLUMNS */
.lm-last-matches .lm-columns {
    display: flex;
    /*flex-direction: column;*/
}

.rational-author-box{
display:flex;
gap:20px;
padding:40px 20px 20px;
margin-top:40px;
border-top:1px solid #eee;
align-items:flex-start;
}
.rational-author-box .rational-author-name a {
    text-decoration: none;
    color: #1e293b;
}
.ast-author-bio p.rational-author-position {
    margin-bottom: 15px;
}
.rational-author-box .rational-author-avatar img {
    border-radius: 50%;
    min-width: 100px;
}

.rational-author-box .rational-author-name{
margin:0;
font-size:18px;
font-weight:600;
}

.rational-author-box .rational-author-position{
font-size:14px;
color:#666;
margin:4px 0 !important;
}

.rational-author-box .rational-author-bio {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
    margin-bottom: 0 !important;
}



@media (max-width: 640px) {
    .lm-last-matches .lm-columns {
        /*flex-direction: row;*/
    }

    .rational-author-box {
        flex-flow: column;
        align-items: center;
    }

    .rational-author-box .rational-author-info {
        text-align: center;
    }
}

.lm-last-matches .lm-column {
    width: 100%;
    padding: 12px;
}

/* FILTERS */
.lm-last-matches .lm-filters {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}

.lm-last-matches .lm-filter {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

/* MATCH CARD */
.lm-last-matches .lm-match-card {
    cursor: pointer;
    margin-bottom: 12px;
    color: #232323;
    text-decoration: none;
    display: block;
}

.lm-last-matches .lm-competition {
    background: #F5F5FA;
    padding: 0 15px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    font-family: Manrope;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
}

.lm-last-matches .lm-match-body {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px;
}

.lm-last-matches .lm-date {
    width: 60px;
    height: 60px;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.lm-last-matches .lm-teams {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 7px;
}

.lm-last-matches .lm-badge.bg-blue-primary {
    background: #dc3545;
}

.lm-last-matches .lm-badge.bg-tab-active {
    background: #02741f;
}

.lm-last-matches .lm-badge.bg-gray-400 {
    background: #fbc02d;
}

.lm-last-matches .lm-team-row {
    display: flex;
    justify-content: space-between;
    font-family: Manrope;
    font-size: 14px;
    line-height: 100%;
    align-items: center;
    gap: 10px;
}

/* BADGE */
.lm-last-matches .lm-badge {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* TOGGLE */
.lm-last-matches .lm-toggle {
    text-align: center;
    padding: 16px;
}

.lm-last-matches #toggleMatchesBtn {
    background: none;
    border: none;
    color: #2563eb;
    /*font-weight: 600;*/
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: none;
}

.lm-last-matches #toggleMatchesBtn svg {
    width: 16px;
    transition: transform 0.2s;
}

.lm-last-matches .rotate {
    transform: rotate(180deg);
}

.lm-last-matches .hidden {
    display: none !important;
}

.lm-mobile-title {
    display: none;
}

.lm-last-matches .lm-team-row img {
    width: 20px;
    box-shadow: none;
}

.lm-last-matches .lm-team-row span {
    flex: 1;
}


/* Table */
.match-standing .match-standing__table-wrap {
    padding: 16px;
    overflow-x: auto;
}

.match-standing .match-standing__row {
    display: grid;
    grid-template-columns: 40px auto repeat(6, 44px);
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
    min-width: 500px;
}

.match-standing .match-standing__row--head {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.match-standing .match-standing__row.is-hidden {
    display: none;
}

.match-standing .match-standing__pos {
    font-weight: 600;
    color: #374151;
}

.match-standing .match-standing__teamcell {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.match-standing .match-standing__teamcell img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: contain;
}

.match-standing .match-standing__teamname {
    color: #111827;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match-standing .is-bold {
    font-weight: 700;
}

/* Toggle */
.match-standing .match-standing__toggle-wrap {
    padding-top: 16px;
    display: flex;
    justify-content: center;
}

.match-standing .match-standing__toggle,
button#toggle-show-more,
button#toggle-details {
    background: none;
    border: none;
    color: #2b8fff;
    /* font-weight: 600; */
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    box-shadow: none;
}

.match-standing .match-standing__toggle svg {
    width: 20px;
    height: 20px;
    transition: transform .3s;
}

.match-standing .match-standing__toggle.is-open svg {
    transform: rotate(180deg);
}

.ast-article-single figure,
.ast-article-single img:not(figure img) {
    box-shadow: none !important;
}

/*.anwp-fl-show-odds>a, .anwp-fl-show-odds>div {
    padding: 6px 14px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    width: 118px;
    justify-content: space-between;
}

.anwp-fl-show-odds {gap: 30px;}

span.anwp-fl-show-odds__bet {
    font-family: Manrope;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #2B8FFF;
    margin: 0;
}*/


svg.anwp-fl-pro-game-countdown__svg {
    display: none;
}

.anwp-fl-pro-game-countdown__item {
    width: 60px;
}

.match-scoreboard__main {
    display: grid;
    /*grid-template-columns: minmax(154px,1fr) max-content minmax(50px,1fr);
    grid-template-columns: 200px max-content 200px;*/
    grid-template-columns: 1fr 240px 1fr;
}

.anwp-fl-pro-game-countdown__value {
    font-family: Manrope;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 10px;
}


.anwp-fl-pro-game-countdown__inner .anwp-fl-pro-game-countdown__item .anwp-fl-pro-game-countdown__label-wrapper .anwp-fl-pro-game-countdown__value:after {
    content: ":";
    font-size: 23px;
    position: absolute;
    right: -4px;
    top: calc(50% - 7px);
}

.match-scoreboard--max600 .anwp-fl-pro-game-countdown__item {
    height: 60px;
    width: 50px;
}

.match-scoreboard--max600 .match-scoreboard__main {
    /*display: grid;*/
    grid-template-columns: 1fr 200px 1fr;
}

.anwp-fl-pro-game-countdown__inner .anwp-fl-pro-game-countdown__item {
    position: relative;
}

.anwp-fl-pro-game-countdown__label {
    text-transform: capitalize;
}

.anwp-fl-pro-game-countdown__item.anwp-fl-pro-game-countdown__seconds {
    /*display: none;*/
}

.anwp-fl-pro-game-countdown__inner .anwp-fl-pro-game-countdown__item:last-child .anwp-fl-pro-game-countdown__label-wrapper .anwp-fl-pro-game-countdown__value:after {
    content: none;
}

.match-scoreboard__footer {
    font-size: 16px;
}

body.single.single-anwp_match .anwp-fl-builder-block {
    margin: 0;
    padding: 0;
}

.starting-lineups.match-inner-wrapper,
.match-substitutes.match-inner-wrapper,
.match-statistics.match-inner-wrapper.match-per-stats,
.match-facts.match-inner-wrapper,
.match-h2h.match-inner-wrapper,
.lm-last-matches.match-inner-wrapper,
.match-standing.match-inner-wrapper,
.match-odds.match-inner-wrapper {
    margin: 0;
    margin-top: 48px;
}


body.single.single-anwp_match .anwp-navbar__content.anwp-fl-builder__tab.anwp-row {
    margin: 0;
}


.ast-right-sidebar #secondary {
    padding-left: 20px;
    padding: 0;
}

.betting-type-content .market-content .bookmaker-odd-name {
    display: flex;
    flex-flow: column;
    text-align: center;
    line-height: normal;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: 92px;
    gap: 3px;
}

.betting-type-content .market-content .bookmaker-odd-name span.font-semibold.text-base {
    font-size: 12px !important;
    line-height: normal;
}

body.single.single-anwp_match .anwp-fl-show-odds__place-scoreboard-center>a, body.single.single-anwp_match .anwp-fl-show-odds__place-scoreboard-center>div {
    width: 33.3%;
    justify-content: space-between;
    padding: 5px 13px;
    font-weight: 600;
    font-size: 14px;
    height: 34px;
    line-height: 100%;
    text-align: center;
    border-radius: 65px;
    color: #232323;
    pointer-events: none;
    text-decoration: none;
}

body.single.single-anwp_match .anwp-fl-show-odds__place-scoreboard-center span.anwp-fl-show-odds__bet {
    font-size: 14px;
    margin-left: 15px;
}

body.single.single-anwp_match .anwp-fl-show-odds__place-scoreboard-center .anwp-mx-2 {
    margin-left: 20px;
    margin-right: 20px;
}

body.single.single-anwp_match .anwp-fl-show-odds__place-scoreboard-center {
    margin-bottom: 18px;
    margin-top: 5px;
}

.match-scoreboard__header-line.d-flex.justify-content-center {
    align-items: center;
    font-size: 12px;
    flex-flow: column;
    gap: 1px;
}

.match-scoreboard .anwp-words-separator {
    font-size: 22px;
    top: 0;
    color: #fff;
    font-weight: 300;
    margin: 0 6px;
    display: none;
}

.match-scoreboard__main .anwp-text-center.d-flex.flex-column.justify-content-center {
    width: 100%;
    min-width: 100px;
}

.match-scoreboard--max600 .match-scoreboard__club-logo {
    height: 140px !important;
    width: 140px !important;
}

.match-h2h-teams.match-inner-wrapper .match-inner-content .anwp-fl-border.anwp-border-light {
    overflow: hidden;
    border: 0;
}


.match-h2h-teams.match-inner-wrapper .match-inner-content .anwp-fl-td-highlight {
    background: transparent !important;
    /* color: #fff; */
}

.d-flex.anwp-text-center.match-h2h-teams-other-value {
    line-height: 32px;
    margin-top: 5px;
    margin-bottom: 4px;
}

.match-h2h-teams.match-inner-wrapper .match-inner-content .anwp-bg-light {
    background-color: #f5f5faba;
}

.match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-title .anwp-flex-1.anwp-text-center {
    /* flex: 1; */
    padding: 0 12px;
    border: 1px solid #08255C;
    background: #fff;
    /* cursor: pointer; */
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    height: 40px;
    border-radius: 50px;
    color: #08255C;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-title .anwp-flex-1.anwp-text-center.active {
    background: #08255C;
    color: #fff;
    border-color: #08255C;
}

.match-h2h-teams.match-inner-wrapper .match-inner-content .stat-item.match-statistics.match-per-stats {
    margin-bottom: 0px;
    margin-top: 15px;
}

.match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h__progress-main .match-h2h__progress {
    margin-top: 10px;
}

.match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-title .anwp-flex-1.d-flex {
    gap: 10px;
    max-width: 200px;
}
.match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-title {
    justify-content: center;
    gap: 30px;
}
.match-h2h-teams.match-inner-wrapper .match-inner-content .anwp-fl-td-highlight>div span {
    border: 1px solid #2b8fff;
    color: #2b8fff;
    border-radius: 20px;
    width: 70px;
    display: inline-block;
    background: #F7FBFF;
}

.match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-other-value .anwp-fl-td-non-highlight>div span {
    border: 1px solid #D9D9D9;
    color: #08255C;
    border-radius: 20px;
    width: 70px;
    display: inline-block;
    background: #F5F5FA;
}

ul.football_team_ranking_leagues_sidebar li a .club-country-logo {
    display: flex;
    align-items: center;
    min-width: 20px;
}

ul.football_team_ranking_leagues_sidebar li a span {
    flex: 1;
}

.match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-other-value>.anwp-fl-td-highlight,
.match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-other-value>.anwp-fl-td-non-highlight {
    gap: 20px;
    justify-content: flex-end !important;
}

.main-header-menu .sub-menu {
    background: #1a1a1a;
}

.team-analysis-card.match-statistics.match-per-stats span.stat-label {
    font-size: 14px;
    line-height: 16px;
}

.team-analysis-card.match-statistics.match-per-stats .stat-row {
    gap: 7px;
}

.team-analysis-card.match-statistics.match-per-stats .match-per-stats__value {
    font-size: 14px;
}

.team-analysis-card.match-statistics.match-per-stats .match-h2h__progress-main .match-h2h__progress {
    margin-top: 10px;
}

.anwp-fl-builder__tabs-content-wrapper.mt-3 {
    margin-top: 0 !important;
}

.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-next,
.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-prev {
    border-radius: 10px;
}

.anwp-fl-matchweek-nav-slides__swiper-slide.swiper-slide-active {
    background-color: #4490ff;
    color: #ffffff;
}

.anwp-fl-matchweek-nav-slides__swiper-slide {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.stat-players__player-wrapper .stat-players__name a {
    color: #333;
}


.betting-slider {
    background: #fff;
    border: 2px solid #F5F5FA;
    border-radius: 16px;
    overflow: hidden;
    margin: 48px auto 0;
}

.betting-slider.finished-match {
    /*    pointer-events: none;
    opacity: 0.8;*/
}

.betting-slider.finished-match button.vote-btn {
    background: lightgray;
    border: 1px solid lightgray;
    pointer-events: none;
}

.betting-slider .options-row p {
    margin: 0;
    margin-top: 10px;
}

.betting-slider .slider-container {
    overflow: hidden;
}

.betting-slider .slider-track {
    display: flex;
    transition: transform .3s ease;
}

.betting-slider .slide {
    min-width: 100%;
}

.betting-slider .slide-header {
    position: relative;
    background: #f5f5fa;
    padding: 16px;
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.betting-slider .slide-header h2 {
    margin: 0;
    color: #1f2937;
    font-family: Manrope;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.betting-slider .slider-nav {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    box-shadow: none;
    background: transparent !important;
    width: 30px;
    display: flex !important;
    justify-content: center;
}

.betting-slider .slider-nav:hover svg path {
    fill: #232323;
}

/*.slider-nav.prev { left: 12px; }
.slider-nav.next { right: 12px; }*/

.betting-slider .slide-body {
    padding: 35px 20px;
}

.betting-slider .slide-body p.total {
    margin-bottom: 0px;
}

.betting-slider .options-row {
    display: flex;
    gap: 16px;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
}

.betting-slider .option {
    flex: 1;
    text-align: center;
    /*min-width: 140px;*/
}

.betting-slider .vote-btn {
    width: 100%;
    padding: 11px 10px;
    border-radius: 999px;
    border: 2px solid #2b8fff;
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
}

.betting-slider .vote-btn img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
}

.betting-slider .vote-btn.selected,
.betting-slider .vote-btn:hover {
    background: #2b8fff;
    color: #fff;
}

.betting-slider .vote-bar {
    height: 6px;
    background: #e5e7eb;
    border-radius: 6px;
    margin-top: 8px;
    display: none;
}

.betting-slider .vote-bar span {
    display: block;
    height: 100%;
    background: #2b8fff;
    border-radius: 6px;
}

.betting-slider .total {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
    color: #6b7280;
}

.betting-slider .hidden {
    display: none;
}


.match-info-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 15px 6px 25px;
    border-bottom: 1px solid #e5e7eb;
}

.match-info-flex .info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
}

/* 3 columns on tablet+ */
@media (min-width: 768px) {
    .match-info-flex .info-item {
        flex: 1;
        min-width: 0;
    }

}

/* Icon circle */
.match-info-flex .info-icon {
    background: #f3f4f6;
    border-radius: 50%;
    padding: 8px;
    margin-right: 0;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

/* SVG size */
.match-info-flex .info-svg {
    width: 16px;
    height: 16px;
    color: #6b7280;
}

/* Label */
.match-info-flex .info-label {
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7280;
    margin: 0;
}

/* Value */
.match-info-flex .info-value {
    font-size: 14px;
    margin: 0;
}

.match-scoreboard__text-result span {
    padding: 5px;
    font-size: 12px;
}

.stadium-header__photo {
    width: auto !important;
}

.anwp-fl-timezone.d-inline-block .anwp-fl-timezone__btn.anwp-fl-timezone__btn {
    color: #fff;
}

div#anwp-modaal-timezone .anwp-fl-modal__close {
    padding: 0;
}

button.button.anwp-fl-timezone-selector__save {
    padding-top: 0;
    padding-bottom: 0;
}

.stadium-header.anwp-section h2,
.anwp-b-wrap.player.player__inner .player-header.anwp-section h2 {
    margin-top: 0;
}

.anwp-fl-builder-block.anwp-col-12.mb-4.anwp-b-wrap.competition-header.anwp-bg-light {
    margin-bottom: 0 !important;
}

.anwp-flex-auto.player-header__inner .anwp-grid-table.player-header__options:last-child>div {
    border-bottom-width: 0px !important;
}

.anwp-b-wrap.player.player__inner .player-header.anwp-section h2 {
    margin-bottom: 10px;
}

.player-header.anwp-section.anwp-bg-light.p-3 {
    background: #fff;
    padding: 0 !important;
}

.anwp-b-wrap.anwp-fl-builder.player.player__inner .anwp-fl-builder__top.anwp-row,
.ast-right-sidebar #secondary {
    margin: 0;
}

ul#football_team_ranking li strong,
ul#football_team_ranking li span {
    white-space: nowrap;
}

div#breadcrumbs span {
    font-size: 12px;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .anwp-fl-builder-block.anwp-col-12 {
    padding: 0;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__date-wrapper+.match-list__live-block {
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border: 1px solid #e87e10;
    border-radius: 10px;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .mb-1.d-flex.justify-content-between {
    flex-flow: column;
    margin: 0 !important;
    gap: 1px;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-list__live-block .match-list__live-status {
    margin: 0 !important;
}


article.page.type-page.ast-article-single,
article.post.type-post.ast-article-single,
body.archive.category.ast-competition-sidebar .ast-container div#primary {
    align-items: center;
    background: #fff !important;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 20px 30px !important;
}

button#bookmakerDropdown {
    color: #374151;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__date-wrapper,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__date-wrapper {
    flex-flow: column !important;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__inner-wrapper.d-sm-flex,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__inner-wrapper.d-sm-flex {
    display: flex !important;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__competition-wrapper,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner span.match-slim__time-separator,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner svg.match-slim__date-icon,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__competition-wrapper,
.anwp-b-wrap.anwp-fl-builder.club.club__inner span.match-slim__time-separator,
.anwp-b-wrap.anwp-fl-builder.club.club__inner svg.match-slim__date-icon {
    display: none !important;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__date,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__date {
    margin: 0 !important;
}


.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__scores-number,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__scores-number {
    font-size: 12px;
    height: 18px;
    min-width: 14px;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__main-content.d-flex.align-items-center,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__main-content.d-flex.align-items-center {
    flex-flow: column;
    gap: 6px;
}

.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__team-home,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim--max460 .match-slim__team-home,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim--max460 .match-slim__team-away,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__team-home,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim--max460 .match-slim__team-home,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim--max460 .match-slim__team-away {
    flex-flow: row-reverse !important;
    align-items: center;
    width: 100%;
    justify-content: start !important;
}


.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__scores-wrapper,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim--max460 .match-slim__scores-wrapper,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__scores-wrapper,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim--max460 .match-slim__scores-wrapper {
    position: absolute;
    right: 0;
    top: 3px;
    margin: 0 !important;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__team-home img,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__team-away img,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__team-home img,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__team-away img {
    margin: 0 !important;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__scores-wrapper.d-flex>.d-flex,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__scores-wrapper.d-flex>.d-flex {
    flex-flow: column;
    font-size: 0;
    gap: 6px;
    align-items: initial;
    line-height: normal;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__inner-wrapper.d-sm-flex .match-slim__inner,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__inner-wrapper.d-sm-flex .match-slim__inner {
    gap: 0;
    position: relative;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__team-away-title,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__team-home-title,

.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__team-away-title,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__team-home-title {
    margin: 0 !important;
    text-align: left !important;
    width: calc(100% - 45px);
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .anwp-fl-builder-block.anwp-col-12 {
    padding: 0;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__team-away,
.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim--max460 .match-slim__team-away,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__team-away,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim--max460 .match-slim__team-away {
    /* align-items: center; */
    gap: 10px !important;
    flex-flow: row !important;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .match-slim__team-wrapper,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .match-slim__team-wrapper {
    gap: 10px;
}

.club-header-pro-calendar.club-header-pro-calendar--max730 {
    grid-template-areas: "fl-logo fl-options fl-calendar";
    grid-template-columns: max-content minmax(0, 1fr) max-content;
}

.anwp-b-wrap.anwp-fl-builder.stadium.stadium__inner .anwp-fl-builder__top.anwp-row,
.anwp-b-wrap.anwp-fl-builder.club.club__inner .anwp-fl-builder__top.anwp-row {
    margin: 0;
}

.stadium-fixtures.anwp-section .match-slim__competition-wrapper,
.stadium-latest.anwp-section .match-slim__competition-wrapper.d-flex {
    display: none !IMPORTANT;
}

#page .site-content .ast-container.main-content .entry-content .anwp-b-wrap.stadium .match-slim__inner-wrapper.d-sm-flex {
    display: flex !important;
}

#page .site-content .ast-container.main-content .entry-content .anwp-b-wrap.stadium .match-slim__inner-wrapper.d-sm-flex svg.match-slim__date-icon.anwp-icon {
    display: none !important;
}

#page .site-content .ast-container.main-content .entry-content .anwp-b-wrap.stadium .match-list.match-list--shortcode span.match-slim__time-separator {
    font-size: 0;
}

#page .site-content .ast-container.main-content .entry-content .anwp-b-wrap.stadium .match-list.match-list--shortcode .match-slim__inner-wrapper .match-slim__date-wrapper {
    flex-flow: column !important;
}

.match-scoreboard__inner.my-md-4>h1 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
}
.match-scoreboard__main .match-scoreboard__club-wrapper {
    padding: 5px;
}

.betting-type-content .market-content a {
    text-decoration: none;
    font-weight: 900;
    color: #000;
}

.betting-type-content .market-content a div {
    font-weight: 900;
    font-size: 14px;
}

.betting-type-content .market-content a .odds-box {
    background: #eee;
}

body.error404 .ast-container.main-content {
    grid-template-columns: 1fr !important;
}

@media screen and (max-width: 1400px) {
    body.single.single-anwp_match .ast-container {
        gap: 20px;
    }
}


@media screen and (max-width: 1280px) {
    #page .site-content .ast-container.main-content {
        grid-template-columns: 160px 1fr 300px;
    }

    .popular-matches .popular-matches__row img {
        width: 40px;
    }
}

@media screen and (max-width: 1180px) {
    #page .site-content .ast-container.main-content {
        grid-template-columns: 160px 1fr 300px;
        gap: 25px;
    }
}

@media screen and (max-width: 1080px) {
    #page .site-content .ast-container.main-content {
        grid-template-columns: 155px 1fr 275px;
        gap: 20px;
    }

    .anwp-b-wrap.anwp-fl-builder.club.club__inner .anwp-fl-builder__tabs-content-wrapper .anwp-fl-builder-block.anwp-col-md-6 {
        padding: 0;
    }
}

.site-primary-footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 998px) {

    .ast-competition-sidebar .ast-container .widget-area.competition-left-sidebar {
        display: none;
    }

    .ast-competition-sidebar .ast-container.breadcrumb,
    .site-primary-footer-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    #page .site-content .ast-container.main-content {
        grid-template-columns: 1fr 275px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*.filters-bar {
        flex-flow: column;
    }
    .filters-right {
        flex-flow: column;
    }*/

    .match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-title .anwp-flex-1.anwp-text-center {
        font-size: 12px;
        padding: 0 5px;
        height: 34px;
    }

    .match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-other-value>.anwp-fl-td-highlight,
    .match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-other-value>.anwp-fl-td-non-highlight {
        gap: 0px;
    }

    .d-flex.anwp-text-center.match-h2h-teams-other-value {
        line-height: 27px;
        margin-top: 5px;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-other-value .anwp-fl-td-non-highlight>div span,
    .match-h2h-teams.match-inner-wrapper .match-inner-content .anwp-fl-td-highlight>div span {
        width: 50px;
    }

    .lm-last-matches .lm-columns {
        padding: 8px 0;
    }

    .lm-last-matches .lm-match-body {
        gap: 8px;
    }
}


@media screen and (max-width: 860px) {

    .match-slim__inner-wrapper.d-sm-flex,
    .match-slim--max460 .match-slim__inner-wrapper.d-sm-flex {
        display: flex !important;
    }

    .match-slim__inner-wrapper.d-sm-flex span.match-slim__time-separator.mr-1.d-sm-none.anwp-leading-1,
    .match-slim--max460 .match-slim__inner-wrapper.d-sm-flex span.match-slim__time-separator.mr-1.d-sm-none.anwp-leading-1 {
        display: none !important;
    }

    .match-slim__date-icon,
    .match-slim--max460 .match-slim__date-icon {
        display: none !important;
    }

    .match-slim__inner-wrapper .match-slim__date-wrapper,
    .match-slim--max460 .match-slim__inner-wrapper .match-slim__date-wrapper {
        flex-flow: column !important;
    }

    .match-slim__date,
    .match-slim--max460 .match-slim__date {
        margin: 0 !important;
        padding: 1px;
    }

    .anwp-fl-builder-block.anwp-col-12,
    .match-slim--max460 .anwp-fl-builder-block.anwp-col-12 {
        padding: 0;
    }

    .anwp-b-wrap.anwp-fl-builder.competition.competition__inner .anwp-row {
        margin-left: 0;
        margin-right: 0;
    }
}


@media screen and (min-width: 768px) and (max-width: 860px),
screen and (min-width: 998px) and (max-width: 1080px) {
    .anwp-b-wrap.anwp-fl-builder.club.club__inner .anwp-fl-builder__tabs-content-wrapper .anwp-fl-builder-block.anwp-col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {

    .bookies-offers .bookies-offer__brand,
    .bookies-offers .bookies-offer__details {
        flex-flow: column;
        justify-content: center;
        gap: 4px;
    }

    .bookies-offers span.bookies-offer__name {
        justify-content: center;
    }

    .bookies-offers span.bookies-offer__description {
        line-height: normal;
    }

    .latest-predictions .prediction-link {
        gap: 10px;
    }

}

@media screen and (min-width: 768px) and (max-width: 850px),
screen and (max-width: 600px) {

    .match-scoreboard__header-line.d-flex.justify-content-center {
        flex-flow: column;
        line-height: normal;
    }

    .match-scoreboard .anwp-words-separator {
        display: none;
    }


    .lm-last-matches .lm-columns {
        padding: 0;
    }

    .lm-last-matches .lm-columns {
        flex-flow: column;
    }

    .lm-mobile-title {
        display: flex;
        width: 100%;
        position: absolute;
        top: 0;
        text-align: center;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .lm-last-matches .lm-filters {
        padding-top: 60px;
        position: relative;
    }

    .lm-mobile-title img.lm-team-logo-sm {
        width: 40px;
        /* text-align: center; */
        /* margin: 0 auto; */
    }


    .match-info-flex .info-item {
        justify-content: flex-start;
    }

    .match-h2h .match-h2h__body {
        padding: 0;
    }


    .match-h2h .match-h2h__row {
        flex-flow: column;
        gap: 20px;
    }

    .match-h2h .match-h2h__date,
    .match-h2h .match-h2h__scorebox {
        width: 100%;
    }

    .match-h2h .match-h2h__team img {
        width: 25px;
        height: 25px;
    }

    .scores-wrapper .league-title {
        flex-flow: column;
        text-align: left;
        align-items: flex-start;
    }

    .scores-wrapper .both-team {
        flex-flow: column;
    }

    .scores-wrapper .both-team .team {
        width: 100%;
        justify-content: flex-end;
        flex-flow: row-reverse;
    }

    .scores-wrapper .both-team .team.away {
        flex-flow: row;
        justify-content: flex-start;
    }

    .scores-wrapper .both-team .score {
        position: absolute;
        right: 0;
        display: flex;
        flex-flow: column;
        line-height: normal;
        font-size: 0;
        gap: 4px;
    }

    .scores-wrapper .both-team {
        position: relative;
        gap: 10px;
    }

    .scores-wrapper .both-team .score span {
        font-size: 13px;
    }

    .scores-wrapper .league-title strong {
        display: none;
    }

    body.archive.tax-anwp_country div#primary {
        padding: 0;
    }

    body.archive.tax-anwp_country .anwp-block-content.anwp-country-title {
        border-radius: 16px;
        padding: 18px 20px;
    }

    .scores-tabs {
        gap: 4px;
    }


    .ast-article-single .match-scoreboard__club-wrapper figure,
    .ast-article-single .match-scoreboard__club-wrapper img:not(figure img),
    .match-scoreboard--max600 .match-scoreboard__club-logo {
        width: 90px !important;
        height: 90px !important;
    }

    .match-scoreboard__main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .match-scoreboard__main .anwp-text-center.d-flex.flex-column.justify-content-center {
        order: 3;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .anwp-text-nowrap.match-scoreboard__scores.d-flex {
        justify-content: center;
    }

    .anwp-text-nowrap.match-scoreboard__scores.d-flex span.match-scoreboard__score-number.anwp-flex-1 {
        flex: none;
    }

    .match-substitutes__column.match-substitutes__column--home {
        position: relative;
        padding-top: 48px;
    }

    .match-substitutes .match-substitutes__content {
        grid-template-columns: 1fr;
    }

    .match-per-stats .match-per-stats__tabs {
        padding-left: 0;
        padding-right: 0;
        gap: 4px;
    }

    .match-scoreboard--max450 .anwp-fl-pro-game-countdown__value,
    .match-scoreboard--max600 .anwp-fl-pro-game-countdown__value {
        font-size: 30px;
        line-height: 30px;
        margin-top: 6px;
        letter-spacing: normal;
        margin-left: -4px;
    }

    .match-scoreboard.match-status__0 .match-scoreboard__scores~.anwp-fl-pro-game-countdown {
        margin: 0;
    }

    .match-scoreboard--max600 .match-scoreboard__text-result {
        font-size: 16px;
        padding: 0 !important;
    }

    .match-scoreboard--max600 .match-scoreboard__text-result span.px-1.py-0 {
        padding: 5px !important;
    }

    .match-scoreboard__main .match-scoreboard__club-wrapper {
        width: 50%;
    }

}

@media screen and (max-width: 600px) {

    div#detailed-content .p-4 ul.space-y-3 {
        padding: 0;
    }

    .anwp-fl-builder__tabs .anwp-navbar__wrapper {
        flex-wrap: nowrap !important;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .anwp-fl-builder__tabs .anwp-navbar__wrapper {
        padding-bottom: 5px;
    }

    .anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item {
        font-size: 13px;
        padding: 7px 14px;
    }

    .anwp-fl-builder-block.anwp-col-12 {
        padding: 0;
    }

    .match-slim__scores-number {
        font-size: 12px;
        height: 18px;
        min-width: 14px;
    }

    .match-slim__main-content.d-flex.align-items-center {
        flex-flow: column;
        gap: 12px;
    }

    .match-slim__team-home,
    .match-slim__team-away,
    .match-slim--max460 .match-slim__team-home,
    .match-slim--max460 .match-slim__team-away {
        flex-flow: row-reverse !important;
        align-items: center;
        width: 100%;
        justify-content: start !important;
    }


    .match-slim__scores-wrapper,
    .match-slim--max460 .match-slim__scores-wrapper {
        position: absolute;
        right: 0;
        top: 10px;
        margin: 0 !important;
    }

    .match-slim__team-home img,
    .match-slim__team-away img {
        margin: 0 !important;
    }

    .match-slim__scores-wrapper.d-flex>.d-flex {
        flex-flow: column;
        font-size: 0;
        gap: 6px;
        align-items: initial;
        line-height: normal;
    }

    .match-slim__inner-wrapper.d-sm-flex .match-slim__inner {
        gap: 0;
        position: relative;
    }

    .match-slim__team-away-title,
    .match-slim__team-home-title {
        margin: 0 !important;
    }

    .match-slim__team-away,
    .match-slim--max460 .match-slim__team-away {
        /* align-items: center; */
        gap: 10px !important;
        flex-flow: row !important;
    }

    .match-slim__team-wrapper {
        gap: 10px;
    }

    .scores-wrapper .both-team .score {
        width: auto;
    }

    .betting-slider .vote-btn {
        gap: 4px;
        height: 40px;
    }

    .betting-slider .vote-btn img {
        margin: 0;
    }

    .betting-slider .options-row {
        gap: 10px;
    }

    .betting-slider .slide-body {
        padding: 20px;
    }

    .match-info-flex .info-item {
        justify-content: flex-start;
    }

    .match-inner-header .match-inner-header-inner .match_inner-title {
        font-size: 18px;
        padding: 0 7px;
        line-height: normal;
    }

    .match-inner-header .match-inner-header-inner .match_inner-team {
        gap: 5px;
    }
}

@media screen and (max-width: 768px) {
    #page .site-content .ast-container.main-content {
        grid-template-columns: 1fr;
    }

    .match-scoreboard.anwp-image-background-cover {
        padding: 10px;
    }


}


@media screen and (max-width: 576px) {
    .ai-prediction .ai-header {
        flex-flow: column;
    }

    .anwp-b-wrap.competition-header.anwp-bg-light .competition-country {
        justify-content: center;
    }

    .ast-separate-container #content .ast-container,
    #page .site-content .ast-container.main-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .d-flex.anwp-text-center.match-h2h-teams-other-value>div:nth-child(2),
    .d-flex.py-1.match-h2h-teams-title>div:nth-child(2) {
        max-width: 100px;
        line-height: normal;
        padding: 6px;
    }

    .d-flex.anwp-text-center.match-h2h-teams-other-value {
        align-items: center;
    }

    .match-scoreboard__header-line.d-flex.justify-content-center {
        flex-flow: column;
        line-height: normal;
    }

    .match-scoreboard .anwp-words-separator {
        display: none;
    }





}


@media screen and (max-width: 480px) {
    .club-header-pro-calendar.club-header-pro-calendar--max730 {
        grid-template-areas: "fl-logo"
            "fl-options";
        grid-template-columns: 1fr;
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    article.page.type-page.ast-article-single,
    article.post.type-post.ast-article-single {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body.single.single-anwp_match .anwp-fl-show-odds__place-scoreboard-center>div,
    body.single.single-anwp_match .anwp-fl-show-odds__place-scoreboard-center>a {

        font-size: 18px;
        height: 46px;

    }

    body.single.single-anwp_match .anwp-fl-show-odds__place-scoreboard-center span.anwp-fl-show-odds__bet {
        font-size: 18px;
        margin-left: 10px;
    }

}

@media screen and (max-width: 400px) {
    .d-flex.anwp-text-center.match-h2h-teams-other-value {
        line-height: 20px;
    }

    .match-h2h-teams.match-inner-wrapper .match-inner-content .match-h2h-teams-other-value .anwp-fl-td-non-highlight>div span,
    .match-h2h-teams.match-inner-wrapper .match-inner-content .anwp-fl-td-highlight>div span {
        width: 40px;
    }

    .match-per-stats .match-per-stats__tab {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.logo-in-menu {

    width: 30px;
    background: #fff;
    padding: 3px;
    height: 30px;
    border-radius: 50%;
    object-fit: contain;
}



/* PRO TIP BOX */
.pro-tip-box {
    background: linear-gradient(135deg, #2d7ff9 0%, #1a5fd9 100%);
    border-radius: 16px;
    padding: 24px 28px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(45, 127, 249, 0.25);
    margin: 24px 0;
}

.pro-tip-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.pro-tip-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.pro-tip-icon {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.pro-tip-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pro-tip-content {
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 1.7;
}

/* RED HIGHLIGHT BOX (Negative/Warning) */
.highlight-box-red {
    background: #fff;
    border-left: 4px solid #ef4444;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 24px 0;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1);
    position: relative;
}

.highlight-box-red::before {
    content: '⚠';
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 24px;
    opacity: 0.2;
}

.highlight-box-red .highlight-title {
    color: #dc2626;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.highlight-box-red .highlight-content {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

/* GREEN HIGHLIGHT BOX (Positive/Success) */
.highlight-box-green {
    background: #fff;
    border-left: 4px solid #10b981;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 24px 0;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.1);
    position: relative;
}

.highlight-box-green::before {
    content: '✓';
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 24px;
    opacity: 0.2;
    color: #10b981;
}

.highlight-box-green .highlight-title {
    color: #059669;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.highlight-box-green .highlight-content {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

/* KEY TAKEAWAY BOX */
.key-takeaway-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 28px;
    margin: 24px 0;
    position: relative;
}

.key-takeaway-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f3f4f6;
}

.key-takeaway-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #2d7ff9 0%, #1a5fd9 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.key-takeaway-title {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.key-takeaway-content {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
}

.key-takeaway-content ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}

.key-takeaway-content ul li {
    padding: 10px 0 10px 32px;
    position: relative;
    border-bottom: 1px solid #f3f4f6;
}

.key-takeaway-content ul li:last-child {
    border-bottom: none;
}

.key-takeaway-content ul li::before {
    content: '▸';
    position: absolute;
    left: 8px;
    color: #2d7ff9;
    font-weight: bold;
    font-size: 16px;
}


    
  /* ===== DATE LINE — clickable, but looks like original text ===== */
  span.match-scoreboard__kickoff .date-line {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
  }

  span.match-scoreboard__kickoff .date-btn {
    background: none;
    border: none;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 2px 4px;
    border-radius: 4px;
    transition: background 0.15s;
  }
  span.match-scoreboard__kickoff .date-btn:hover {
    background: rgba(255,255,255, 0.12);
  }
  span.match-scoreboard__kickoff .date-btn .chevron {
    font-size: 9px;
    opacity: 0.7;
    transition: transform 0.2s;
    margin-top: 1px;
  }
  span.match-scoreboard__kickoff .date-btn.open .chevron {
    transform: rotate(180deg);
  }

  /* ===== DROPDOWN — compact, clean ===== */
  span.match-scoreboard__kickoff .games-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: 270px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
    z-index: 100;
    overflow: hidden;
    color: #333;
    text-align: left;
  }
  span.match-scoreboard__kickoff .games-dropdown.show {
    display: block;
    animation: dropIn 0.15s ease-out;
  }
  @keyframes dropIn {
    from { opacity: 0; transform: translateX(-50%) translateY(-4px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
  }

  span.match-scoreboard__kickoff .dd-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #aaa;
    padding: 10px 14px 4px;
    font-family: 'Manrope', sans-serif;
  }

  span.match-scoreboard__kickoff .dd-item {
    display: flex;
    align-items: center;
    padding: 7px 14px;
    cursor: pointer;
    transition: background 0.1s;
    text-decoration: none;
    color: #333;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
  }
  span.match-scoreboard__kickoff .dd-item:hover { background: #f5f7fa; }
  span.match-scoreboard__kickoff .dd-item.active {
    background: rgba(43, 143, 255, 0.08);
    border-left: 2px solid #2b8fff;
    padding-left: 12px;
  }
  span.match-scoreboard__kickoff .dd-item .dt {
    font-size: 11px;
    color: #999;
    min-width: 40px;
    font-weight: 500;
  }
  span.match-scoreboard__kickoff .dd-item .teams {
    font-size: 12px;
    font-weight: 500;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  span.match-scoreboard__kickoff .dd-item .sc {
    font-size: 11px;
    font-weight: 700;
    color: #2b8fff;
    white-space: nowrap;
  }
  span.match-scoreboard__kickoff .dd-item .sc.future {
    font-weight: 500;
    color: #bbb;
  }
  span.match-scoreboard__kickoff .dd-item .dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  span.match-scoreboard__kickoff .dot.w { background: #4CAF50; }
  span.match-scoreboard__kickoff .dot.l { background: #f44336; }
  span.match-scoreboard__kickoff .dot.d { background: #FF9800; }

  span.match-scoreboard__kickoff .dd-sep { height: 1px; background: #f0f0f0; margin: 2px 0; }

  span.match-scoreboard__kickoff .dd-footer {
    padding: 8px 14px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
  }
  span.match-scoreboard__kickoff .dd-footer a {
    font-size: 11px;
    color: #2b8fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
  }
  span.match-scoreboard__kickoff .dd-footer a:hover { text-decoration: underline; }
  /* ===== OVERLAY ===== */
  span.match-scoreboard__kickoff .overlay { display: none; position: fixed; inset: 0; z-index: 50; }
  span.match-scoreboard__kickoff .overlay.show { display: block; }
  .match-scoreboard__header-line.d-flex.justify-content-center:not(.align-items-center) {
    flex-flow: row;
    gap: 10px;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 768px) {

    .pro-tip-box,
    .highlight-box-red,
    .highlight-box-green,
    .key-takeaway-box {
        padding: 18px 20px;
        margin: 20px 0;
    }

    .pro-tip-title {
        font-size: 14px;
    }

    .pro-tip-content {
        font-size: 14px;
    }

    .highlight-box-red .highlight-title,
    .highlight-box-green .highlight-title {
        font-size: 14px;
    }

    .highlight-box-red .highlight-content,
    .highlight-box-green .highlight-content {
        font-size: 13px;
    }

    .key-takeaway-header {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .key-takeaway-title {
        font-size: 16px;
    }

    .key-takeaway-content {
        font-size: 14px;
    }

    .key-takeaway-content ul li {
        padding: 8px 0 8px 28px;
    }
}

/* ================================================
   RESPONSIVE TABLE STYLES - ENHANCED DESIGN
   Add this CSS to your WordPress theme
   ================================================ */

/* Table Container with Horizontal Scroll */
.responsive-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 24px 0;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    position: relative;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
}

/* Scroll Shadow Indicator (right edge) */
.responsive-table-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 12px 12px 0;
}

/* Show shadow on mobile */
@media screen and (max-width: 768px) {
    .responsive-table-wrapper::after {
        opacity: 1;
    }

    /* Hide shadow when scrolled to the end */
    .responsive-table-wrapper.scrolled-end::after {
        opacity: 0;
    }
}

/* Swipe Hint Indicator */
.scroll-hint {
    display: none;
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: linear-gradient(135deg, #2d7ff9 0%, #1a5fd9 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
    animation: fadeInOut 3s ease-in-out infinite;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(45, 127, 249, 0.4);
}

.scroll-hint::before {
    content: '← Swipe →';
}

/* Show hint only on mobile */
@media screen and (max-width: 768px) {
    .scroll-hint {
        display: block;
    }

    /* Hide hint after user scrolls */
    .responsive-table-wrapper.user-scrolled .scroll-hint {
        display: none;
    }
}

/* Pulse animation for swipe hint */
@keyframes fadeInOut {

    0%,
    100% {
        opacity: 0.7;
    }

    50% {
        opacity: 1;
    }
}

/* Table Base Styles */
.responsive-table {
    width: 100%;
    min-width: 600px;
    /* Triggers horizontal scroll on mobile */
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    font-size: 15px;
    border-radius: 12px;
    overflow: hidden;
}

/* Table Header */
.responsive-table thead {
    background: linear-gradient(135deg, #2d7ff9 0%, #1a5fd9 100%);
}

.responsive-table thead th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    white-space: nowrap;
    /* Prevent header text wrapping */
    border-bottom: 2px solid #1a5fd9;
}

.responsive-table thead th:first-child {
    border-radius: 12px 0 0 0;
}

.responsive-table thead th:last-child {
    border-radius: 0 12px 0 0;
}

/* Table Body */
.responsive-table tbody tr {
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.2s ease;
    background: #fff;
}

.responsive-table tbody tr:last-child {
    border-bottom: none;
}

.responsive-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 12px;
}

.responsive-table tbody tr:last-child td:last-child {
    border-radius: 0 0 12px 0;
}

.responsive-table tbody tr:hover {
    background: #f0f7ff;
    transform: scale(1.01);
}

.responsive-table tbody td {
    padding: 16px 20px;
    color: #4a5568;
    vertical-align: top;
}

/* Remove borders between columns on mobile */
@media screen and (min-width: 769px) {
    .responsive-table tbody td {
        border-right: 1px solid #f3f4f6;
    }

    .responsive-table tbody td:last-child {
        border-right: none;
    }
}

/* Alternating Row Colors */
.responsive-table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.responsive-table tbody tr:nth-child(even):hover {
    background: #f0f7ff;
}

/* Last Column - Italic with subtle color */
.responsive-table tbody td:last-child {
    font-style: italic;
    color: #6b7280;
}

/* Mobile Adjustments */
@media screen and (max-width: 768px) {
    .responsive-table-wrapper {
        /* Subtle shadow hint on left side */
        box-shadow: inset -15px 0 15px -15px rgba(0, 0, 0, 0.15);
    }

    .responsive-table {
        font-size: 14px;
    }

    .responsive-table thead th {
        padding: 14px 16px;
        font-size: 14px;
    }

    .responsive-table tbody td {
        padding: 12px 16px;
    }
}


/* Fix for high Matchweeks Swiper container - prevents it from stretching to the height of the tallest matchweek */
.anwp-fl-matchweek-slides__swiper-container {
    /*height: auto !important;*/
    min-height: 0 !important;
    margin-bottom: 20px;
}
.anwp-fl-matchweek-slides__swiper-container .swiper-wrapper {
    height: auto !important;
    align-items: flex-start !important; /* Forces the wrapper to only be as tall as the current content */
}
.anwp-fl-matchweek-slides__swiper-container .swiper-slide {
    height: auto !important;
}
.anwp-fl-matchweek-slides__swiper-container .swiper-slide:not(.swiper-slide-active) {
    max-height: 0; /* Ensures hidden slides don't contribute to container height if autoHeight is buggy */
    overflow: hidden;
    visibility: hidden;
}
.anwp-fl-matchweek-slides__swiper-container .swiper-slide-active {
    max-height: none;
    visibility: visible;
}
/* END Fix for high Matchweeks Swiper container - prevents it from stretching to the height of the tallest matchweek */

.main-header-menu .sub-menu .menu-link {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* ========================================
   TOOL PAGE SHORTCODES
   ======================================== */

/* TOOL-SECTION — Main content wrapper */
.tool-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 24px;
    position: relative;
}

.tool-section__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.tool-section__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tool-section__icon svg {
    width: 17px;
    height: 17px;
}

.tool-section__icon--info {
    background: linear-gradient(135deg, #2d7ff9 0%, #1a5fd9 100%);
    color: #fff;
}

.tool-section__icon--steps {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #fff;
}

.tool-section__icon--formula {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #fff;
}

.tool-section__icon--scenario {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #fff;
}

.tool-section__icon--faq {
    background: linear-gradient(135deg, #2d7ff9 0%, #1a5fd9 100%);
    color: #fff;
}

.tool-section__title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.tool-section__body {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.tool-section__body p {
    margin-bottom: 14px;
}

.tool-section__body p:last-child {
    margin-bottom: 0;
}

/* TOOL-STEPS — Numbered step-by-step */
.tool-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 4px;
}

.tool-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    position: relative;
    padding-bottom: 24px;
}

.tool-step:last-child {
    padding-bottom: 0;
}

.tool-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 17px;
    top: 40px;
    bottom: 0;
    width: 2px;
    background: repeating-linear-gradient(
        to bottom,
        #d1d5db 0px,
        #d1d5db 4px,
        transparent 4px,
        transparent 8px
    );
}

.tool-step__number {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #2d7ff9 0%, #1a5fd9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 8px rgba(45, 127, 249, 0.25);
}

.tool-step__content {
    flex: 1;
    padding-top: 4px;
}

.tool-step__title {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.tool-step__desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.tool-step__optional {
    display: inline-block;
    background: #f0f4ff;
    color: #2d7ff9;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 6px;
}

/* TOOL-FORMULA — Math formula display */
.tool-formula {
    background: #f0f4ff;
    border-left: 3px solid #2d7ff9;
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin: 16px 0;
    font-family: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', 'Consolas', monospace;
}

.tool-formula__line {
    font-size: 14px;
    line-height: 1.6;
    color: #1e293b;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.tool-formula__line:not(:last-child) {
    border-bottom: 1px solid rgba(45, 127, 249, 0.1);
}

.tool-formula__line::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #2d7ff9;
    border-radius: 50%;
    flex-shrink: 0;
    opacity: 0.5;
}

/* TOOL-SCENARIO — Real-world example cards */
.tool-scenarios {
    display: flex;
    flex-direction: column;
    gap: 16px;
    counter-reset: scenario;
}

.tool-scenario {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #f59e0b;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    counter-increment: scenario;
}

.tool-scenario__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border-bottom: 1px solid #fde68a;
}

.tool-scenario__number {
    width: 30px;
    height: 30px;
    background: #f59e0b;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    flex-shrink: 0;
}

.tool-scenario__title {
    font-weight: 700;
    font-size: 15px;
    color: #92400e;
    flex: 1;
}

.tool-scenario__badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    color: #b45309;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #fde68a;
}

.tool-scenario__body {
    padding: 20px 24px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.tool-scenario__body strong {
    color: #1a1a1a;
}

.tool-scenario__result {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 8px 14px;
    margin-top: 12px;
    font-weight: 600;
    color: #166534;
    font-size: 14px;
}

/* TOOL-FAQ — Accordion Q&A */
.tool-faq {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Hide wpautop artifacts in shortcode wrappers */
.tool-faq > p:empty,
.tool-faq > br,
.tool-scenarios > p:empty,
.tool-scenarios > br,
.tool-steps > p:empty,
.tool-steps > br,
.tool-section__body > br:first-child,
.tool-section__body > br:last-child {
    display: none;
}

.tool-faq__item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.tool-faq__item:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.tool-faq__item[open] {
    border-color: #2d7ff9;
    box-shadow: 0 2px 12px rgba(45, 127, 249, 0.1);
}

.tool-faq__question {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: background 0.2s;
}

.tool-faq__question:hover {
    background: #f9fafb;
}

.tool-faq__question::-webkit-details-marker {
    display: none;
}

.tool-faq__q-label {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #2d7ff9 0%, #1a5fd9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    flex-shrink: 0;
}

.tool-faq__q-text {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
    flex: 1;
    line-height: 1.4;
}

.tool-faq__chevron {
    flex-shrink: 0;
    color: #9ca3af;
    transition: transform 0.3s ease, color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.tool-faq__chevron svg {
    width: 18px;
    height: 18px;
    display: block;
}

.tool-faq__item[open] .tool-faq__chevron {
    transform: rotate(180deg);
    color: #2d7ff9;
}

.tool-faq__answer {
    padding: 0 20px 20px 66px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.tool-faq__answer p {
    margin-bottom: 10px;
}

.tool-faq__answer p:last-child {
    margin-bottom: 0;
}


html[dir=rtl] .anwp-fl-matchweek-nav-slides__next.swiper-button-next {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}
html[dir=rtl] .anwp-fl-matchweek-nav-slides__prev.swiper-button-prev {
    transform: rotate(180deg);
}


html[dir=rtl] body.single.single-anwp_match .ast-article-single .anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item:first-child {
    border-radius: 0px 16px 16px 0px;
}

html[dir=rtl] body.single.single-anwp_match .ast-article-single .anwp-fl-builder__tabs .anwp-navbar__wrapper .anwp-navbar__item:last-child {
    border-radius: 16px 0px 0px 16px;
}


html[dir=rtl] #navmenuc .tabs-ul > li:first-child {
    border-radius:  0 36px 36px 0;
}

html[dir=rtl] #navmenuc .tabs-ul > li:last-child {
    border-radius: 36px 0 0 36px;
}

html[dir=rtl]  #ODDS .tab-button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
html[dir=rtl]  #ODDS .tab-button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
html[dir=rtl] div#bookmakerDropdownMenu {
    right: auto !important;
    left: 0 !IMPORTANT;
}
html[dir=rtl] div#ODDS .ml-auto.relative {
    margin-left: 0;
}

html[dir=rtl] div#ODDS div#bookmakerList span.font-medium {
    width: 100%;
}

html[dir=rtl] .match-h2h__progress-main .match-h2h__progress.match-h2h__progress--a {
    justify-content: left;
}

html[dir=rtl] .ai-prediction .ai-body .inner-table-value.handicap {
    height: 40px;
}

.anwp-fl-nodata {
    text-align: left;
    padding: 1rem;
}

/* TOOL SHORTCODES — Responsive */
@media (max-width: 640px) {
    .tool-section {
        padding: 20px 16px;
        border-radius: 12px;
    }

    .tool-section__header {
        gap: 8px;
        margin-bottom: 12px;
    }

    .tool-section__icon {
        width: 28px;
        height: 28px;
        border-radius: 7px;
    }

    .tool-section__icon svg {
        width: 15px;
        height: 15px;
    }

    .tool-section__title {
        font-size: 18px;
    }

    .tool-section__body {
        font-size: 14px;
    }

    .tool-step {
        gap: 12px;
    }

    .tool-step__number {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }

    .tool-step:not(:last-child)::after {
        left: 14px;
    }

    .tool-step__title {
        font-size: 14px;
    }

    .tool-step__desc {
        font-size: 13px;
    }

    .tool-formula {
        padding: 14px 16px;
    }

    .tool-formula__line {
        font-size: 12px;
    }

    .tool-scenario__header {
        padding: 12px 14px;
        gap: 8px;
    }

    .tool-scenario__title {
        font-size: 14px;
    }

    .tool-scenario__badge {
        font-size: 10px;
        padding: 2px 7px;
    }

    .tool-scenario__body {
        padding: 14px 16px;
        font-size: 13px;
    }

    .tool-faq__question {
        padding: 14px 16px;
        gap: 10px;
    }

    .tool-faq__q-label {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .tool-faq__q-text {
        font-size: 14px;
    }

    .tool-faq__answer {
        padding: 0 16px 16px 52px;
        font-size: 13px;
    }
}

/* ===== RTL fixes for country page scores ===== */

/* Mobile RTL: fix score position and team layout */
@media screen and (min-width: 768px) and (max-width: 850px),
screen and (max-width: 600px) {

    /* Move absolute-positioned score to LEFT side in RTL (instead of right) */
    [dir="rtl"] .scores-wrapper .both-team .score {
        right: auto;
        left: 0;
    }

    /* RTL mobile: teams should flow naturally in RTL (row, not row-reverse) */
    [dir="rtl"] .scores-wrapper .both-team .team {
        flex-flow: row;
        justify-content: flex-start;
    }

    [dir="rtl"] .scores-wrapper .both-team .team.away {
        flex-flow: row-reverse;
        justify-content: flex-end;
    }

    /* Fix league title alignment for RTL */
    [dir="rtl"] .scores-wrapper .league-title {
        text-align: right;
        align-items: flex-end;
    }
}


/* ================================================================
   ================================================================ */

/* ================================================================
   COMPETITION PAGE MATCH ROW STYLE — START
   Added: 2026-04-17 v2
   Scope: body.single-anwp_competition only
   Revert: sed -i '/MATCHROW STYLE — START/,/MATCHROW STYLE — END/d' style.css
   ================================================================ */

/* ─── Date/time meta: exactly matches homepage .match-time ────── */
body.single-anwp_competition .match-slim__main-meta {
    width: 60px !important;
    min-width: 60px !important;
    height: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    border: 2px solid #d1d5db !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    padding: 0 !important;
    margin-right: 12px !important;
    text-align: center !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

/* Hide clock icon and dash separator */
body.single-anwp_competition .match-slim__date-icon,
body.single-anwp_competition .match-slim__time-separator {
    display: none !important;
}

/* Date wrapper → column, centred, no own border, no forced min-height */
body.single-anwp_competition .match-slim__date-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    min-height: 0 !important;
}

body.single-anwp_competition .match-slim__date {
    display: block !important;
    text-align: center !important;
    width: auto !important;
    margin: 0 auto !important;
}

/* Date text — small enough to fit in 60px box, lighter than FT */
body.single-anwp_competition .match__date-formatted {
    font-size: 8px !important;
    font-weight: 600 !important;
    color: #9ca3af !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    max-width: 58px !important;
    display: block !important;
    text-align: center !important;
}

/* Time text — matches homepage style */
body.single-anwp_competition .match-slim__time {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #9ca3af !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

/* FT label — same size/weight as homepage */
body.single-anwp_competition .game-status-1 .match-slim__main-meta::before {
    content: "FT";
    display: block !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    line-height: 1.2 !important;
}

/* For finished games: hide only the time (FT ::before replaces it), keep date visible */
body.single-anwp_competition .game-status-1 .match-slim__time {
    display: none !important;
}

/* Live: orange border + label */
body.single-anwp_competition .game-status-3 .match-slim__main-meta {
    border-color: #f97316 !important;
}

body.single-anwp_competition .game-status-3 .match-slim__main-meta::before {
    content: "Live";
    display: block !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #f97316 !important;
    line-height: 1.2 !important;
}

/* ─── Scores wrapper: right side, vertical column (like homepage .match-score) ── */
/* ─── CSS Grid on .match-slim__main-content (direct parent of teams + scores) ── */
body.single-anwp_competition .match-slim__main-content {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-template-rows: 40px 40px !important;
    align-items: center !important;
    column-gap: 16px !important;
    row-gap: 4px !important;
    width: 100% !important;
}

/* Home team: col 1, row 1 */
/* AnWP DOM order is [name, logo] — use order:-1 on logo to show [logo, name] */
body.single-anwp_competition .match-slim__team-home {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-content: flex-start !important;
    flex-direction: row !important;
    min-width: 0 !important;
    flex: none !important;
}

body.single-anwp_competition .match-slim__team-home-logo {
    order: -1 !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
}

body.single-anwp_competition .match-slim__team-home-title {
    order: 0 !important;
}

/* Away team: col 1, row 2 */
body.single-anwp_competition .match-slim__team-away {
    grid-column: 1 !important;
    grid-row: 2 !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
    flex: none !important;
}

/* Remove AnWP's ml-sm-3 from away logo AND title so they align with home team */
body.single-anwp_competition .match-slim__team-away-logo {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

body.single-anwp_competition .match-slim__team-away-title {
    margin-left: 0 !important;
}

/* Scores wrapper: col 2, spans both rows — vertically aligned with teams */
body.single-anwp_competition .match-slim__scores-wrapper {
    grid-column: 2 !important;
    grid-row: 1 / 3 !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 !important;
    margin: 0 !important;
    order: unset !important;
}

/* Inner d-flex: convert to a grid that mirrors the outer 40px/4px/40px grid.
   DOM is: [scores-home span] ["-" text node] [scores-away span].
   We pin each span to its row explicitly so the "-" text node auto-places
   into an implicit zero-height row and is invisible (font-size:0). */
body.single-anwp_competition .match-slim__scores-wrapper > .d-flex {
    display: grid !important;
    grid-template-columns: 40px !important;
    grid-template-rows: 40px 40px !important;
    grid-auto-rows: 0px !important;
    row-gap: 4px !important;
    align-items: center !important;
    justify-items: center !important;
    font-size: 0 !important;
    flex: 1 !important;
}

/* Pin home score to row 1, away score to row 2 */
body.single-anwp_competition .match-slim__scores-home {
    grid-row: 1 !important;
    grid-column: 1 !important;
}

body.single-anwp_competition .match-slim__scores-away {
    grid-row: 2 !important;
    grid-column: 1 !important;
}

/* inner-wrapper + inner: simple flex chain (meta | content) */
body.single-anwp_competition .match-slim__inner-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

/* Score boxes — same style as homepage .match-score div */
body.single-anwp_competition .match-slim__scores-number {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    flex-shrink: 0 !important;
}

/* ─── Team logos: 24×24 matching homepage ───────────────────────── */
body.single-anwp_competition .match-slim__team-home-logo,
body.single-anwp_competition .match-slim__team-away-logo {
    background: #fff !important;
    border-radius: 50% !important;
    padding: 2px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    box-shadow: 0 0 0 1px #e5e7eb !important;
    object-fit: contain !important;
}

/* ─── Row borders + padding matching homepage ────────────────────── */
body.single-anwp_competition .anwp-fl-game.match-list__item {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-radius: 0 !important;
    padding: 10px 16px !important;
}

body.single-anwp_competition .anwp-fl-game.match-list__item:last-child {
    border-bottom: none !important;
}

body.single-anwp_competition .anwp-fl-game.match-list__item:hover {
    background: #f0f6ff !important;
}

/* Fixture container: white card */
body.single-anwp_competition .anwp-fl-matchweek-slides {
    background: #fff !important;
    border-radius: 0 0 20px 20px !important;
    overflow: hidden !important;
}

body.single-anwp_competition .anwp-fl-calendar-slider {
    border-radius: 20px 20px 0 0 !important;
    border-bottom: none !important;
}


/* ── Fix: remove inner border from date-wrapper (was causing box-in-box) ── */
body.single-anwp_competition .match-slim__date-wrapper {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* ─── Mobile: center the meta box vertically between the two team rows ── */
@media (max-width: 575px) {
    body.single-anwp_competition .match-slim__main-meta {
        align-self: center !important;
        margin-right: 8px !important;
        margin-left: 0 !important;
    }
}


/* JS-controlled: hide scores wrapper for non-finished / no-score games */
body.single-anwp_competition .match-slim__scores-wrapper.ro-scores-hidden {
    display: none !important;
}





/* ================================================================
   COMPETITION PAGE — STANDINGS TABLE STYLE — START
   Scope: .standing-table cells only — nothing else
   ================================================================ */

/* Wrapper card — border + rounded corners around the whole standings table */
body.single-anwp_competition .standing-table {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* Header cells */
body.single-anwp_competition .standing-table .anwp-grid-table__th {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 10px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    justify-content: center !important;
    white-space: nowrap !important;
}

/* Data cells */
body.single-anwp_competition .standing-table .anwp-grid-table__td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    justify-content: center !important;
    color: #374151 !important;
    font-size: 13px !important;
}

body.single-anwp_competition .standing-table .anwp-grid-table__td:hover {
    background: #f8fafc !important;
}

/* Rank — muted */
body.single-anwp_competition .standing-table .standing-table__rank {
    color: #9ca3af !important;
    font-weight: 600 !important;
    justify-content: center !important;
}

/* Club — left aligned */
body.single-anwp_competition .standing-table .standing-table__club {
    justify-content: flex-start !important;
    padding-left: 12px !important;
}

/* Points — bold */
body.single-anwp_competition .standing-table .standing-table__pts {
    font-weight: 700 !important;
    color: #1f2937 !important;
}

/* ================================================================
   COMPETITION PAGE — STANDINGS TABLE STYLE — END
   ================================================================ */



/* ================================================================
   COMPETITION PAGE — STATISTICS & PLAYER HUB (TABULATOR) — START
   Statistics + Player Hub both render via Tabulator.js (.tabulator)
   ================================================================ */

/* Card wrapper */
body.single-anwp_competition .tabulator {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    font-size: 13px !important;
}

/* Header */
body.single-anwp_competition .tabulator .tabulator-header {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important;
    border-radius: 0 !important;
}

body.single-anwp_competition .tabulator .tabulator-col {
    background: #f8fafc !important;
    border-right: none !important;
    padding: 10px 10px !important;
}

body.single-anwp_competition .tabulator .tabulator-col-title {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    white-space: nowrap !important;
}

/* Rows */
body.single-anwp_competition .tabulator .tabulator-row {
    border-bottom: 1px solid #f3f4f6 !important;
    background: #fff !important;
}

body.single-anwp_competition .tabulator .tabulator-row:last-child {
    border-bottom: none !important;
}

body.single-anwp_competition .tabulator .tabulator-row:hover,
body.single-anwp_competition .tabulator .tabulator-row.tabulator-row-even:hover,
body.single-anwp_competition .tabulator .tabulator-row.tabulator-row-odd:hover {
    background: #f8fafc !important;
}

/* Even rows — no stripe, white only */
body.single-anwp_competition .tabulator .tabulator-row.tabulator-row-even {
    background: #fff !important;
}

/* Cells */
body.single-anwp_competition .tabulator .tabulator-cell {
    color: #374151 !important;
    font-size: 13px !important;
    border-right: none !important;
    padding: 9px 10px !important;
}

/* Tabulator footer (pagination) */
body.single-anwp_competition .tabulator .tabulator-footer {
    background: #f8fafc !important;
    border-top: 1px solid #e5e7eb !important;
    border-radius: 0 0 20px 20px !important;
    padding: 8px 12px !important;
}

body.single-anwp_competition .tabulator .tabulator-footer .tabulator-page,
body.single-anwp_competition .tabulator .tabulator-footer .tabulator-pages .tabulator-page {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    color: #374151 !important;
    font-size: 12px !important;
    padding: 4px 10px !important;
    margin: 2px !important;
    cursor: pointer !important;
}

body.single-anwp_competition .tabulator .tabulator-footer .tabulator-page.active,
body.single-anwp_competition .tabulator .tabulator-footer .tabulator-page[data-page="current"] {
    background: #2563eb !important;
    color: #fff !important;
    border-color: #2563eb !important;
}

body.single-anwp_competition .tabulator .tabulator-footer .tabulator-page-size {
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    padding: 4px 8px !important;
    font-size: 12px !important;
    color: #374151 !important;
    background: #fff !important;
}

/* ================================================================
   COMPETITION PAGE — STATISTICS & PLAYER HUB (TABULATOR) — END
   ================================================================ */

/* ================================================================
   COMPETITION PAGE — TOP SCORERS / TOP ASSISTS — START
   Uses .stat-players__player-wrapper (tab-6, static grid)
   ================================================================ */

body.single-anwp_competition .stat-players__player-wrapper {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    margin-bottom: 16px !important;
}

body.single-anwp_competition .stat-players__player-wrapper .anwp-grid-table__th {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 10px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    justify-content: center !important;
}

body.single-anwp_competition .stat-players__player-wrapper .anwp-grid-table__td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #374151 !important;
    font-size: 13px !important;
}

body.single-anwp_competition .stat-players__player-wrapper .anwp-grid-table__td:hover {
    background: #f8fafc !important;
}

/* ================================================================
   COMPETITION PAGE — TOP SCORERS / TOP ASSISTS — END
   ================================================================ */


/* ================================================================
   CLUB PAGE TABLES STYLE — START
   Scope: body.single-anwp_club
   Same design as competition page tables
   ================================================================ */

/* ── Standings table ─────────────────────────────────────────── */
body.single-anwp_club .standing-table {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

body.single-anwp_club .standing-table .anwp-grid-table__th {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    padding: 10px !important;
    font-size: 11px !important; font-weight: 600 !important; color: #9ca3af !important;
    text-transform: uppercase !important; letter-spacing: 0.04em !important;
    justify-content: center !important; white-space: nowrap !important;
}

body.single-anwp_club .standing-table .anwp-grid-table__td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    justify-content: center !important; color: #374151 !important; font-size: 13px !important;
}

body.single-anwp_club .standing-table .anwp-grid-table__td:hover { background: #f8fafc !important; }
body.single-anwp_club .standing-table .standing-table__rank { color: #9ca3af !important; font-weight: 600 !important; justify-content: center !important; }
body.single-anwp_club .standing-table .standing-table__club { justify-content: flex-start !important; padding-left: 12px !important; }
body.single-anwp_club .standing-table .standing-table__pts { font-weight: 700 !important; color: #1f2937 !important; }

/* ── Players Stats — Tabulator.js ───────────────────────────── */
body.single-anwp_club .tabulator {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    font-size: 13px !important;
}

body.single-anwp_club .tabulator .tabulator-header {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important; border-radius: 0 !important;
}

body.single-anwp_club .tabulator .tabulator-col {
    background: #f8fafc !important;
    border-right: none !important;
    padding: 10px 10px !important;
}

body.single-anwp_club .tabulator .tabulator-col-title {
    font-size: 11px !important; font-weight: 600 !important; color: #9ca3af !important;
    text-transform: uppercase !important; letter-spacing: 0.04em !important; white-space: nowrap !important;
}

body.single-anwp_club .tabulator .tabulator-row {
    border-bottom: 1px solid #f3f4f6 !important;
    background: #fff !important;
}

body.single-anwp_club .tabulator .tabulator-row:last-child { border-bottom: none !important; }
body.single-anwp_club .tabulator .tabulator-row:hover,
body.single-anwp_club .tabulator .tabulator-row.tabulator-row-even:hover,
body.single-anwp_club .tabulator .tabulator-row.tabulator-row-odd:hover { background: #f8fafc !important; }
body.single-anwp_club .tabulator .tabulator-row.tabulator-row-even { background: #fff !important; }

body.single-anwp_club .tabulator .tabulator-cell {
    color: #374151 !important; font-size: 13px !important;
    border-right: none !important; padding: 9px 10px !important;
}

body.single-anwp_club .tabulator .tabulator-footer {
    background: #f8fafc !important;
    border-top: 1px solid #e5e7eb !important;
    border-radius: 0 0 20px 20px !important;
    padding: 8px 12px !important;
}

body.single-anwp_club .tabulator .tabulator-footer .tabulator-page,
body.single-anwp_club .tabulator .tabulator-footer .tabulator-pages .tabulator-page {
    background: #fff !important; border: 1px solid #e5e7eb !important;
    border-radius: 6px !important; color: #374151 !important;
    font-size: 12px !important; padding: 4px 10px !important; margin: 2px !important;
}

body.single-anwp_club .tabulator .tabulator-footer .tabulator-page.active {
    background: #2563eb !important; color: #fff !important; border-color: #2563eb !important;
}

body.single-anwp_club .tabulator .tabulator-footer .tabulator-page-size {
    border: 1px solid #e5e7eb !important; border-radius: 6px !important;
    padding: 4px 8px !important; font-size: 12px !important;
    color: #374151 !important; background: #fff !important;
}

/* ── Squad / Players list (.players-shortcode grid) ──────────── */
body.single-anwp_club .players-shortcode.anwp-grid-table {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

body.single-anwp_club .players-shortcode .anwp-grid-table__th {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    padding: 10px !important;
    font-size: 11px !important; font-weight: 600 !important; color: #9ca3af !important;
    text-transform: uppercase !important; letter-spacing: 0.04em !important;
    justify-content: center !important; white-space: nowrap !important;
}

body.single-anwp_club .players-shortcode .anwp-grid-table__td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    color: #374151 !important; font-size: 13px !important;
}

body.single-anwp_club .players-shortcode .anwp-grid-table__td:hover { background: #f8fafc !important; }

/* ── Top Scorers / stat-players (same class as competition page) ─ */
body.single-anwp_club .stat-players__player-wrapper {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    margin-bottom: 16px !important;
}

body.single-anwp_club .stat-players__player-wrapper .anwp-grid-table__th {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    padding: 10px !important;
    font-size: 11px !important; font-weight: 600 !important; color: #9ca3af !important;
    text-transform: uppercase !important; letter-spacing: 0.04em !important; justify-content: center !important;
}

body.single-anwp_club .stat-players__player-wrapper .anwp-grid-table__td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    color: #374151 !important; font-size: 13px !important;
}

body.single-anwp_club .stat-players__player-wrapper .anwp-grid-table__td:hover { background: #f8fafc !important; }

/* ================================================================
   CLUB PAGE TABLES STYLE — END
   ================================================================ */


/* ================================================================
   COMPETITION PAGE — HEADER STYLE — START
   Scope: body.single-anwp_competition .competition-header
   ================================================================ */

/* Main header wrapper — blue gradient card */
body.single-anwp_competition .competition-header {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #60a5fa 100%) !important;
    border-radius: 20px !important;
    padding: 24px 28px !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25) !important;
}

/* Logo wrapper — white circle */
body.single-anwp_competition .competition-header__logo-wrapper {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    padding: 10px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
    margin-right: 20px !important;
    margin-bottom: 0 !important;
}

/* Logo image — contained in the circle */
body.single-anwp_competition .competition-header__logo {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
}

/* League name */
body.single-anwp_competition .competition-header__title {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.65rem !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    line-height: 1.2 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important;
}

/* Country row (flag + name) */
body.single-anwp_competition .competition-country {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-bottom: 10px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px !important;
}

body.single-anwp_competition .competition-country span {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px !important;
}

/* Season dropdown — pill badge style */
body.single-anwp_competition .competition-header__sub-title {
    opacity: 1 !important;
}

body.single-anwp_competition .anwp-fl-season-dropdown {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    padding: 5px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    letter-spacing: 0.02em !important;
    transition: background 0.15s !important;
    min-width: 110px !important;
}

body.single-anwp_competition .anwp-fl-season-dropdown:hover {
    background: rgba(255, 255, 255, 0.28) !important;
}

body.single-anwp_competition .anwp-fl-season-dropdown option {
    background: #1e40af !important;
    color: #fff !important;
}

/* Title wrapper alignment */
body.single-anwp_competition .competition-header__title-wrapper {
    text-align: left !important;
}

/* ================================================================
   COMPETITION PAGE — HEADER STYLE — END
   ================================================================ */


/* ================================================================
   CLUB PAGE — HEADER STYLE — START
   Scope: body.single-anwp_club .club__header
   ================================================================ */

body.single-anwp_club .club__header {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #60a5fa 100%) !important;
    border-radius: 20px !important;
    padding: 24px 28px !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25) !important;
}

/* Logo — white circle */
body.single-anwp_club .club-header-pro__logo-wrapper {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
    margin-bottom: 14px !important;
}

body.single-anwp_club .club-header__logo {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain !important;
}

/* Club name */
body.single-anwp_club .club__header .competition-header__title {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.65rem !important;
    margin-bottom: 6px !important;
    margin-top: 0 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important;
}

/* Country + flag */
body.single-anwp_club .club__header .competition-country {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin-bottom: 12px !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 14px !important;
}

body.single-anwp_club .club__header .competition-country span {
    color: rgba(255, 255, 255, 0.88) !important;
}

/* Data grid (Founded, Stadium, etc.) */
body.single-anwp_club .club-header__options {
    background: rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 4px 12px !important;
    margin-top: 4px !important;
}

body.single-anwp_club .club-header__option-title {
    color: rgba(255, 255, 255, 0.65) !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    font-weight: 600 !important;
}

body.single-anwp_club .club-header__option-value {
    color: rgba(255, 255, 255, 0.92) !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    font-size: 13px !important;
}

body.single-anwp_club .club-header__option-value a {
    color: rgba(255, 255, 255, 0.92) !important;
}

/* Season pill — now outside the grid, in .club-header-season-selector */
body.single-anwp_club .club-header-season-selector .anwp-fl-season-dropdown {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    padding: 5px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    min-width: 110px !important;
}

body.single-anwp_club .club-header-season-selector .anwp-fl-season-dropdown:hover {
    background: rgba(255, 255, 255, 0.28) !important;
}

body.single-anwp_club .club-header-season-selector .anwp-fl-season-dropdown option {
    background: #1e40af !important;
    color: #fff !important;
}

/* ================================================================
   CLUB PAGE — HEADER STYLE — END
   ================================================================ */

/* ================================================================
   PLAYER PAGE — HEADER STYLE — START
   Outer card: body.single-anwp_player .anwp-fl-builder-block.competition-header
   (same class as competition page header card)
   ================================================================ */

/* The outer builder block IS the card — apply gradient here */
body.single-anwp_player .anwp-fl-builder-block.competition-header {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #60a5fa 100%) !important;
    border-radius: 20px !important;
    padding: 24px 28px !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.25) !important;
}

/* Inner .player-header — transparent, no extra card */
body.single-anwp_player .player-header {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

/* Player name */
body.single-anwp_player .player-header h2,
body.single-anwp_player .anwp-fl-builder-block.competition-header h2 {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.65rem !important;
    margin: 0 0 16px 0 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important;
}

/* Photo wrapper — white rounded frame */
body.single-anwp_player .player-header__photo-wrapper,
body.single-anwp_player .player-header__photo-wrapper-caption {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 14px !important;
    padding: 8px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
}

body.single-anwp_player .player-header__photo {
    border-radius: 8px !important;
    object-fit: cover !important;
    object-position: top !important;
}

/* Data grid */
body.single-anwp_player .player-header__options {
    background: rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 4px 12px !important;
    margin-top: 12px !important;
}

body.single-anwp_player .player-header__option-title {
    color: rgba(255, 255, 255, 0.65) !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    font-weight: 600 !important;
}

body.single-anwp_player .player-header__option-value {
    color: rgba(255, 255, 255, 0.92) !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
    font-size: 13px !important;
}

body.single-anwp_player .player-header__option-value a {
    color: rgba(255, 255, 255, 0.92) !important;
}

body.single-anwp_player .player-header__photo-caption {
    color: rgba(255, 255, 255, 0.7) !important;
    margin-top: 6px !important;
}

/* Season pill */
body.single-anwp_player .player-header-season-selector .anwp-fl-season-dropdown {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    padding: 5px 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    min-width: 110px !important;
}

body.single-anwp_player .player-header-season-selector .anwp-fl-season-dropdown:hover {
    background: rgba(255, 255, 255, 0.28) !important;
}

body.single-anwp_player .player-header-season-selector .anwp-fl-season-dropdown option {
    background: #1e40af !important;
    color: #fff !important;
}

/* ================================================================
   PLAYER PAGE — HEADER STYLE — END
   ================================================================ */


/* ================================================================
   PLAYER PAGE — TABLE STYLES — START
   Scope: body.single-anwp_player
   Tabs: Stats Panel / Player Stats / Latest Matches
   ================================================================ */

/* ── Latest Matches: card on the inner grid wrapper ─────────── */
body.single-anwp_player .player-matches {
    border: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    padding: 0 !important;
}

body.single-anwp_player .player-matches__wrapper {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

body.single-anwp_player .player-matches .anwp-grid-table__th {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    padding: 10px !important;
    font-size: 11px !important; font-weight: 600 !important; color: #9ca3af !important;
    text-transform: uppercase !important; letter-spacing: 0.04em !important;
    white-space: nowrap !important;
}

body.single-anwp_player .player-matches .anwp-grid-table__td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    color: #374151 !important; font-size: 13px !important;
    background: #fff !important;
}

/* Competition group header row */
body.single-anwp_player .player-matches .anwp-grid-table__td.anwp-bg-light {
    background: #f8fafc !important;
    color: #6b7280 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #e5e7eb !important;
}

/* ── Player Stats (.player-stats__wrapper) ───────────────────── */
body.single-anwp_player .player-stats {
    padding: 0 !important;
    background: transparent !important;
}

body.single-anwp_player .player-stats__wrapper {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

body.single-anwp_player .player-stats__wrapper .anwp-grid-table__th {
    background: #f8fafc !important;
    border-bottom: 1px solid #e5e7eb !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    padding: 10px !important;
    font-size: 11px !important; font-weight: 600 !important; color: #9ca3af !important;
    text-transform: uppercase !important; letter-spacing: 0.04em !important;
    white-space: nowrap !important;
}

body.single-anwp_player .player-stats__wrapper .anwp-grid-table__td {
    padding: 9px 10px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    border-top: none !important; border-left: none !important; border-right: none !important;
    color: #374151 !important; font-size: 13px !important;
    background: #fff !important;
}

body.single-anwp_player .player-stats__wrapper .anwp-grid-table__td.anwp-bg-light {
    background: #f8fafc !important;
    color: #6b7280 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #e5e7eb !important;
}

/* ── Stats Panel (.player-stats-pro__wrapper) ────────────────── */
body.single-anwp_player .player-stats-pro__wrapper {
    border: 1px solid #e5e7eb !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    gap: 0 !important;
}

/* Each stat box — no individual borders, use right divider only */
body.single-anwp_player .player-stats-pro__item {
    border: none !important;
    border-right: 1px solid #e5e7eb !important;
    border-radius: 0 !important;
    background: #fff !important;
    padding: 16px 10px !important;
}

body.single-anwp_player .player-stats-pro__item:last-child {
    border-right: none !important;
}

body.single-anwp_player .player-stats-pro__item:hover {
    background: #f8fafc !important;
}

/* Stat value (big number) */
body.single-anwp_player .player-stats-pro__value {
    color: #1f2937 !important;
    font-weight: 700 !important;
}

/* Stat label */
body.single-anwp_player .player-stats-pro__stat {
    color: #9ca3af !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

/* ================================================================
   PLAYER PAGE — TABLE STYLES — END
   ================================================================ */

/* ================================================================
   COMPETITION PAGE MATCH ROW STYLE — END
   ================================================================ */
