.site-shell:has(> #header.tourney-side-nav) #left-block:has(> #post.prediction-table-page),
.site-shell:has(> #header.tourney-side-nav) #left-block:has(> #post.struct-predictions-page),
.site-shell:has(> #header.tourney-side-nav) #left-block:has(> #post.struct-fantasy-page) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.site-shell:has(> #header.tourney-side-nav) #left-block:has(> #post.prediction-table-page),
.site-shell:has(> #header.tourney-side-nav) #left-block:has(> #post.struct-predictions-page),
.site-shell:has(> #header.tourney-side-nav) #left-block:has(> #post.struct-fantasy-page) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Структура лиг (struct_predictions, struct_fantasy) */
#post.struct-predictions-page,
#post.struct-fantasy-page {
    padding: 4px 0 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
/* struct_predictions — заголовки лиг в одну строку */
#post.struct-predictions-page .struct-tier__row--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#post.struct-predictions-page .struct-league .ind-league-banner,
#post.struct-fantasy-page .struct-league .ind-league-banner {
    min-height: 44px;
    padding: 8px 12px;
    gap: 10px;
    margin: 0 0 10px;
}
#post.struct-predictions-page .struct-league .ind-league-banner__mark,
#post.struct-fantasy-page .struct-league .ind-league-banner__mark {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    font-size: 86%;
}
#post.struct-predictions-page .struct-league .ind-league-banner__title,
#post.struct-fantasy-page .struct-league .ind-league-banner__title {
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: clamp(0.74rem, 0.62rem + 0.35vw, 0.92rem);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.15;
}

/* Структура лиг (struct_predictions, struct_fantasy) */
#post.struct-predictions-page,
#post.struct-fantasy-page {
    padding: 4px 0 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
