/* "Watch this design" — seller video strip below the PDP gallery.
   Thumbs and the modal player reuse the review-media styles in product-review-browsing.css. */

.product-video-strip {
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding: 18px 20px;
    border: 1px solid #ece4d9;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.product-video-strip__title {
    margin: 0;
    color: #2f2a25;
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.product-video-strip__rail {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-video-strip__thumb {
    width: 120px;
    height: 120px;
}

@media (max-width: 576px) {
    .product-video-strip {
        padding: 14px 16px;
    }

    .product-video-strip__thumb {
        width: 96px;
        height: 96px;
    }
}
