/* Responsive Embed & Video Card Styles for Furniture Theme */
.responsive-embed-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
.responsive-embed-container iframe,
.responsive-embed-container embed,
.responsive-embed-container object,
.responsive-embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
.video-card-player-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: var(--furniture-radius, 8px);
    overflow: hidden;
    background: #000;
    margin-bottom: 12px;
    position: relative;
}
.furniture-video-rounded {
    border-radius: var(--furniture-radius, 8px);
    overflow: hidden;
    background: #000;
    position: relative;
}
.furniture-video-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}
.furniture-video-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.furniture-sticky-top {
    position: sticky;
    top: 2rem;
}
.furniture-share-circle-btn {
    width: 34px;
    height: 34px;
}
.furniture-sidebar-thumb {
    width: 84px;
    height: 56px;
    border-radius: 0.6rem;
    overflow: hidden;
    background: #000;
}
.furniture-sidebar-title {
    font-size: 0.92rem;
}
.furniture-sidebar-date {
    font-size: 0.78rem;
}
