
/**/

.news {
	position: relative;
}

.news .news-toggle {
	position: absolute;
	top: 0;
	left: 0;
}

.news .news-marquee {
	height: 340px;
	overflow: hidden;
	margin-top: .75rem;
	margin-bottom: .75rem;
}
.event .info{
	margin-top: 0.5rem;
}
@media (min-width: 1920px) {
	.news .news-marquee {
		height: 235px;
	}
}


@media (max-width: 767px) {
	.news .news-marquee {
		height: 300px;
		padding: 1rem;
	}
}

.news .item {
	background: #fff;
	border-right: 3px solid #064771;
	padding: .5rem;
	margin-bottom: .75rem;
	display: block;
	color: inherit;
	border-radius: 10px;
}

.news .item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.news .item time {
	color: #064771;
}

.news .item h3 {
	font-size: 1rem;
}

.news .item p {
	margin: 0;
}

/**/

.event {
	display: block;
	color: #000;
}

.event .date {
	display: inline-block;
	background: #C16E04;
	color: #fff;
	border-radius: 10px;
	padding: 2px 10px;
}

.event h3 {
	font-size: 1.5rem;
	margin-top: 10px;
}

/**/

.article {
	display: block;
	color: #000;
}

.article h3 {
	font-size: 1.2rem;
	margin-top: 10px;
}
/**/
.custom-vod-banner {
    background-color: #064573; 
    padding: 10px 20px;
    align-items: center;
    direction: rtl;
    margin: 0;
}

.custom-vod-banner .banner-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff !important;
    width: 100%;
}

.custom-vod-banner .banner-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
}

.custom-vod-banner .banner-subtitle {
    font-size: 0.95rem;
    color: #e0e0e0;
}

.custom-vod-banner .banner-divider {
    color: #ffffff;
    margin: 0 15px;
    font-size: 1.6rem;
    font-weight: 300;
}

.custom-vod-banner .banner-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-vod-banner .banner-left {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-vod-banner .youtube-icon {
    width: 32px;
    height: 32px;
    color: #ff0000; 
    margin-left: 10px;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .custom-vod-banner .banner-right,
    .custom-vod-banner .banner-left {
        justify-content: center;
        text-align: center;
        padding: 5px 0;
    }
    .custom-vod-banner .banner-link {
        justify-content: center;
    }
}