.fp-video-vis-control {
    margin-top: 10px;
}

.fp-video-vis-label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.fp-video-vis-select {
    width: 100%;
    max-width: 320px;
}

.fp-video-vis-status {
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
}

/* Modal base – already styled by markup */
.fp-video-modal {
    display: none;
}
.fp-video-modal.fp-video-modal--visible {
    display: block;
}
.fp-video-modal__backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
.fp-video-modal__dialog {
    position: fixed;
    inset: 0;
    margin: auto;
    max-width: 720px;
    width: 94%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}
.fp-video-modal__player-wrap {
    width: 100%;
    height: 400px;
}
.fp-video-modal__close {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
}
.fp-video-inline-player {
    width: 100%;
    height: 360px;
}
