/* SCH Spielstätten Teaser */
.sch-ss-teaser-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.sch-ss-teaser-wrap > p {
    margin: 0 !important;
    padding: 0 !important;
}

.sch-ss-teaser-title {
    font-family: "Anton", system-ui, sans-serif;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: var(--wp--preset--color--custom-sch-blue, #00006b);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.sch-ss-teaser {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/6;
    overflow: hidden;
    background: #0d1a2e;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 28px;
    color: #fff;
    text-decoration: none;
    margin: 0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    transition: transform .25s ease, box-shadow .25s ease;
}

a.sch-ss-teaser:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0,0,0,.35);
    color: #fff;
    text-decoration: none;
}

.sch-ss-teaser__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.52) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 28px;
    border-radius: inherit;
}

.sch-ss-teaser > img,
.sch-ss-teaser__img {
    display: none !important;
}

.sch-ss-teaser__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    background: #fff;
    color: #00006b;
    border-radius: 10px;
    padding: 12px 20px;
    font-family: "General Sans", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .10em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity .18s, transform .18s;
}

a.sch-ss-teaser:hover .sch-ss-teaser__cta {
    opacity: .88;
    transform: translateY(-1px);
}

.sch-ss-teaser__arrow {
    font-size: 1em;
    line-height: 1;
}

@media (max-width: 700px) {
    .sch-ss-teaser {
        aspect-ratio: 16/10;
        border-radius: 20px;
    }

    .sch-ss-teaser__overlay {
        padding: 18px;
    }

    .sch-ss-teaser__cta {
        padding: 10px 16px;
    }
}
