

/* Start:/bitrix/templates/dn2020/components/bitrix/news.list/video_list2024/style.css?1747659968700*/
/* Стили для видео-контейнера */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

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

.custom-btn {
  background-color: #f79322;
  color: white;
  border: none;
  width: 100%;
}

.custom-btn:hover {
  background-color: black;
  color: white;
}

.new-item .news-item{
    border: 2px solid #f79322;
    box-sizing: border-box;
}
.new-item .content {
    background-color: #f79322;
    font-weight: bold;
    box-sizing: border-box;
}

.new-item .content a:hover {
  color: #ffffff;
}
/* End */


/* Start:/bitrix/templates/dn2020/components/bitrix/system.pagenavigation/news-list/style.css?1742913324436*/
.load-more-items{
    text-align: center;
    margin: 0 auto 25px;
    padding: 20px 10px;
    background: #fff;
    color: #000;
    cursor: pointer;
    border: 1px solid #f79322;
    transition: 0.2s linear;
}
.load-more-items:hover{
    background: #f9f9f9;
    color: #f79322;
}
.loading-indicator {
    text-align: center;
    margin: 20px auto;
}
.loading-indicator img {
    width: 50px;
    height: 50px;
}
/* End */
/* /bitrix/templates/dn2020/components/bitrix/news.list/video_list2024/style.css?1747659968700 */
/* /bitrix/templates/dn2020/components/bitrix/system.pagenavigation/news-list/style.css?1742913324436 */
