/**
 * Evangelio del Día — Estilos del frontend
 * Plugin: Evangelio del Día
 * Author: Juan Pablo Rego
 */

.evangelio-del-dia {
	background: #faf7f2;
	border-left: 5px solid #8b6914;
	border-radius: 4px;
	padding: 24px 28px;
	margin: 24px 0;
	font-family: Georgia, "Times New Roman", serif;
	color: #2c2c2c;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.evangelio-header {
	margin-bottom: 18px;
}

.evangelio-label {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.75em;
	color: #8b6914;
	font-family: sans-serif;
	margin-bottom: 4px;
}

.evangelio-date {
	display: block;
	color: #888;
	font-size: 0.85em;
	font-family: sans-serif;
	margin-bottom: 6px;
}

.evangelio-title {
	color: #4a2e0a;
	font-size: 1.15em;
	margin: 0;
	line-height: 1.4;
}

.evangelio-content {
	line-height: 1.85;
	font-size: 1em;
	border-top: 1px solid #e5ddd0;
	padding-top: 16px;
}

.evangelio-content p {
	margin: 0 0 14px;
}

.evangelio-content p:last-child {
	margin-bottom: 0;
}

.evangelio-audio {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e5ddd0;
}

.evangelio-audio-label {
	font-size: 0.85em;
	font-family: sans-serif;
	color: #666;
	margin: 0 0 8px;
}

.evangelio-audio audio {
	width: 100%;
	height: 36px;
}

.evangelio-footer {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid #e5ddd0;
	font-family: sans-serif;
}

.evangelio-footer a {
	color: #8b6914;
	text-decoration: none;
	font-size: 0.88em;
	font-weight: 600;
}

.evangelio-footer a:hover {
	text-decoration: underline;
}

.evangelio-error {
	color: #c0392b;
	font-style: italic;
	font-family: sans-serif;
}
