.ig-preview {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 400px;
}

.ig-preview .ig-media {
    position: relative;
    overflow: hidden;
}

.ig-preview .ig-media img,
.ig-preview .ig-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Carousel dots */
.ig-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 8px 0;
}

.ig-carousel-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #dbdbdb;
}

.ig-carousel-dots .dot.active {
    background: #0095f6;
}

/* Story preview */
.ig-story-preview {
    aspect-ratio: 9/16;
    max-height: 500px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.ig-story-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Reel play button overlay */
.ig-reel-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ig-reel-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
}
