/* پخش کننده ویدئو */
.svp-video-container {
    position: relative;
    max-width: 100%;
    margin: 20px 0;
    background: #000;
    min-height: 300px;
}

.svp-video-container .video-js {
    width: 100%;
    height: auto;
    min-height: 300px;
}

/* پیام محدودیت دسترسی */
.svp-restricted-message {
    padding: 30px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    text-align: center;
    margin: 20px 0;
}

.svp-restricted-message h3 {
    color: #dc3545;
    margin-top: 0;
}

/* دکمه‌های پخش کننده */
.vjs-control-bar {
    direction: ltr;
}

.vjs-texttrack-settings {
    direction: rtl;
    text-align: right;
}

/* حالت تمام صفحه */
.video-js.vjs-fullscreen {
    position: fixed !important;
}
