/* Genomada Accommodations — Directorio y archivos de término.
   Componentes compartidos (tarjetas, estrellas, badge, botones, grid,
   filtros, paginación) están en base.css. */

.gacc-archive-title {
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	color: #222;
}

.gacc-archive-subtitle {
	color: #575760;
	font-size: 1.05rem;
	max-width: 60ch;
}

/* Cabecera de archivo de término con imagen */
.gacc-tax-header {
	/*
	border-radius: 10px;
	padding: 2.5rem 1.5rem;
	background-size: cover;
	background-position: center;
	background-color: #DAD3BE;
	margin-bottom: 1.5rem;
	*/
}

.gacc-tax-header.has-image .gacc-archive-title,
.gacc-tax-header.has-image .gacc-archive-subtitle {
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

