/**
 * Estilos para la página individual de una novedad (single-novedad).
 */

.novedades-aa-single {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 1rem;
	background-color: #ffffff;
}

.novedades-aa-single-header {
	margin-bottom: 1.5rem;
}

.novedades-aa-single-subtitulo {
	margin: 0 0 0.25rem;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #64748b;
}

.novedades-aa-single-title {
	margin: 0;
	font-size: 2rem;
	line-height: 1.2;
}

.novedades-aa-single-cual-es-la-novedad {
	margin: 0.75rem 0 0;
	font-size: 1.125rem;
	line-height: 1.5;
	color: #475569;
}

.novedades-aa-single-image {
	margin-bottom: 1.5rem;
	border-radius: 12px;
	overflow: hidden;
}

.novedades-aa-single-image img {
	width: 100%;
	height: auto;
	display: block;
}

.novedades-aa-single-content {
	font-size: 1.125rem;
	line-height: 1.7;
}

.novedades-aa-single-content p {
	margin-bottom: 1rem;
}

.novedades-aa-single-content p:last-child {
	margin-bottom: 0;
}

/* Bases y condiciones (página individual) */
.novedades-aa-single .novedades-aa-bases {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e2e8f0;
}

.novedades-aa-single .novedades-aa-bases-title {
	margin: 0 0 0.75rem;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.3;
	color: #1e293b;
}

.novedades-aa-single .novedades-aa-bases-text {
	font-size: 0.9375rem;
	line-height: 1.65;
	color: #475569;
}
