/* Rethymnon.app list header V2: clean crop + explicit home button */
.list-category-header__back {
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    width: fit-content;
    min-height: 32px;
    margin: 0 0 .48rem;
    padding: .38rem .68rem;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 999px;
    background: rgba(7,42,78,.72);
    color: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.14);
    font-size: .76rem;
    font-weight: 850;
    line-height: 1;
    text-decoration: none;
    text-shadow: none;
}
.list-category-header__back:hover,
.list-category-header__back:focus-visible {
    background: #fff;
    color: #0b3768;
    outline: none;
}

/*
 * De huidige hero is een oude mock-up met tekst in de bitmap.
 * We gebruiken uitsluitend het bovenste/rechter fotografische deel en
 * vergroten dit voldoende zodat de ingebakken onderste mock-uptekst buiten
 * het zichtbare headerkader valt.
 */
.list-category-header::before {
    inset: 0 !important;
    background-size: 185% auto !important;
    background-position: 72% 18% !important;
    transform: scale(1.03) !important;
}

@media (max-width: 900px) {
    .list-category-header::before {
        inset: 0 !important;
        background-size: auto 245% !important;
        background-position: 73% 14% !important;
        transform: scale(1.035) !important;
    }
    .list-category-header__back {
        min-height: 30px;
        margin-bottom: .36rem;
        padding: .34rem .58rem;
        font-size: .7rem;
    }
}

@media (max-width: 560px) {
    .list-category-header::before {
        inset: 0 !important;
        background-size: auto 285% !important;
        background-position: 72% 12% !important;
    }
    .list-category-header__back {
        max-width: 100%;
        white-space: nowrap;
    }
}
