/* VFM-specific Artplayer skin and layout hooks */
#zoomview .vfm-artplayer-host {
    width: 100%;
    min-height: 360px;
    background: #0b1016;
    border-radius: 0.5rem;
    overflow: hidden;
}

#zoomview .art-video-player {
    width: 100%;
    height: min(68vh, 640px);
}

#zoomview .vfm-artplayer-error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    color: #c9d1d9;
    background: #111827;
    border-radius: 0.5rem;
    font-size: 0.95rem;
}

@media (max-width: 767px) {
    #zoomview .vfm-artplayer-host {
        min-height: 240px;
    }

    #zoomview .art-video-player {
        height: 48vh;
    }
}
