.ksl-wrap {
    --ksl-bg: #f4f6fb;
    --ksl-card: #ffffff;
    --ksl-card-soft: #f9fafb;
    --ksl-input: #ffffff;
    --ksl-text: #111827;
    --ksl-muted: #475467;
    --ksl-border: #d7dde8;
    --ksl-row: rgba(17, 24, 39, .045);
    --ksl-shadow: rgba(16, 24, 40, .10);
    --ksl-group-text: #111827;
    --ksl-note: #d19400;
    --ksl-image-bg: #f1f3f8;
    --ksl-rank: #d19400;
    --ksl-points-color: #b00078;
    --ksl-zone-champions: #ffd229;
    --ksl-zone-europa: #28d7d2;
    --ksl-zone-conference: #b7e52c;
    --ksl-zone-relegation: #ff2d55;
    direction: rtl;
    font-family: var(--ksl-font), "Segoe UI", sans-serif;
    color: var(--ksl-text);
    margin: 0 auto 20px;
    max-width: 940px;
}

.ksl-wrap.is-night,
html.Night .ksl-wrap,
.Night .ksl-wrap,
body.rdmode .ksl-wrap,
body.dark .ksl-wrap,
body.night-mode .ksl-wrap {
    --ksl-bg: var(--body_bg, #0B0E11);
    --ksl-card: #15181F;
    --ksl-card-soft: #12161C;
    --ksl-input: #12161C;
    --ksl-text: #f6f8ff;
    --ksl-muted: #8f98b3;
    --ksl-border: #2B333E;
    --ksl-row: rgba(255, 255, 255, .025);
    --ksl-shadow: rgba(0, 0, 0, .18);
    --ksl-group-text: #ffffff;
    --ksl-note: #ffe45c;
    --ksl-image-bg: rgba(255, 255, 255, .06);
    --ksl-rank: #ffe45c;
    --ksl-points-color: var(--ksl-main);
    --ksl-zone-champions: #ffd229;
    --ksl-zone-europa: #28d7d2;
    --ksl-zone-conference: #b7e52c;
    --ksl-zone-relegation: #ff2d55;
}

.ksl-wrap * {
    box-sizing: border-box;
}

.ksl-wrap h2,
.ksl-wrap h3 {
    display: block;
    width: auto;
    height: auto;
    max-height: none;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 800;
}

.Night .ksl-wrap,
.Night .ksl-wrap a,
.Night .ksl-wrap strong,
.Night .ksl-wrap h2,
.Night .ksl-wrap h3,
.Night .ksl-wrap th,
.Night .ksl-wrap td {
    color: var(--ksl-text) !important;
}

.Night .ksl-wrap .ksl-muted,
.Night .ksl-wrap .ksl-league-hero__meta p,
.Night .ksl-wrap .ksl-tabs a,
.Night .ksl-wrap .ksl-table th {
    color: var(--ksl-muted) !important;
}

.Night .ksl-wrap .ksl-tabs a.is-active,
.Night .ksl-wrap .ksl-points {
    color: var(--ksl-points-color) !important;
}

.Night .ksl-wrap .ksl-team span {
    color: var(--ksl-note) !important;
}

.Night .ksl-wrap .ksl-position {
    color: var(--ksl-rank) !important;
}

.ksl-wrap.is-night img[data-competition-id="572"],
html.Night .ksl-wrap img[data-competition-id="572"],
.Night .ksl-wrap img[data-competition-id="572"],
body.rdmode .ksl-wrap img[data-competition-id="572"],
body.dark .ksl-wrap img[data-competition-id="572"],
body.night-mode .ksl-wrap img[data-competition-id="572"] {
    filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(255, 255, 255, .14));
}

.ksl-wrap.is-night img[data-competition-id="7"],
html.Night .ksl-wrap img[data-competition-id="7"],
.Night .ksl-wrap img[data-competition-id="7"],
body.rdmode .ksl-wrap img[data-competition-id="7"],
body.dark .ksl-wrap img[data-competition-id="7"],
body.night-mode .ksl-wrap img[data-competition-id="7"] {
    background: #ffffff;
    border-radius: 50%;
    padding: 3px;
    filter: none;
}

.ksl-hero,
.ksl-league-hero,
.ksl-table-card,
.ksl-empty,
.ksl-sidebar,
.ksl-fixture-card {
    background: var(--ksl-card);
    border: 1px solid var(--ksl-border);
    border-radius: 7px;
}

.ksl-hero {
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 18px;
}

.ksl-hero h2 {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    color: var(--ksl-main) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 46px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-indent: 0 !important;
}

.ksl-hero p {
    margin: 8px 0 0;
    color: var(--ksl-muted);
    font-size: 16px;
}

.ksl-search-wrap {
    margin: 22px auto 0;
    max-width: 360px;
}

.ksl-search {
    width: 100%;
    height: 44px;
    border: 1px solid var(--ksl-border);
    border-radius: 8px;
    background: var(--ksl-input);
    color: var(--ksl-text);
    padding: 0 14px;
    font-size: 15px;
}

.ksl-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 12px;
}

.ksl-league-card {
    min-height: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 12px;
    text-decoration: none;
    background: var(--ksl-card);
    color: var(--ksl-text);
    border: 1px solid var(--ksl-border);
    border-radius: 10px;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ksl-league-card:hover {
    transform: translateY(-2px);
    border-color: var(--ksl-main);
    box-shadow: 0 12px 28px var(--ksl-shadow);
}

.ksl-league-card__logo img,
.ksl-league-hero__logo,
.ksl-side-league img,
.ksl-team img,
.ksl-fixture-card__team img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex: 0 0 auto;
}

.ksl-side-league img,
.ksl-team img,
.ksl-fixture-card__team img {
    border-radius: 50%;
    background: var(--ksl-image-bg);
    padding: 2px;
}

.ksl-league-card__name {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.ksl-home-widget {
    max-width: 100%;
    margin: 0 0 16px;
    background: var(--ksl-card);
    border: 1px solid var(--ksl-border);
    border-radius: 8px;
    padding: 12px;
    overflow: hidden;
}

.ksl-home-widget__title {
    display: block;
    width: 100%;
    margin: 0 0 12px;
    padding: 0 0 10px;
    color: var(--ksl-text);
    background: transparent;
    border-bottom: 1px solid var(--ksl-border);
    border-radius: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.4;
    text-align: right;
    box-shadow: none;
}

.ksl-home-widget__list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ksl-home-widget__item {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
    min-height: 54px;
    padding: 8px 12px;
    color: var(--ksl-text);
    text-decoration: none !important;
    background: #e8f1ff;
    border: 1px solid #d7e5fa;
    border-radius: 8px;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.ksl-home-widget__item:hover {
    transform: translateY(-1px);
    border-color: var(--ksl-main);
    background: #edf7ff;
}

.ksl-wrap.ksl-home-widget .ksl-home-widget__item img {
    display: block;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
    object-fit: contain;
    flex: 0 0 auto;
    margin: 0;
    border-radius: 50%;
    background: #ffffff;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(22, 44, 78, .08);
}

.ksl-home-widget__item span {
    overflow: hidden;
    min-width: 0;
    color: var(--ksl-text);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ksl-wrap.is-night .ksl-home-widget__item,
html.Night .ksl-wrap .ksl-home-widget__item,
.Night .ksl-wrap .ksl-home-widget__item,
body.rdmode .ksl-wrap .ksl-home-widget__item,
body.dark .ksl-wrap .ksl-home-widget__item,
body.night-mode .ksl-wrap .ksl-home-widget__item {
    background: rgba(232, 241, 255, .10);
    border-color: var(--ksl-border);
}

.ksl-wrap.is-night .ksl-home-widget__item:hover,
html.Night .ksl-wrap .ksl-home-widget__item:hover,
.Night .ksl-wrap .ksl-home-widget__item:hover,
body.rdmode .ksl-wrap .ksl-home-widget__item:hover,
body.dark .ksl-wrap .ksl-home-widget__item:hover,
body.night-mode .ksl-wrap .ksl-home-widget__item:hover {
    background: rgba(17, 240, 200, .10);
}

.ksl-home-widget__footer {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.ksl-home-widget__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 18px;
    color: #ffffff !important;
    text-decoration: none !important;
    background: linear-gradient(105deg, #19125d 0%, #182c55 46%, #126322 100%);
    border-radius: 7px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
    box-shadow: 0 6px 14px rgba(15, 31, 75, .16);
    transition: transform .18s ease, opacity .18s ease;
}

.ksl-home-widget__all:hover {
    transform: translateY(-1px);
    opacity: .92;
}

.ksl-shell {
    display: grid;
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.ksl-page-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin: 0 0 12px auto;
    color: var(--ksl-text);
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.ksl-page-back-link::before {
    content: "\2190";
    color: var(--ksl-muted);
    font-size: 16px;
    line-height: 1;
}

.ksl-page-back-link:hover {
    color: var(--ksl-main);
}

.ksl-sidebar {
    padding: 12px 10px;
    align-self: start;
    position: sticky;
    top: 10px;
    border-radius: 7px;
}

.ksl-sidebar__title {
    margin: 0 6px 12px;
    color: var(--ksl-text);
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

.ksl-back-link {
    display: inline-flex;
    color: var(--ksl-text);
    text-decoration: none;
    margin: 0 6px 10px;
    font-size: 11px;
    opacity: .82;
}

.ksl-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ksl-side-league {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--ksl-text);
    min-height: 42px;
    padding: 6px 8px 6px 10px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: transparent;
}

.ksl-side-league.is-active {
    border-color: rgba(17, 240, 200, .32);
    background: rgba(17, 240, 200, .10);
    color: var(--ksl-main);
}

.ksl-side-league__arrow {
    color: var(--ksl-muted);
    font-size: 18px;
}

.ksl-side-league__name {
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksl-main {
    min-width: 0;
}

.ksl-main--single {
    max-width: 100%;
}

.ksl-league-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px 54px;
    min-height: 150px;
    margin-bottom: 0;
    background-image: radial-gradient(circle at 20% 30%, var(--ksl-row), transparent 28%);
}

.ksl-league-hero__meta h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
}

.ksl-league-hero__meta p {
    margin: 8px 0 0;
    color: var(--ksl-muted);
    font-size: 16px;
}

.ksl-league-hero__logo {
    width: 62px;
    height: 62px;
}

.ksl-team img {
    width: 24px;
    height: 24px;
}

.ksl-tabs {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    margin: -40px 0 24px;
    padding: 0 18px;
    position: relative;
    z-index: 2;
}

.ksl-tabs a {
    text-decoration: none;
    color: var(--ksl-muted);
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

.ksl-tabs a.is-active {
    color: var(--ksl-main);
    border-bottom-color: var(--ksl-main);
}

.ksl-table-card {
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 8px 22px var(--ksl-shadow);
}

.ksl-table {
    width: 100%;
    border-collapse: collapse;
}

.ksl-table th,
.ksl-table td {
    padding: 9px 8px;
    border-bottom: 1px solid var(--ksl-border);
    text-align: center;
    font-size: 11px;
}

.ksl-table th {
    color: var(--ksl-muted);
    font-weight: 700;
    background: var(--ksl-card-soft);
}

.ksl-table__team {
    text-align: right !important;
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.ksl-team {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    justify-content: end;
    gap: 6px;
    min-height: 34px;
    width: 132px;
    margin-right: auto;
    margin-left: 0;
}

.ksl-team img {
    grid-column: 1;
    justify-self: center;
}

.ksl-team div {
    grid-column: 2;
    min-width: 0;
    text-align: right;
}

.ksl-team strong {
    display: block;
    max-width: 100px;
    overflow: hidden;
    font-size: 12px;
    color: var(--ksl-text);
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksl-team span {
    display: block;
    max-width: 100px;
    overflow: hidden;
    margin-top: 2px;
    color: var(--ksl-note);
    font-size: 9px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ksl-position {
    position: relative;
    color: var(--ksl-rank);
    font-weight: 700;
}

.ksl-position::before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 0;
    width: 4px;
    border-radius: 999px;
    background: transparent;
}

.ksl-position--champions::before {
    background: var(--ksl-zone-champions);
}

.ksl-position--europa::before {
    background: var(--ksl-zone-europa);
}

.ksl-position--conference::before {
    background: var(--ksl-zone-conference);
}

.ksl-position--destination::before {
    background: var(--ksl-destination-color, var(--ksl-zone-champions));
}

.ksl-position--relegation::before {
    background: var(--ksl-zone-relegation);
}

.ksl-points {
    color: var(--ksl-points-color);
    font-size: 15px !important;
    font-weight: 800;
}

.ksl-table__group td {
    text-align: right;
    color: var(--ksl-group-text);
    font-weight: 800;
    background: var(--ksl-row);
}

.ksl-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 18px;
    padding: 14px 12px 16px;
    color: var(--ksl-muted);
    border-top: 1px solid var(--ksl-border);
    background: var(--ksl-card-soft);
    font-size: 12px;
}

.ksl-legend__title {
    flex: 0 0 100%;
    text-align: center;
    color: var(--ksl-muted);
    font-weight: 800;
}

.ksl-legend span:not(.ksl-legend__title) {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ksl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ksl-dot--champions {
    background: var(--ksl-zone-champions);
}

.ksl-dot--europa {
    background: var(--ksl-zone-europa);
}

.ksl-dot--conference {
    background: var(--ksl-zone-conference);
}

.ksl-dot--relegation {
    background: var(--ksl-zone-relegation);
}

.ksl-fixtures {
    display: grid;
    gap: 12px;
}

.ksl-fixture-card {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 104px minmax(120px, 1fr);
    align-items: center;
    justify-items: center;
    gap: 8px;
    min-height: 110px;
    padding: 14px 18px;
}

.ksl-fixture-card__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.ksl-fixture-card__team--home {
    justify-self: center;
}

.ksl-fixture-card__team--away {
    justify-self: center;
}

.ksl-fixture-card__team img {
    justify-self: center;
    width: 42px;
    height: 42px;
}

.ksl-fixture-card__team span {
    overflow: hidden;
    color: var(--ksl-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}

.ksl-fixture-card__center {
    text-align: center;
}

.ksl-fixture-card__center strong {
    display: block;
    color: var(--ksl-main);
    font-size: 22px;
}

.ksl-fixture-card__center span {
    display: block;
    margin-top: 4px;
    color: var(--ksl-muted);
    font-size: 13px;
}

.ksl-fixture-card__center em {
    display: block;
    margin-top: 3px;
    color: var(--ksl-note);
    font-size: 11px;
    font-style: normal;
}

.ksl-empty {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    color: var(--ksl-muted);
    font-size: 16px;
}

@media (max-width: 980px) {
    .ksl-shell {
        grid-template-columns: 1fr;
    }

    .ksl-sidebar {
        position: static;
    }
}

@media (max-width: 767px) {
    .ksl-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0 0 16px;
    }

    .ksl-page-back-link {
        margin: 0 6px 10px auto;
        font-size: 12px;
    }

    .ksl-hero h2 {
        font-size: 30px !important;
    }

    .ksl-home-widget {
        padding: 10px;
    }

    .ksl-home-widget__list {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 300px;
        margin: 0 auto;
    }

    .ksl-home-widget__item {
        min-height: 54px;
        padding: 8px 12px;
    }

    .ksl-wrap.ksl-home-widget .ksl-home-widget__item img {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        max-width: 34px !important;
        max-height: 34px !important;
    }

    .ksl-home-widget__item span {
        font-size: 13px;
    }

    .ksl-home-widget__title {
        margin-left: 0;
        margin-right: 0;
        min-width: 0;
    }

    .ksl-sidebar {
        display: none;
    }

    .ksl-league-hero {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 205px;
        padding: 30px 118px 68px 18px;
        margin-bottom: 12px;
        text-align: right;
        border-radius: 9px;
    }

    .ksl-league-hero__meta {
        min-width: 0;
        width: 100%;
    }

    .ksl-league-hero__meta h2 {
        max-width: 100%;
        margin: 0;
        font-size: 26px;
        line-height: 1.25;
        text-align: right;
    }

    .ksl-league-hero__meta p {
        margin-top: 8px;
        font-size: 16px;
        text-align: right;
    }

    .ksl-league-hero__logo {
        position: absolute;
        top: 46px;
        right: 24px;
        width: 72px;
        height: 72px;
    }

    .ksl-tabs {
        justify-content: center;
        gap: 24px;
        margin: -56px 0 28px;
        padding: 0;
        overflow: visible;
        white-space: nowrap;
    }

    .ksl-tabs a {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .ksl-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .ksl-table-card {
        overflow: hidden;
        border-radius: 8px;
    }

    .ksl-table th,
    .ksl-table td {
        padding: 7px 3px;
        font-size: 11px;
        line-height: 1.2;
        vertical-align: middle;
    }

    .ksl-table .ksl-col-goals,
    .ksl-table .ksl-col-ratio,
    .ksl-table .ksl-col-recentForm,
    .ksl-table .ksl-col-nextMatch {
        display: none;
    }

    .ksl-table th:nth-child(1),
    .ksl-table td:nth-child(1) {
        width: clamp(22px, 6vw, 26px);
    }

    .ksl-table th:nth-child(2),
    .ksl-table td:nth-child(2) {
        width: clamp(92px, 28vw, 112px);
    }

    .ksl-table .ksl-col-gamePlayed {
        width: clamp(28px, 8vw, 34px);
    }

    .ksl-table .ksl-col-gamesWon,
    .ksl-table .ksl-col-gamesEven,
    .ksl-table .ksl-col-gamesLost {
        width: clamp(24px, 7vw, 30px);
    }

    .ksl-table .ksl-col-points {
        width: clamp(36px, 11vw, 46px);
    }

    .ksl-table__team {
        width: clamp(92px, 28vw, 112px);
        max-width: clamp(92px, 28vw, 112px);
        min-width: 0;
        padding-right: 3px;
        padding-left: 2px;
    }

    .ksl-team {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 24px !important;
        justify-content: stretch;
        align-items: center;
        gap: 4px;
        width: 100%;
        margin: 0;
        min-height: 38px;
    }

    .ksl-team img {
        width: 22px;
        height: 22px;
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: center;
    }

    .ksl-team div {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 100%;
        text-align: right;
    }

    .ksl-team strong {
        max-width: 100%;
        overflow: hidden;
        font-size: 10.5px;
        font-weight: 800;
        line-height: 1.25;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
    }

    .ksl-team span {
        display: block;
        max-width: 100%;
        overflow: hidden;
        color: var(--ksl-note);
        font-size: 7px;
        font-weight: 800;
        line-height: 1.35;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: right;
    }

    .ksl-points {
        font-size: 18px !important;
        font-weight: 900;
        text-align: center;
    }

    .ksl-position {
        font-size: 12px;
    }

    .ksl-position::before {
        top: 12px;
        bottom: 12px;
        left: 1px;
        width: 4px;
    }

    .ksl-table__group td {
        padding: 14px 10px;
        font-size: 15px;
    }

    .ksl-legend {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 8px;
        padding: 14px 10px;
        font-size: 11px;
    }

    .ksl-legend__title {
        flex: initial;
        width: 100%;
    }

    .ksl-fixture-card {
        grid-template-columns: minmax(76px, 1fr) clamp(58px, 17vw, 72px) minmax(76px, 1fr);
        justify-items: center;
        gap: 4px;
        min-height: 96px;
        padding: 10px 8px;
    }

    .ksl-fixture-card__team {
        gap: 6px;
    }

    .ksl-fixture-card__team img {
        width: 34px;
        height: 34px;
    }

    .ksl-fixture-card__team span {
        max-width: 78px;
        font-size: 12px;
        text-align: center;
    }

    .ksl-fixture-card__center strong {
        font-size: 16px;
    }

    .ksl-fixture-card__center span {
        font-size: 10px;
    }

    .ksl-fixture-card__center em {
        font-size: 9px;
    }
}

@media (max-width: 390px) {
    .ksl-league-hero {
        min-height: 190px;
        padding: 28px 104px 64px 14px;
    }

    .ksl-league-hero__meta h2 {
        font-size: 23px;
    }

    .ksl-league-hero__meta p {
        font-size: 14px;
    }

    .ksl-league-hero__logo {
        right: 20px;
        width: 64px;
        height: 64px;
    }

    .ksl-tabs {
        gap: 18px;
    }

    .ksl-tabs a {
        font-size: 13px;
    }

    .ksl-table th,
    .ksl-table td {
        padding: 6px 2px;
        font-size: 10px;
    }

    .ksl-team {
        grid-template-columns: minmax(0, 1fr) 22px !important;
        gap: 3px;
    }

    .ksl-team img {
        width: 20px;
        height: 20px;
    }

    .ksl-team strong {
        font-size: 10px;
    }

    .ksl-team span {
        font-size: 6.5px;
    }

    .ksl-points {
        font-size: 14px !important;
    }
}

@media (max-width: 340px) {
    .ksl-table th:nth-child(2),
    .ksl-table td:nth-child(2),
    .ksl-table__team {
        width: clamp(88px, 31vw, 104px);
        max-width: clamp(88px, 31vw, 104px);
    }

    .ksl-table .ksl-col-gamePlayed,
    .ksl-table .ksl-col-gamesWon,
    .ksl-table .ksl-col-gamesEven,
    .ksl-table .ksl-col-gamesLost {
        width: 24px;
    }

    .ksl-table .ksl-col-points {
        width: 38px;
    }

    .ksl-fixture-card {
        grid-template-columns: minmax(68px, 1fr) 54px minmax(68px, 1fr);
        padding: 9px 6px;
    }

    .ksl-fixture-card__team img {
        width: 30px;
        height: 30px;
    }

    .ksl-fixture-card__team span {
        max-width: 62px;
        font-size: 11px;
    }
}
