.website-theme-v1 {
    --theme-radius: 14px;
    --theme-border: rgba(18, 24, 38, 0.12);
    --theme-shadow: 0 14px 38px rgba(18, 24, 38, 0.08);
}

.website-theme-v1[data-theme-section-heading-size="s"] :is(h1, h2, h3).section-header {
    font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.website-theme-v1[data-theme-section-heading-size="m"] :is(h1, h2, h3).section-header {
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
}

.website-theme-v1[data-theme-section-heading-size="l"] :is(h1, h2, h3).section-header {
    font-size: clamp(1.7rem, 3.1vw, 2.3rem);
}

.website-theme-v1[data-theme-section-heading-size="xl"] :is(h1, h2, h3).section-header {
    font-size: clamp(2.05rem, 3.7vw, 3.1rem);
}

.website-theme-v1[data-theme-section-heading-color-source="secondary"] :is(h1, h2, h3).section-header,
.website-theme-v1[data-theme-section-heading-color-source="custom"] :is(h1, h2, h3).section-header {
    background: var(--website-section-heading-color);
    background-clip: text;
    -webkit-background-clip: text;
}

.website-theme-v1[data-theme-section-heading="editorial"] :is(h1, h2, h3).section-header {
    position: relative;
    margin: 1.5rem 0 1rem;
    padding: 0 0 0.5rem;
    border: 0;
    background: none;
    color: var(--website-section-heading-color);
    text-align: left;
    line-height: 1.05;
    text-transform: none;
    -webkit-text-fill-color: currentColor;
}

.website-theme-v1[data-theme-section-heading="editorial"] :is(h1, h2, h3).section-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 2px;
    border-radius: 0;
    background: var(--website-section-heading-color);
}

.website-theme-v1[data-theme-section-heading="slash"] :is(h1, h2, h3).section-header {
    position: relative;
    display: inline-block;
    margin: 1.25rem 0 0.9rem;
    padding: 0.05em 0.12em 0.12em 0;
    border: 0;
    background: none;
    color: #171a21;
    line-height: 0.98;
    text-transform: uppercase;
    transform: skewX(-7deg);
    -webkit-text-fill-color: currentColor;
}

.website-theme-v1[data-theme-section-heading="slash"] :is(h1, h2, h3).section-header::after {
    content: "";
    display: block;
    width: 72%;
    height: 0.22em;
    margin-top: 0.16em;
    background: var(--website-section-heading-color);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.website-theme-v1[data-theme-section-heading="accent_bar"] :is(h1, h2, h3).section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: 0;
    background: none;
    color: #171a21;
    text-transform: none;
    -webkit-text-fill-color: currentColor;
}

.website-theme-v1[data-theme-section-heading="accent_bar"] :is(h1, h2, h3).section-header::before {
    content: "";
    width: 5px;
    height: 32px;
    flex: 0 0 5px;
    background: var(--website-section-heading-color);
}

.website-theme-v1[data-theme-section-heading="accent_bar"] :is(h1, h2, h3).section-header::after {
    display: none;
}

.website-theme-v1[data-theme-section-heading="centered_line"] :is(h1, h2, h3).section-header {
    position: relative;
    overflow: hidden;
    padding: 6px 0;
    border: 0;
    background: none;
    color: #171a21;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-fill-color: currentColor;
}

.website-theme-v1[data-theme-section-heading="centered_line"] :is(h1, h2, h3).section-header::before,
.website-theme-v1[data-theme-section-heading="centered_line"] :is(h1, h2, h3).section-header::after {
    content: "";
    display: inline-block;
    width: min(12vw, 120px);
    height: 1px;
    margin: 0 12px 4px;
    background: color-mix(in srgb, var(--website-section-heading-color) 55%, #d8dce2);
}

.website-theme-v1[data-theme-section-heading="boxed"] :is(h1, h2, h3).section-header {
    display: inline-block;
    margin: 16px 0 12px;
    padding: 6px 10px;
    border: 1px solid #171a21;
    background: #fff;
    color: #171a21;
    text-transform: uppercase;
    -webkit-text-fill-color: currentColor;
}

.website-theme-v1[data-theme-section-heading="boxed"] :is(h1, h2, h3).section-header::after {
    display: none;
}

.website-theme-v1[data-theme-page-header-size="s"] {
    --website-page-header-title-size: clamp(1.55rem, 2.8vw, 2.05rem);
    --website-page-header-padding-top: 18px;
    --website-page-header-padding-bottom: 14px;
    --website-page-header-min-height: 160px;
}

.website-theme-v1[data-theme-page-header-size="m"] {
    --website-page-header-title-size: clamp(1.85rem, 3.2vw, 2.45rem);
    --website-page-header-padding-top: 24px;
    --website-page-header-padding-bottom: 18px;
    --website-page-header-min-height: 190px;
}

.website-theme-v1[data-theme-page-header-size="l"] {
    --website-page-header-title-size: clamp(2.2rem, 4vw, 3.1rem);
    --website-page-header-padding-top: 34px;
    --website-page-header-padding-bottom: 24px;
    --website-page-header-min-height: 230px;
}

.website-theme-v1[data-theme-page-header-size="xl"] {
    --website-page-header-title-size: clamp(2.6rem, 4.7vw, 3.8rem);
    --website-page-header-padding-top: 44px;
    --website-page-header-padding-bottom: 30px;
    --website-page-header-min-height: 280px;
}

.website-theme-v1:not([data-theme-page-header="classic"]) .website-page-header {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: var(--website-page-header-background) !important;
}

.website-theme-v1:not([data-theme-page-header="classic"]) .website-page-header > * {
    position: relative;
    z-index: 2;
}

.website-theme-v1:not([data-theme-page-header="classic"]) .website-page-header-title {
    color: var(--website-page-header-text) !important;
    -webkit-text-fill-color: currentColor;
}

.website-theme-v1[data-theme-page-header="image"] .website-page-header {
    min-height: var(--website-page-header-min-height);
    background-image:
        linear-gradient(rgba(10, 14, 22, var(--website-page-header-overlay)), rgba(10, 14, 22, var(--website-page-header-overlay))),
        var(--website-page-header-background-image, linear-gradient(135deg, var(--primary), #15181f)) !important;
    background-position: center;
    background-size: cover;
}

.website-theme-v1[data-theme-page-header="image"] .website-page-header > .container {
    display: flex;
    min-height: var(--website-page-header-min-height);
    flex-direction: column;
    justify-content: flex-end;
}

.website-theme-v1[data-theme-page-header="image"] .website-page-header-title {
    max-width: 850px;
    margin-bottom: var(--website-page-header-padding-bottom);
    padding: var(--website-page-header-padding-top) 0 0;
    line-height: 0.95;
    text-align: left !important;
    text-transform: none !important;
}

.website-theme-v1[data-theme-page-header="minimal"] .website-page-header {
    height: auto !important;
    min-height: 0;
    border-bottom: 0;
    background: #fff !important;
}

.website-theme-v1[data-theme-page-header="minimal"] .website-page-header > .w-100 {
    height: auto !important;
}

.website-theme-v1[data-theme-page-header="minimal"] .website-page-header-title {
    margin: 0;
    padding: var(--website-page-header-padding-top) 0 var(--website-page-header-padding-bottom) !important;
    color: var(--website-page-header-text) !important;
    text-align: left !important;
    text-transform: none !important;
}

.website-theme-v1[data-theme-page-header="minimal"] .sub-nav-games .nav-link {
    color: #5f6875;
}

.website-theme-v1[data-theme-page-header="minimal"] .sub-nav-games .nav-link.active {
    border-bottom-color: var(--primary);
    color: var(--website-page-header-text);
}

.website-theme-v1[data-theme-page-header="outline"] .website-page-header {
    border-top: 3px solid var(--primary);
    border-bottom: 3px solid var(--primary);
    background: transparent !important;
}

.website-theme-v1[data-theme-page-header="outline"] .website-page-header-title {
    margin: 0;
    padding: var(--website-page-header-padding-top) 0 var(--website-page-header-padding-bottom);
    color: var(--website-page-header-text) !important;
    text-align: left !important;
}

.website-theme-v1[data-theme-page-header="outline"] .sub-nav-games .nav-link {
    color: #5f6875;
}

.website-theme-v1[data-theme-page-header="outline"] .sub-nav-games .nav-link.active {
    border-bottom-color: var(--primary);
    color: var(--website-page-header-text);
}

.website-theme-v1[data-theme-page-header="diagonal"] .website-page-header {
    background: #15181f !important;
}

.website-theme-v1[data-theme-page-header="diagonal"] .website-page-header::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0 0 0 62%;
    background: var(--website-page-header-background);
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.website-theme-v1[data-theme-page-header="diagonal"] .website-page-header-title {
    max-width: 68%;
    margin: 0;
    padding: var(--website-page-header-padding-top) 0 var(--website-page-header-padding-bottom);
    line-height: 0.96;
    text-align: left !important;
    text-transform: none !important;
}

.website-theme-v1[data-theme-page-header="logo_blur"] .website-page-header {
    min-height: var(--website-page-header-min-height);
    background-image: none !important;
}

.website-theme-v1[data-theme-page-header="logo_blur"] .website-page-header::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: min(38vw, 520px);
    aspect-ratio: 1;
    top: 50%;
    right: 6%;
    background-image:
        var(--website-club-logo-image, none),
        radial-gradient(circle, color-mix(in srgb, var(--website-page-header-text) 34%, transparent) 0%, transparent 68%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain, 88%;
    filter: blur(15px);
    opacity: 0.22;
    transform: translateY(-50%) scale(1.12);
}

.website-theme-v1[data-theme-page-header="logo_blur"] .website-page-header-title {
    max-width: 760px;
    margin: 0;
    padding: var(--website-page-header-padding-top) 0 var(--website-page-header-padding-bottom);
    line-height: 1;
    text-align: left !important;
    text-transform: none !important;
}

.website-theme-v1:not([data-theme-page-header="classic"]) .website-page-header-title {
    font-size: var(--website-page-header-title-size) !important;
}

.website-theme-v1[data-theme-tabs="chips"] .sub-nav-games {
    display: flex;
    width: auto !important;
    margin: 0 0 12px;
    gap: 6px;
}

.website-theme-v1[data-theme-tabs="chips"] .sub-nav-games .nav-item {
    flex: 0 1 auto;
}

.website-theme-v1[data-theme-tabs="chips"] .sub-nav-games .nav-link {
    padding: 7px 12px;
    border: 1px solid color-mix(in srgb, var(--website-page-header-text) 32%, transparent);
    border-radius: 999px;
    color: var(--website-page-header-text);
}

.website-theme-v1[data-theme-tabs="chips"] .sub-nav-games .nav-link.active,
.website-theme-v1[data-theme-tabs="chips"] .sub-nav-games .nav-link:hover {
    border-color: var(--website-page-header-text);
    background: var(--website-page-header-text) !important;
    color: var(--website-page-header-chip-text) !important;
}

.website-theme-v1[data-theme-tabs="minimal"] .sub-nav-games {
    width: auto !important;
    margin: 0;
    border-top: 1px solid color-mix(in srgb, var(--website-page-header-text) 24%, transparent);
}

.website-theme-v1[data-theme-tabs="minimal"] .sub-nav-games .nav-link {
    padding: 10px 6px;
    border: 0 !important;
    color: color-mix(in srgb, var(--website-page-header-text) 68%, transparent);
    font-weight: 500;
}

.website-theme-v1[data-theme-tabs="minimal"] .sub-nav-games .nav-link.active {
    color: var(--website-page-header-text);
    font-weight: 700;
}

.website-theme-v1[data-theme-tabs-size="s"] .sub-nav-games .nav-link {
    padding: 7px 11px;
    font-size: 0.82rem;
}

.website-theme-v1[data-theme-tabs-size="m"] .sub-nav-games .nav-link {
    padding: 8px 13px;
    font-size: 0.9rem;
}

.website-theme-v1[data-theme-tabs-size="l"] .sub-nav-games .nav-link {
    padding: 10px 16px;
    font-size: 1rem;
}

.website-theme-v1:not([data-theme-inverse-background="legacy"]) .website-inverse-surface {
    background-color: var(--website-inverse-background) !important;
    color: var(--website-inverse-text);
}

.website-theme-v1:not([data-theme-inverse-background="legacy"]) .website-inverse-surface :is(.section-header-light, .text-white) {
    color: var(--website-inverse-text) !important;
    -webkit-text-fill-color: currentColor;
}

.website-theme-v1:not([data-theme-inverse-background="legacy"]) .website-inverse-surface .section-header-light::after {
    background: var(--website-inverse-text);
}

.website-theme-v1[data-theme-button-style="square"] .btn,
.website-theme-v1[data-theme-button-style="square"] .button-primary,
.website-theme-v1[data-theme-button-style="square"] .button-secondary,
.website-theme-v1[data-theme-button-style="square"] .tk-find-link {
    border-radius: 2px !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-weight: 700;
}

.website-theme-v1[data-theme-surface-style="outlined"] .card,
.website-theme-v1[data-theme-surface-style="outlined"] .news-square,
.website-theme-v1[data-theme-surface-style="outlined"] .single-player-box .bg-white,
.website-theme-v1[data-theme-surface-style="outlined"] .tk-event-card {
    border: 1px solid var(--theme-border) !important;
    border-radius: 4px !important;
    box-shadow: none !important;
}

.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .home-block-section,
.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .public-club-demo-section {
    padding: clamp(18px, 4vw, 52px) 0;
}

.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .home-block-section:nth-of-type(even),
.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .public-club-demo-section:nth-of-type(even) {
    background: #f5f6f8;
}

.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .home-block-section .container,
.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .public-club-demo-section .container {
    max-width: 1180px;
}

.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .public-club-demo-card,
.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .public-club-carousel-card,
.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .public-club-demo-banner {
    border-radius: 2px;
    box-shadow: none;
}

.website-theme-v1[data-theme-page="home"][data-theme-variant="editorial"] .public-club-demo-section h2 {
    max-width: 720px;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.02;
    text-align: left;
}

.website-theme-v1[data-theme-page="news"][data-theme-variant="list"] .col-sm-10 > .row > .col-sm-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.website-theme-v1[data-theme-page="news"][data-theme-variant="list"] .news-square {
    min-height: 210px;
    border-radius: 3px !important;
    background-position: center;
    box-shadow: var(--theme-shadow);
}

.website-theme-v1[data-theme-page="news"][data-theme-variant="list"] .news-square-title {
    padding: 1.25rem 1.5rem !important;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
}

.website-theme-v1[data-theme-page="article"][data-theme-variant="magazine"] .article-content,
.website-theme-v1[data-theme-page="article"][data-theme-variant="magazine"] .post-content,
.website-theme-v1[data-theme-page="info_page"][data-theme-variant="editorial"] .infopage-content {
    max-width: 760px;
    margin-inline: auto;
    font-size: 1.08rem;
    line-height: 1.85;
}

.website-theme-v1[data-theme-page="article"][data-theme-variant="magazine"] h1,
.website-theme-v1[data-theme-page="info_page"][data-theme-variant="editorial"] h1 {
    font-size: clamp(2.2rem, 5vw, 4.25rem);
    line-height: 1.02;
    text-transform: none;
}

.website-theme-v1[data-theme-page="squad"][data-theme-variant="roster"] .players_wrapper .col-sm-10 > .row.text-center > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
}

.website-theme-v1[data-theme-page="squad"][data-theme-variant="roster"] .single-player-box .blur-box {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 8px !important;
    border-bottom: 1px solid var(--theme-border);
    border-radius: 0 !important;
    backdrop-filter: none !important;
}

.website-theme-v1[data-theme-page="squad"][data-theme-variant="roster"] .single-player-box .blur-box > .pt-1 {
    padding: 0 !important;
}

.website-theme-v1[data-theme-page="squad"][data-theme-variant="roster"] .single-player-box img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 2px !important;
}

.website-theme-v1[data-theme-page="squad"][data-theme-variant="roster"] .single-player-box .bg-white {
    margin: 0 !important;
    border-radius: 0 !important;
}

.website-theme-v1[data-theme-page="player_profile"][data-theme-variant="spotlight"] section > .bg-primary.pt-3 {
    min-height: 460px;
    display: flex;
    align-items: flex-end;
    background: #15181f !important;
}

.website-theme-v1[data-theme-page="player_profile"][data-theme-variant="spotlight"] section > .bg-primary.pt-3 img {
    max-height: 410px !important;
    filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.34));
}

.website-theme-v1[data-theme-page="player_profile"][data-theme-variant="spotlight"] .players_wrapper {
    padding: 28px 0 54px;
    background: #15181f;
}

.website-theme-v1[data-theme-page="player_profile"][data-theme-variant="spotlight"] .players_wrapper .section-header {
    color: #fff !important;
}

.website-theme-v1[data-theme-page="player_profile"][data-theme-variant="spotlight"] .players_wrapper .single-player-box .blur-box {
    border-radius: 2px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.website-theme-v1[data-theme-page="player_profile"][data-theme-variant="spotlight"] .players_wrapper .single-player-box .bg-white {
    border-radius: 0 !important;
}

.website-theme-v1[data-theme-page="matches"][data-theme-variant="timeline"] .d-none.d-sm-block > .card,
.website-theme-v1[data-theme-page="matches"][data-theme-variant="scoreboard"] .d-none.d-sm-block > .card {
    border: 0;
    border-left: 4px solid var(--primary);
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

.website-theme-v1[data-theme-page="matches"][data-theme-variant="scoreboard"] .game-result-one {
    min-width: 44px;
    display: inline-block;
    background: #171a21;
    color: #fff;
    border-radius: 2px;
}

.website-theme-v1[data-theme-page="matches"][data-theme-variant="scoreboard"] section.bg-light {
    background: #20242c !important;
}

.website-theme-v1[data-theme-page="matches"][data-theme-variant="scoreboard"] section.bg-light .header-font,
.website-theme-v1[data-theme-page="matches"][data-theme-variant="scoreboard"] section.bg-light .text-dark {
    color: #f5f6f8 !important;
}

.website-theme-v1[data-theme-page="matches"][data-theme-variant="scoreboard"] section.bg-light .card {
    border-color: rgba(255, 255, 255, 0.14) !important;
    background: #15181f;
    color: #fff;
}

.website-theme-v1[data-theme-page="match_center"][data-theme-variant="broadcast"] .bg-primary {
    background: #15181f !important;
}

.website-theme-v1[data-theme-page="match_center"][data-theme-variant="broadcast"] .game-result-one {
    font-size: 2.4rem !important;
    font-variant-numeric: tabular-nums;
}

.website-theme-v1[data-theme-page="match_center"][data-theme-variant="broadcast"] section.bg-light {
    background: #20242c !important;
}

.website-theme-v1[data-theme-page="match_center"][data-theme-variant="broadcast"] section.bg-light .card {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2px;
    background: #15181f;
    color: #fff;
    box-shadow: none;
}

.website-theme-v1[data-theme-page="match_center"][data-theme-variant="broadcast"] section.bg-light .card .text-muted,
.website-theme-v1[data-theme-page="match_center"][data-theme-variant="broadcast"] section.bg-light .card .header-font {
    color: #d7dbe2 !important;
}

.website-theme-v1[data-theme-page="standings"][data-theme-variant="striped"] .standings-table {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.website-theme-v1[data-theme-page="standings"][data-theme-variant="striped"] .standings-header-row > td {
    border-radius: 0 !important;
    background: #171a21 !important;
}

.website-theme-v1[data-theme-page="standings"][data-theme-variant="striped"] .standings-team-row:nth-child(even) > td {
    background: #eef0f3 !important;
}

.website-theme-v1[data-theme-page="standings"][data-theme-variant="striped"] .standings-team-row > td {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.website-theme-v1[data-theme-page="tickets"][data-theme-variant="poster"] .tk-shell {
    max-width: 1120px;
}

.website-theme-v1[data-theme-page="tickets"][data-theme-variant="poster"] .tk-event-card {
    border-radius: 2px !important;
    border: 0 !important;
    box-shadow: 0 20px 50px rgba(18, 24, 38, 0.14);
}

.website-theme-v1[data-theme-page="sponsors"][data-theme-variant="monochrome"] .single-item img {
    filter: grayscale(1);
    opacity: 0.72;
    transition: filter 160ms ease, opacity 160ms ease;
}

.website-theme-v1[data-theme-page="sponsors"][data-theme-variant="monochrome"] .single-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.website-theme-v1[data-theme-page="galleries"][data-theme-variant="masonry"] .col-sm-10 > .row,
.website-theme-v1[data-theme-page="videos"][data-theme-variant="cinema"] .col-sm-10 > .row {
    align-items: flex-start;
}

.website-theme-v1[data-theme-page="galleries"][data-theme-variant="masonry"] .col-sm-10 > .row > :nth-child(3n + 2) {
    transform: translateY(24px);
}

.website-theme-v1[data-theme-page="galleries"][data-theme-variant="masonry"] .news-square {
    min-height: 360px;
    border-radius: 2px !important;
}

.website-theme-v1[data-theme-page="galleries"][data-theme-variant="masonry"] .col-sm-10 > .row > :nth-child(3n + 2) .news-square {
    min-height: 440px;
}

.website-theme-v1[data-theme-page="videos"][data-theme-variant="cinema"] {
    background: #171a21;
    color: #f7f7f4;
}

.website-theme-v1[data-theme-page="videos"][data-theme-variant="cinema"] .text-dark,
.website-theme-v1[data-theme-page="videos"][data-theme-variant="cinema"] .section-header {
    color: #f7f7f4 !important;
}

.website-theme-v1[data-theme-page="videos"][data-theme-variant="cinema"] .news-square {
    min-height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 2px !important;
    box-shadow: none;
}

.website-theme-v1[data-theme-page="calendar"][data-theme-variant="compact"] #calendar {
    padding: 12px;
    border: 1px solid var(--theme-border);
    background: #fff;
}

.website-theme-v1[data-theme-page="calendar"][data-theme-variant="compact"] .fc-event {
    border-radius: 2px;
    box-shadow: none;
}

.website-theme-v1[data-theme-page="calendar"][data-theme-variant="compact"] .d-none.d-sm-block > .card,
.website-theme-v1[data-theme-page="calendar"][data-theme-variant="compact"] .d-block.d-sm-none > .card {
    border: 0;
    border-bottom: 1px solid var(--theme-border);
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 767.98px) {
    .website-theme-v1[data-theme-section-heading="centered_line"] :is(h1, h2, h3).section-header::before,
    .website-theme-v1[data-theme-section-heading="centered_line"] :is(h1, h2, h3).section-header::after {
        width: 28px;
        margin-inline: 8px;
    }

    .website-theme-v1[data-theme-page-header="image"] .website-page-header,
    .website-theme-v1[data-theme-page-header="image"] .website-page-header > .container {
        min-height: min(var(--website-page-header-min-height), 190px);
    }

    .website-theme-v1[data-theme-page-header="diagonal"] .website-page-header {
        background: #15181f !important;
        border-bottom: 8px solid var(--website-page-header-background);
    }

    .website-theme-v1[data-theme-page-header="diagonal"] .website-page-header::after {
        display: none;
    }

    .website-theme-v1[data-theme-page-header="diagonal"] .website-page-header-title {
        max-width: 100%;
        padding: var(--website-page-header-padding-top) 0 var(--website-page-header-padding-bottom);
    }

    .website-theme-v1[data-theme-page-header="logo_blur"] .website-page-header::before {
        right: -18%;
        width: 78vw;
        opacity: 0.16;
    }

    .website-theme-v1[data-theme-tabs="chips"] .sub-nav-games {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 6px;
    }

    .website-theme-v1[data-theme-page="squad"][data-theme-variant="roster"] .single-player-box .blur-box {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .website-theme-v1[data-theme-page="squad"][data-theme-variant="roster"] .single-player-box img {
        width: 64px;
        height: 64px;
    }

    .website-theme-v1[data-theme-page="player_profile"][data-theme-variant="spotlight"] section > .bg-primary.pt-3 {
        min-height: 0;
    }

    .website-theme-v1[data-theme-page="galleries"][data-theme-variant="masonry"] .col-sm-10 > .row > :nth-child(3n + 2) {
        transform: none;
    }
}
