.rsdpts-widget {
    position: relative;
    width: 100%;
}

.rsdpts-swiper {
    overflow: hidden;
    padding: 8px 2px 42px;
}

.rsdpts-slide {
    height: auto !important;
}

.rsdpts-equal-height .swiper-wrapper {
    align-items: stretch !important;
}

.rsdpts-equal-height .rsdpts-slide {
    height: auto !important;
    display: flex !important;
}

.rsdpts-equal-height .rsdpts-slide-inner {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

.rsdpts-equal-height .rsdpts-slide-inner > * {
    flex: 1 1 auto ; 
}

.rsdpts-slide-inner {
    /* height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05); */
}

.rsdpts-fallback-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    padding: 18px;
}

.rsdpts-fallback-thumb {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    background: #f8fafc;
}

.rsdpts-fallback-image,
.rsdpts-fallback-no-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.rsdpts-fallback-no-image {
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
}

.rsdpts-fallback-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
}

.rsdpts-fallback-title a {
    color: #0f172a;
    text-decoration: none;
}

.rsdpts-fallback-price {
    color: #0f766e;
    font-weight: 700;
    line-height: 1.8;
}

.rsdpts-fallback-excerpt {
    color: #475569;
    font-size: 14px;
    line-height: 1.9;
}

.rsdpts-nav {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rsdpts-nav:hover {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.rsdpts-nav-prev {
    right: 8px;
}

.rsdpts-nav-next {
    left: 8px;
}

.rsdpts-pagination.swiper-pagination {
    position: static;
    margin-top: 18px;
}

.rsdpts-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #cbd5e1;
}

.rsdpts-pagination .swiper-pagination-bullet-active {
    background: #0f766e;
}

.rsdpts-empty {
    padding: 20px;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    color: #475569;
    text-align: center;
}

@media (max-width: 767px) {
    .rsdpts-swiper {
        padding-bottom: 36px;
    }

    .rsdpts-nav {
        display: none;
    }
}



.rsdpts-equal-height .swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

.rsdpts-equal-height .swiper-slide {
    display: flex !important;
    align-items: stretch !important;
}

.rsdpts-equal-height .rsdpts-slide-inner {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}