.smooth-reels-gallery .hidden { display: none !important; }

.reel-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: 520px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.45);
    cursor: pointer;
}

.reel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    display: flex;
    align-items: center;
    justify-content: center;
}

.reel-play-icon {
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,0.9);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.reel-title {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0,0,0,0.9);
}