/* Video.js player styling can be set here */
.video-js {
    width: 100% !important;
    height: 400px !important;
}

#video-placeholder {
    width: 100% !important;
    height: 400px !important;
}

/* Status colors */
.status-loading {
    color: var(--bs-warning);
}

.status-ready {
    color: var(--bs-primary);
}

.status-loaded {
    color: var(--bs-success);
}

.status-error {
    color: var(--bs-danger);
}