

/* Start:/local/templates/aspro_optimus/components/bitrix/news/videoreviews/bitrix/news.detail/.default/style.css?17719353801770*/
/* Детальная страница видео */
.video-detail-page {
    padding: 20px 0;
}

/* Видеоплеер */
.video-detail__player {
    margin-bottom: 30px;
}

.rutube-player {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.rutube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Заглушка для видео */
.video-detail__placeholder {
    height: 450px;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-align: center;
}

.video-detail__placeholder i {
    color: #f27f00;
    margin-bottom: 15px;
}

.video-detail__placeholder p {
    margin: 0;
    font-size: 16px;
}

/* Заголовок */
.video-detail__header {
    margin-bottom: 30px;
}

.video-detail__title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
}

/* Описание */
.video-detail__description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.video-detail__description p {
    margin-bottom: 15px;
}

.video-detail__description p:last-child {
    margin-bottom: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .video-detail-page {
        padding: 15px 0;
    }
    
    .video-detail__player {
        margin-bottom: 20px;
    }
    
    .video-detail__placeholder {
        height: 250px;
    }
    
    .video-detail__header {
        margin-bottom: 20px;
    }
    
    .video-detail__title {
        font-size: 24px;
    }
    
    .video-detail__description {
        font-size: 15px;
    }
}

/* End */
/* /local/templates/aspro_optimus/components/bitrix/news/videoreviews/bitrix/news.detail/.default/style.css?17719353801770 */
