.pg-48f7fdec-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 50px 0;
}

.pg-48f7fdec-swiper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.pg-48f7fdec-slide {
    width: 300px;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    background: #fff;
    position: relative;
}

.pg-48f7fdec-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.pg-48f7fdec-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.pg-48f7fdec-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.pg-48f7fdec-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10;
}

.pg-48f7fdec-title {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.pg-48f7fdec-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 0.5;
}

.pg-48f7fdec-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}