.wym-manager-video-block {
    margin: 24px 0;
    padding: 20px;
    background: #f7f7f8;
    border: 1px solid #e2e4e7;
    border-radius: 14px;
}
.wym-manager-video-block .wym-form-heading { margin-top: 0; }
.wym-manager-video-block .wym-form-heading span {
    display: inline-block;
    margin-left: 7px;
    padding: 3px 7px;
    color: #555;
    background: #e8eaed;
    border-radius: 999px;
    font-size: 11px;
    vertical-align: middle;
}
.wym-video-controls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 13px;
}
.wym-video-picker {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 16px;
    text-align: center;
    background: #fff5f7;
    border: 2px dashed #c8102e;
    border-radius: 12px;
    cursor: pointer;
}
.wym-video-picker strong { color: #9f1020; font-size: 17px; }
.wym-video-picker span { color: #666; font-weight: 400; }
.wym-video-picker input { margin-top: 9px; background: #fff; }
.wym-video-status {
    margin-top: 12px;
    padding: 10px 12px;
    color: #344054;
    background: #fff;
    border-radius: 9px;
    font-weight: 700;
}
.wym-video-status.success { color: #166534; background: #dcfce7; }
.wym-video-status.error { color: #991b1b; background: #fee2e2; }
.wym-current-video { margin-top: 16px; }
.wym-current-video video {
    display: block;
    width: 100%;
    max-height: 420px;
    margin-bottom: 12px;
    background: #000;
    border-radius: 10px;
}
@media (max-width: 600px) {
    .wym-manager-video-block { padding: 14px; }
    .wym-video-controls { grid-template-columns: 1fr; }
}
