.swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    box-sizing: border-box;
    margin-right: 0px !important;
}

.darkcorners-swiper .swiper-wrapper {
    display: flex;
}

.slide-item {
    display: block;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 0px 5px 0px 5px;
}

.slide-thumb {
    width: 100%;
    aspect-ratio: 2 / 3;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.slide-title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
