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

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

.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;
}
