/* Kategori sayfası: başlık, slider satırı, puan durumu, ilgili kişiler, tekli haber listesi */

.hbCatPage {
    margin: 24px auto 40px;
}

    .hbCatPage *,
    .hbCatPage *::before,
    .hbCatPage *::after {
        box-sizing: border-box;
    }

    .hbCatPage a {
        text-decoration: none;
    }

/* Başlık */
.hbCatPage .hbGeneralTitles {
    margin-bottom: 24px;
}

    .hbCatPage .hbGeneralTitles h1.title {
        font-size: 36px;
        font-weight: 700;
        color: #000;
        line-height: 120%;
        margin: 0 0 8px;
        padding: 0;
        display: block;
    }

    .hbCatPage .hbGeneralTitles h2.description {
        font-size: 18px;
        font-weight: 400;
        color: #4a4a4a;
        line-height: 140%;
        margin: 0;
        display: block;
    }

/* Takım amblemleri şeridi */
.hbCatPage .hbTeamsWrapper {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    margin-bottom: 24px;
}

    .hbCatPage .hbTeamsWrapper::-webkit-scrollbar {
        display: none;
    }

.hbCatPage .hbInRow.hbTeamsOrder {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    min-width: max-content;
    width: 100%;
    padding: 6px 12px;
    margin: 0;
}

    .hbCatPage .hbTeamsOrder .hbtoImg {
        flex: 0 0 auto;
        text-align: center;
        padding: 6px 4px;
    }

        .hbCatPage .hbTeamsOrder .hbtoImg img {
            width: 46px;
            height: 46px;
            object-fit: contain;
            display: block;
            transition: transform .15s ease;
        }

        .hbCatPage .hbTeamsOrder .hbtoImg a:hover img {
            transform: scale(1.08);
        }

/* Slider satırı: slider + sağ kutu */
.hbCatPage .SliderRow {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 36px;
}

    .hbCatPage .SliderRow.kisiler {
        align-items: stretch;
    }

    .hbCatPage .SliderRow .SliderColumn {
        flex: 1 1 auto;
        min-width: 0;
    }

    .hbCatPage .SliderRow .ScoreColumn,
    .hbCatPage .SliderRow .konu_maset_yani {
        flex: 0 0 300px;
        width: 300px;
    }

    /* Puan kutusu slider ile aynı yükseklikte durur, kalan boşluk satırlara dağılır */
    .hbCatPage .SliderRow .ScoreColumn {
        align-self: stretch;
        display: flex;
    }

    /* Slider yokken puan kutusu satırı tek başına doldurur */
    .hbCatPage .SliderRow.tek .ScoreColumn {
        flex: 1 1 auto;
        width: 100%;
    }

.hbCatPage .hbRow.hbMainSlider {
    width: 100%;
    margin: 0;
}

.hbCatPage .new3slider-container {
    max-width: 735px;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.hbCatPage .new3slide img {
    border-radius: 4px 4px 0 0;
}

/* Puan durumu / fikstür kutusu */
.hbCatPage .hbStandingsSlider {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    overflow: hidden;
}

    .hbCatPage .hbStandingsSlider .hbssStandingsFixture {
        display: flex;
        background: #fff;
    }

        .hbCatPage .hbStandingsSlider .hbssStandingsFixture .hbssTexts {
            width: 50%;
            text-align: center;
            padding: 10px 0;
            font-size: 15px;
            color: #7f7f7f;
            cursor: pointer;
            border-top: 2px solid transparent;
            user-select: none;
        }

            .hbCatPage .hbStandingsSlider .hbssStandingsFixture .hbssTexts.active {
                border-top-color: #2da187;
                font-weight: 700;
                color: #333;
            }

    .hbCatPage .hbStandingsSlider .hbssMainTab,
    .hbCatPage .hbStandingsSlider .hbssSlider {
        display: none;
    }

        .hbCatPage .hbStandingsSlider .hbssMainTab.active,
        .hbCatPage .hbStandingsSlider .hbssSlider.active {
            display: flex;
            flex-direction: column;
            flex: 1 0 auto;
        }

    .hbCatPage .hbStandingsSlider .hbssLeagueChange {
        display: flex;
        height: 28px;
        background: #2da187;
        padding: 0 10px;
    }

        .hbCatPage .hbStandingsSlider .hbssLeagueChange .hbssLeague {
            flex: 1 1 0;
            text-align: center;
            font-size: 14px;
            line-height: 25px;
            color: #fff;
            cursor: pointer;
            border-bottom: 3px solid transparent;
            user-select: none;
            white-space: nowrap;
        }

            .hbCatPage .hbStandingsSlider .hbssLeagueChange .hbssLeague.active {
                border-bottom-color: #ffd400;
                font-weight: 700;
            }

    .hbCatPage .hbStandingsSlider table {
        width: 100%;
        flex: 1 0 auto;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .hbCatPage .hbStandingsSlider thead th {
        padding: 12px 5px 3px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
        text-align: center;
        white-space: nowrap;
    }

    .hbCatPage .hbStandingsSlider tbody td {
        padding: 9px 4px 8px;
        font-size: 14px;
        font-weight: 400;
        color: #7f7f7f;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hbCatPage .hbStandingsSlider thead th.sol,
    .hbCatPage .hbStandingsSlider tbody td.sol {
        text-align: left;
    }

    .hbCatPage .hbStandingsSlider tbody td:nth-child(2),
    .hbCatPage .hbStandingsSlider tbody td:last-child {
        font-weight: 500;
        color: #595959;
    }

        .hbCatPage .hbStandingsSlider tbody td:nth-child(2) a {
            color: inherit;
        }

    .hbCatPage .hbStandingsSlider tbody tr:nth-child(-n+3) td:nth-child(2) a {
        color: #2da187;
    }

    .hbCatPage .hbStandingsSlider tbody td:nth-child(2) a:hover {
        text-decoration: underline;
    }

    /* İlk 11 takım / 3 gün görünür, kalanı "Tümünü görüntüle" ile açılır */
    .hbCatPage .hbStandingsSlider tr.hbssMore,
    .hbCatPage .hbStandingsSlider .hbwmMatchsLineScope.hbssMore {
        display: none;
    }

    .hbCatPage .hbStandingsSlider .expanded tr.hbssMore {
        display: table-row;
    }

    .hbCatPage .hbStandingsSlider .expanded .hbwmMatchsLineScope.hbssMore {
        display: block;
    }

    .hbCatPage .hbStandingsSlider .hbssAllMoreScope {
        flex: 0 0 auto;
        padding: 12px 0;
        border-top: 1px solid #e3e3e3;
        border-bottom: 3px solid #2da187;
        text-align: center;
    }

        .hbCatPage .hbStandingsSlider .hbssAllMoreScope .hbssAllMore a {
            font-size: 14px;
            font-weight: 600;
            color: #333;
            cursor: pointer;
        }

    /* Fikstür */
    .hbCatPage .hbStandingsSlider .hbssLeagueWeekMatchTitle {
        height: 28px;
        background: #2da187;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 28px;
    }

    .hbCatPage .hbStandingsSlider .hbwmDateLine {
        background: #e5f7f3;
        padding: 6px 20px;
        text-align: center;
        font-size: 14px;
        color: #595959;
    }

    .hbCatPage .hbStandingsSlider .hbwmMatchsLine {
        border-bottom: 1px solid #e3e3e3;
        padding: 7px 8px;
    }

        .hbCatPage .hbStandingsSlider .hbwmMatchsLine:last-child {
            border-bottom: 0;
        }

    .hbCatPage .hbStandingsSlider .hbwmMatchs {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .hbCatPage .hbStandingsSlider .hbwmMatchs span {
            flex: 1 1 0;
            font-size: 13px;
            color: #595959;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .hbCatPage .hbStandingsSlider .hbwmMatchs .home {
            text-align: right;
        }

        .hbCatPage .hbStandingsSlider .hbwmMatchs .away {
            text-align: left;
        }

        .hbCatPage .hbStandingsSlider .hbwmMatchs .hbwmClock {
            flex: 0 0 auto;
            border-radius: 8px;
            font-size: 13px;
            border: 1px solid #2da187;
            color: #2da187;
            margin: 0 8px;
            padding: 4px 6px;
            min-width: 50px;
            text-align: center;
        }

    .hbCatPage .hbStandingsSlider .hbwmEmpty {
        padding: 24px 16px;
        text-align: center;
        color: #7f7f7f;
        font-size: 14px;
    }

/* İlgili kişiler */
.hbCatPage .hbkonu {
    height: 100%;
    min-height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    background: #fff;
    border-left: 4px solid #dcdcdc;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}

    .hbCatPage .hbkonu .hbftUrl {
        display: flex;
        align-items: center;
        min-height: 65px;
        padding: 10px 8px 10px 12px;
        border-bottom: 1px solid #dfe9f2;
        color: #333;
        font-size: 14px;
        line-height: 125%;
    }

        .hbCatPage .hbkonu .hbftUrl:nth-last-child(-n+2) {
            border-bottom: 0;
        }

    /* 10'dan az kişi: satırlar gerilmez, üstten dizilir; 5 ve altı tek sütun */
    .hbCatPage .hbkonu.az,
    .hbCatPage .hbkonu.tek {
        grid-auto-rows: auto;
        align-content: start;
    }

        .hbCatPage .hbkonu.az .hbftUrl,
        .hbCatPage .hbkonu.tek .hbftUrl {
            min-height: 104px;
        }

    .hbCatPage .hbkonu.tek {
        grid-template-columns: 1fr;
    }

        .hbCatPage .hbkonu.tek .hbftUrl:nth-last-child(2) {
            border-bottom: 1px solid #dfe9f2;
        }

        .hbCatPage .hbkonu .hbftUrl:hover .hbftUrlTitle {
            text-decoration: underline;
        }

    .hbCatPage .hbkonu .hbftUrlImgi {
        flex: 0 0 45px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        overflow: hidden;
        background: #eee;
    }

        .hbCatPage .hbkonu .hbftUrlImgi img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .hbCatPage .hbkonu .hbftUrlTitle {
        margin-left: 10px;
        overflow: hidden;
    }


/* Slider altı tekli haber listesi: görünüm rstyle6.css'teki .category-page kurallarından gelir */
.hbCatPage .category-page > main > ul.news-list {
    margin-top: 0;
}

    .hbCatPage .category-page > main > ul.news-list::after {
        content: "";
        display: block;
        clear: both;
    }

/* Tablet */
@media only screen and (max-width: 1104px) {
    .hbCatPage .SliderRow .ScoreColumn,
    .hbCatPage .SliderRow .konu_maset_yani {
        flex-basis: 280px;
        width: 280px;
    }
}

/* Mobil */
@media only screen and (max-width: 767px) {
    .hbCatPage {
        margin: 12px auto 24px;
    }

        .hbCatPage .hbGeneralTitles {
            margin-bottom: 16px;
        }

            .hbCatPage .hbGeneralTitles h1.title {
                font-size: 24px;
            }

            .hbCatPage .hbGeneralTitles h2.description {
                font-size: 15px;
            }

        .hbCatPage .hbInRow.hbTeamsOrder {
            justify-content: flex-start;
            gap: 4px;
            padding: 4px 8px;
        }

            .hbCatPage .hbTeamsOrder .hbtoImg img {
                width: 40px;
                height: 40px;
            }

        .hbCatPage .SliderRow {
            flex-direction: column;
            gap: 16px;
            margin-bottom: 24px;
        }

            .hbCatPage .SliderRow .SliderColumn,
            .hbCatPage .SliderRow .ScoreColumn,
            .hbCatPage .SliderRow .konu_maset_yani {
                flex: 0 0 auto;
                width: 100%;
            }

        .hbCatPage .hbkonu {
            height: auto;
            min-height: 0;
        }
}

