.anthrozuerich-api .event-teaser {
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.anthrozuerich-api .event-teaser:hover {
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-0.2rem);
}

.anthrozuerich-api .event-teaser__media,
.anthrozuerich-api .event-teaser__media img,
.anthrozuerich-api .event-teaser__placeholder {
    aspect-ratio: 600 / 338;
}

.anthrozuerich-api .event-teaser__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
    width: 100%;
}

.anthrozuerich-api .event-teaser:hover .event-teaser__media img {
    transform: scale(1.03);
}

.anthrozuerich-api .event-teaser__placeholder {
    background: radial-gradient(circle, #f0f0f0 0%, #d2d2d2 100%);
    width: 100%;
}

.anthrozuerich-api .event-teaser__title a {
    color: var(--bs-primary, #0d6efd);
    text-decoration: none;
}

.anthrozuerich-api__list--layout-1 .az-api-swiper {
    position: relative;
    padding-bottom: 2.5rem;
    --swiper-navigation-color: var(--bs-primary, #0d6efd);
    --swiper-pagination-color: var(--bs-primary, #0d6efd);
}

.anthrozuerich-api__list--layout-1 .swiper-slide {
    display: flex;
    height: auto;
}

.anthrozuerich-api__list--layout-1 .event-teaser {
    width: 100%;
}

.anthrozuerich-api__list--layout-1 .az-api-swiper-arrow {
    color: var(--swiper-navigation-color);
}

/* Mobile: Cards seitlich einrücken, damit Pfeile den Text nicht überdecken */
@media (max-width: 991.98px) {
    .anthrozuerich-api__list--layout-1 .az-api-swiper {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .anthrozuerich-api__list--layout-1 .swiper-button-prev {
        left: 0;
    }

    .anthrozuerich-api__list--layout-1 .swiper-button-next {
        right: 0;
    }
}

/* Desktop: Pfeile etwas außerhalb des Containers */
@media (min-width: 992px) {
    .anthrozuerich-api__list--layout-1 .swiper-button-prev {
        left: -2.5rem;
    }

    .anthrozuerich-api__list--layout-1 .swiper-button-next {
        right: -2.5rem;
    }
}

.anthrozuerich-api__list--layout-1 .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color);
}

.anthrozuerich-api .event-detail__media img {
    display: block;
    height: auto;
    max-width: 100%;
}

.anthrozuerich-api .event-detail__gallery img {
    border: 1px solid var(--bs-border-color, #dee2e6);
    height: 100px;
    object-fit: cover;
    width: auto;
}

.anthrozuerich-api .event-detail__information td:first-child {
    min-width: 170px;
}

.anthrozuerich-api .icon-file-pdf::before,
.anthrozuerich-api .icon-calendar::before {
    margin-left: 0;
}

@media (max-width: 767.98px) {
    .anthrozuerich-api .event-detail__information td:first-child {
        min-width: 0;
    }
}
