/**
 * handler: single-aovivo
 * version: 1.0.2
 * deps: bootstrap-5,bootstrap-icons,ndmais-post,ndmais-loop,ndmais-ajax-pagination,ndmais-pagination
 */

.tpl-interna-de-noticias-v1 .ndmais-post-content {
	padding-top: 30px;
	border-top: none;
}

.tag-tempo-real .single-content {
	padding-right: 40px;
}

.ao-vivo-btn {
    margin-bottom: 30px;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	background: #d73c3c;
	color: #fff;
	justify-content: center;
	line-height: 40px;
    padding: 0 10px;
	border-radius: 4px;
}

.ao-vivo-btn i {
	font-size: 20px;
    margin-right: 5px;
}

.links-compartilhamento .btn-follow,
.links-compartilhamento .share-label {
	display: none;
}

.aovivo-topo .share-buttons .share-button.whatsapp .share-link {
	background-color: #26d366 !important;
}

.aovivo-topo .share-buttons .share-button.whatsapp .share-link:hover {
	background-color: #1b9347 !important;
}

.aovivo-topo .share-buttons .share-button.whatsapp .share-link i {
	background-color: #1b9347 !important;
}

.ndmais-content-video-caption {
	display: none;
}

.nd-details-list summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 8px 0;
	font-weight: 600;
}

.nd-details-list summary::-webkit-details-marker {
	display: none;
}

.nd-details-list[open] .dashicons-arrow-down {
	transform: rotate(180deg);
}

.nd-details-list {
	position: relative;
	padding: 20px 30px;
	border: 1px solid #ededed;
	border-radius: 8px;
	margin-top: 50px;
}

.nd-details-list ul {
	margin-top: 20px;
}

.summary-left {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.summary-right {
	display: flex;
	position: absolute;
	right: 50px;
	background: #91a4ae;
	height: 17px;
	width: 17px;
	color: #fff;
	font-weight: 700;
	border-radius: 50%;
	font-size: 11px;
	justify-content: center;
	align-items: center;
}

#single-ao-vivo-mais-conteudo .ndmais-cards-list {
    height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px 0 0;
    margin-bottom: 40px;
}

#single-ao-vivo-mais-conteudo .ndmais-cards-list::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #eceff1;
}

#single-ao-vivo-mais-conteudo .ndmais-cards-list::-webkit-scrollbar {
	width: 12px;
	height: 80%;
	border-radius: 10px;
	background-color: #eceff1;
}

#single-ao-vivo-mais-conteudo .ndmais-cards-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #1eb3e8;
}

.cobertura-atualizado i {
	font-size: 16px;
}

.cobertura-atualizado span {
	font-size: 14px;
	font-weight: 600;
	color: #888;
}

.site-card .card-text {
	margin-bottom: 0;
}

#single-ao-vivo-mais-conteudo .site-card .card-title .title .title-text {
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0px;
}

.site-card .card-resume .resume {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0px;
}

.site-card .card-image .card-image-content {
	min-height: 109px;
}


@media (max-width: 767.98px) {
	.tag-tempo-real .single-content {
		padding-right: 0;
	}
}