/* match_videos.php — featured video + thumbnails grid, scoped to .zz-match-videos */

.zz-match-videos{
	--zzmv-radius: 10px;
	--zzmv-text: #1b232c;
	--zzmv-muted: #5b6b78;
}

/* ---------------------------------------------------------------- */
/* Featured video                                                    */
/* ---------------------------------------------------------------- */

.zz-match-videos #highlights{
	width: 100%;
	height: auto;
	padding: 0;
	background-color: transparent;
	margin-bottom: 24px;
}
.zz-match-videos #highlights .box{ margin: 0 !important; }
.zz-match-videos #highlights .box .home_section{
	width: 100%;
	margin: 0;
	padding: 0 !important;
	display: block;
}
.zz-match-videos #highlights .box .section_940{
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}

.zz-match-videos .videos .textover_image.video{
	width: auto !important;
	height: auto !important;
	flex: 1 1 480px;
	float: none;
	background: transparent;
	border-radius: var(--zzmv-radius);
	overflow: hidden;
	box-shadow: 0 2px 16px rgba(15,23,32,.12);
}
.zz-match-videos .videos .textover_image.video .container{
	width: 100% !important;
	height: auto !important;
	position: relative;
}
.zz-match-videos .videos .textover_image.video > div.container > div.image{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	text-align: initial;
	background-color: #0c1015;
	overflow: hidden;
}
.zz-match-videos .videos .textover_image.video > div.container > div.image iframe,
.zz-match-videos .videos .textover_image.video > div.container > div.image embed,
.zz-match-videos .videos .textover_image.video > div.container > div.image object{
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.zz-match-videos .textover_image.video .wrapper{
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 16px 20px 20px;
	background: #fff;
}
.zz-match-videos .textover_image.video div.title{
	width: 100% !important;
	position: static;
	font: 700 21px 'Roboto', Arial, sans-serif;
	line-height: 1.3;
	color: var(--zzmv-text) !important;
	text-shadow: none;
}
.zz-match-videos .textover_image.video div.title a,
.zz-match-videos .textover_image.video div.title.black a{
	color: var(--zzmv-text) !important;
	background: none;
}
.zz-match-videos .textover_image.video .intro{
	display: inline-block;
	height: auto !important;
	margin: 0 0 8px 0 !important;
	padding: 4px 9px;
	border-radius: 4px;
	background: #eef2f5;
	color: var(--zzmv-muted) !important;
	font: 700 11px 'Roboto Condensed', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .03em;
}
.zz-match-videos .textover_image.video div.title > span,
.zz-match-videos .textover_image.video div.text{
	display: block;
	margin-top: 8px;
	font: 400 13px 'Roboto', Arial, sans-serif;
	color: var(--zzmv-muted) !important;
	text-shadow: none;
}
/* the inline "Subscreva o nosso canal" widget hardcodes color:#FFF for the dark bg it no longer has */
.zz-match-videos .textover_image.video [style*="color:#FFF"],
.zz-match-videos .textover_image.video [style*="color: #FFF"]{
	color: var(--zzmv-muted) !important;
}

/* sidebar next to the featured video (ad banner + admin/eliminar links) */
.zz-match-videos #highlights .column_300{
	width: 300px;
	flex: 0 0 300px;
}
.zz-match-videos #highlights .column_300 a{ color: #2277AA; }
.zz-match-videos #highlights .column_300 [style*="color:#FFF"],
.zz-match-videos #highlights .column_300 [style*="color: #FFF"]{
	color: #333 !important;
}

/* ---------------------------------------------------------------- */
/* Thumbnails grid                                                   */
/* ---------------------------------------------------------------- */

.zz-match-videos > .box{
	background: #fff;
	border: 1px solid #e7eaee;
	border-radius: var(--zzmv-radius);
	padding: 20px;
}
.zz-match-videos .box .fl-r.g-8{
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
}
.zz-match-videos .box .fl-r.g-8 > .column_300{
	float: none;
}

@media (max-width: 768px){
	.zz-match-videos .videos .textover_image.video{ flex: 1 1 100%; }
	.zz-match-videos #highlights .column_300{ flex: 1 1 100%; width: 100%; }
	.zz-match-videos #highlights .box .section_940{ gap: 16px; }
	.zz-match-videos > .box{ padding: 12px; }
	.zz-match-videos .box .fl-r.g-8{ justify-content: center; }
}
