.topseo-xvp-player,
.topseo-xvp-video-panel,
.topseo-xvp-fallback {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}
.topseo-xvp-player [hidden] {
    display: none !important;
}

.topseo-xvp-player video,
.topseo-xvp-player iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #000;
}

.topseo-xvp-player video {
    object-fit: contain;
}

.topseo-xvp-central-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    padding: 0;
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.58);
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: background-color 160ms ease, transform 160ms ease;
}

.topseo-xvp-central-play:hover,
.topseo-xvp-central-play:focus-visible {
    background: rgba(0, 0, 0, 0.78);
    transform: translate(-50%, -50%) scale(1.06);
}

.topseo-xvp-central-play span {
    display: block;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 23px solid currentColor;
}

.topseo-xvp-logo {
    --topseo-xvp-logo-width: 105px;
    position: absolute;
    z-index: 3;
    display: block;
    width: min(var(--topseo-xvp-logo-width), 32vw);
    max-height: 18%;
    object-fit: contain;
    opacity: 0.94;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.75));
    pointer-events: none;
}

.topseo-xvp-logo--top-left {
    top: 12px;
    left: 12px;
}

.topseo-xvp-logo--top-right {
    top: 12px;
    right: 12px;
}

.topseo-xvp-logo--bottom-left {
    bottom: 54px;
    left: 12px;
}

.topseo-xvp-logo--bottom-right {
    right: 12px;
    bottom: 54px;
}

.topseo-xvp-message {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 2;
    padding: 8px 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 13px;
    text-align: center;
}

@media (max-width: 480px) {
    .topseo-xvp-central-play {
        width: 60px;
        height: 60px;
    }

    .topseo-xvp-central-play span {
        border-top-width: 12px;
        border-bottom-width: 12px;
        border-left-width: 20px;
    }

    .topseo-xvp-logo--top-left,
    .topseo-xvp-logo--top-right {
        top: 8px;
    }

    .topseo-xvp-logo--top-left,
    .topseo-xvp-logo--bottom-left {
        left: 8px;
    }

    .topseo-xvp-logo--top-right,
    .topseo-xvp-logo--bottom-right {
        right: 8px;
    }
}
