.reels-wrapper-fc81345f {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}
.reels-container-fc81345f {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
}
.reels-container-fc81345f::-webkit-scrollbar {
    height: 6px;
}
.reels-container-fc81345f::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.15);
    border-radius: 4px;
}
.reel-card-fc81345f {
    flex: 0 0 280px;
    scroll-snap-align: start;
    aspect-ratio: 9/16;
    position: relative;
    overflow: hidden;
    background: #000;
}
.reel-video-fc81345f {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.reel-overlay-fc81345f {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.reel-user-fc81345f {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.reel-caption-fc81345f {
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
    opacity: 0.9;
}
