/* Estilos para contador de visitas Divi */

.divi-visitas-contador {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: inherit;
}

.divi-visitas-pequeno {
    font-size: 13px;
}

.divi-visitas-normal {
    font-size: 13px;
    font-weight: 500;
}

.divi-visitas-grande {
    font-size: 20px;
    font-weight: 600;
}

.divi-visitas-icono {
    opacity: 0.8;
}

.divi-visitas-numero {
    font-weight: 600;
}

.divi-visitas-texto {
    font-weight: normal;
}

/* Estilos para lo mas visto de visitas Divi */
.posts-mas-vistos {
	margin: 0;            
}
.posts-mas-vistos .lista-populares {
	list-style: none;
	padding: 0;
	margin: 0;
}
.posts-mas-vistos .post-popular {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.posts-mas-vistos .post-popular:first-child {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}
.posts-mas-vistos .post-popular:last-child {
	border-bottom: none;
}
.posts-mas-vistos .numero-posicion {
	font-weight: bold;
	color: #666;
	margin-right: 5px;
}
.posts-mas-vistos .titulo-post {
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 18px;
}
.posts-mas-vistos .titulo-post:hover {
	
}
.posts-mas-vistos .meta-post {
	font-size: 12px;
	color: #666;
	margin-top: 3px;
}
.posts-mas-vistos .visitas-count {
	color: #ff6b00;
}
.posts-mas-vistos .post-fecha {
	color: #999;
}
.posts-mas-vistos .post-excerpt {
	font-size: 13px;
	color: #666;
	margin-top: 5px;
	line-height: 1.4;
}
.contador-visitas {
	font-weight: 600;
	color: #333;
}