.video-form-row {
    margin-bottom: 14px;
}

.video-form-row label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.video-form-row input,
.video-form-row textarea,
.video-form-row select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.video-form-row.two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.video-error-box {
    background: #ffe2e2;
    color: #a40000;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.video-admin-table-wrap {
    overflow-x: auto;
    background: #fff;
}
