.vpo-bg-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none;
    max-width: none !important;
}

.vpo-video-control {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 4px;
    background: rgba(18, 18, 18, 0.78);
    color: #fff;
    font: inherit;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}

.vpo-video-control:hover,
.vpo-video-control:focus-visible {
    background: rgba(18, 18, 18, 0.92);
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 2px;
}

.vpo-video-control[hidden] {
    display: none !important;
}

.vpo-embed-placeholder {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.vpo-embed-placeholder > iframe,
.vpo-embed-placeholder > video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
