/**
 * Shared styles for CPT archive listing pages.
 *
 * @package blog_Trendy
 */

.archive-cpt__eyebrow {
	margin: 0 0 16px;
	font-family: "Nunito", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	color: #6b6b6b;
}

.archive-cpt__eyebrow a {
	color: #e91e8c;
	text-decoration: none;
}

.archive-cpt__eyebrow a:hover,
.archive-cpt__eyebrow a:focus {
	text-decoration: underline;
}

.archive-cpt__empty {
	margin: 0;
	padding: 48px 24px;
	text-align: center;
	font-family: "Nunito", sans-serif;
	color: #6b6b6b;
}

.archive-cpt .navigation.pagination {
	margin-top: 40px;
	text-align: center;
}

.bloque-tutoriales--archive .bloque-tutoriales__title,
.bloque-lanzamientos--archive .bloque-lanzamientos__title {
	/* Keep gradient title; archive uses h1 for SEO. */
	font-size: clamp(1.75rem, 3.5vw, 2.25rem);
}
