﻿h2 {
    color: var(--pink);
}

.body--articles .block__hero--simple .hero__text,
.body--locations .block__hero--simple .hero__text,
.body--searchresults .block__hero--simple .hero__text,
.body--article .block__hero--simple .hero__text,
.body--text .block__hero--simple .hero__text,
.body--overviewpagearticles .block__hero--simple .hero__text {
    background-color: var(--lilac);
    height: unset;
}

.body--locations .block__hero--simple .hero__text,
.body--searchresults .block__hero--simple .hero__text,
.body--overviewpagelocations .block__hero--simple .hero__text,
.body--genrepage .block__hero--simple .hero__text {
    background-color: var(--blue);
    color: var(--white);
}

    .body--locations .block__hero--simple .hero__text a,
    .body--searchresults .block__hero--simple .hero__text a,
    .body--overviewpagelocations .block__hero--simple .hero__text a,
    .body--genrepage .block__hero--simple .hero__text a {
        color: var(--white);
    }

.body--locations .block__hero--simple .breadcrumb a,
.body--searchresults .block__hero--simple .breadcrumb a,
.body--overviewpagelocations .block__hero--simple .breadcrumb a {
    color: var(--white);
    background-image: linear-gradient(var(--white), var(--white));
}

.entities__results {
    --bs-gutter-x: 2rem !important;
}

    .entities__results h2 {
        margin-bottom: 5rem;
    }

    .entities__results .tile--card {
        height: calc(100% - 2rem);
        margin-bottom: 2rem;
    }

    .entities__results .button--arrowdown {
        margin-top: var(--spacing-lg);
    }

.entities__filterbody {
    position: relative;
}

    .entities__filterbody h2 {
        margin-bottom: 3.5rem;
    }

    .entities__filterbody > .tabs {
        position: absolute;
        top: 0;
        right: 0;
    }

    .entities__filterbody .filter__letters .tabs {
        display: flex;
        justify-content: space-around;
    }

        .entities__filterbody .filter__letters .tabs button {
            text-transform: uppercase;
        }

.body--overviewpagelocations .entities__filterbody {
    display: none;
}

.body--locations .entity__tags,
.body--locations .entity__tags ul,
.body--genrepage .entity__tags,
.body--genrepage .entity__tags ul {
    margin: 0;
    padding: 0;
}

.body--locations .filter__genre h3,
.body--genrepage .filter__genre h3 {
    margin-bottom: 2rem;
}

.body--themes {
    background-color: var(--purple);
}

    .body--themes .block__hero--simple .hero__text {
        background-color: var(--yellow);
    }

    .body--themes h2 {
        color: var(--white);
    }

    .body--themes .entities__results .tile,
    .body--themes .entities__results .tile--vertical {
        width: 100%;
        height: auto;
        margin: 0 2rem 2rem 0;
    }

        .body--themes .entities__results .tile > a:focus-visible {
            outline-color: var(--white);
            outline-offset: .3rem;
        }

        .body--themes .entities__results .tile__image {
            width: 100%;
            height: 100%;
        }

.body--themes .ad {
    color: var(--white);
}

    .body--themes .themes .tile:after {
        content: none !important;
    }

.body--articles .tile__tags {
    padding: 0;
}

.articles__filter {
    margin-bottom: 50px;
}

.articles__filter h2 {
    font-size: 30px;
    color: var(--purple);
    margin-bottom: 15px;
}

.body--article .entity__tags {
    overflow: hidden;
    height: 40px;
    margin: 2rem 0;
}

@media(max-width: 991px) {
    .body--locations .filter__genre, .body--genrepage .filter__genre {
        display: block;
    }

    .body--locations .entities__filterbody .filter__letters .tabs,
    .body--genrepage .entities__filterbody .filter__letters .tabs {
        flex-wrap: wrap;
        justify-content: flex-start;
        overflow: visible;
        margin-bottom: 3rem;
    }

        .body--locations .entities__filterbody .filter__letters .tabs button,
        .body--genrepage .entities__filterbody .filter__letters .tabs button {
            width: calc((100vw - 5rem) / 15);
        }

            .body--locations .entities__filterbody .filter__letters .tabs button + button,
            .body--genrepage .entities__filterbody .filter__letters .tabs button + button {
                margin: 0;
            }

    .body--article .ad.ad--rectangle {
        margin: auto;
        margin-bottom: 3.2rem;
    }

    .body--article .breadcrumb:not(.article) {
        display: none;
    }

    .body--article .breadcrumb.article span {
        width: 1.7rem;
        height: 1.5rem;
        display: inline-block;
        position: relative;
        margin-right: 0.8rem;
        background-image: var(--svg-arrow-left-purple);
        background-repeat: no-repeat;
        background-size: contain;
        top: 0.2rem;
    }

    .body--article .breadcrumb.article a:hover {
        background-position-x: 25px;
    }
}

@media(max-width: 575px) {
    .body--locations .entities__filterbody .filter__letters .tabs button,
    .body--genrepage .entities__filterbody .filter__letters .tabs button {
        width: calc((100vw - 5rem) / 7);
    }
}