.asps-wrap {
    --asps-gap: 14px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.asps-swiper {
    overflow: visible;
    padding: 8px 0 2px;
}

.asps-slide {
    position: relative;
    overflow: visible;
    transition: opacity .35s ease, transform .35s ease;
}

.asps-media {
    position: relative;
    width: 100%;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e9e9e9;
}

.asps-no-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #eeeeee, #d8d8d8);
}

.asps-content {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 3;
    width: min(62%, 390px);
    padding: 20px 22px 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
    transition: transform .35s ease, opacity .35s ease;
}

.asps-category {
    margin: 0 0 8px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.asps-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
}

.asps-title a {
    text-decoration: none;
}

.asps-excerpt {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
}

.asps-card-link {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.asps-content {
    z-index: 4;
}

.asps-content a {
    position: relative;
    z-index: 4;
}

.asps-slide:not(.swiper-slide-active) {
    opacity: .88;
}

.asps-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #171717;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 14px rgba(0,0,0,.12);
    transform: translateY(-50%);
}

.asps-prev { left: 18px; }
.asps-next { right: 18px; }

.asps-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-height: 24px;
    padding-top: 10px;
}

.asps-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 !important;
    opacity: .35;
    background: currentColor;
    transition: width .2s ease, opacity .2s ease;
}

.asps-pagination .swiper-pagination-bullet-active {
    width: 14px;
    border-radius: 10px;
    opacity: 1;
}

.asps-empty {
    padding: 24px;
    text-align: center;
}

@media (max-width: 767px) {
    .asps-swiper {
        overflow: hidden;
    }

    .asps-content {
        left: 16px;
        right: 16px;
        bottom: 16px;
        width: auto;
        padding: 16px;
    }

    .asps-title {
        font-size: 18px;
    }

    .asps-excerpt {
        font-size: 11px;
    }

    .asps-arrow {
        width: 36px;
        height: 36px;
        font-size: 26px;
    }

    .asps-prev { left: 8px; }
    .asps-next { right: 8px; }
}
