/* ==========================================================================
   Gráfica Penha — Arquivo de categoria (departamento)
   Complementa home-shop.css (sidebar + grade de cards compartilhadas).
   ========================================================================== */

.gp-cat-archive__head {
	margin: 0 0 20px;
}

.gp-cat-archive__title {
	margin: 0 0 4px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -0.3px;
	color: var(--gphs-ink);
}

.gp-cat-archive__count {
	margin: 0;
	font-size: 13px;
	color: var(--gphs-muted);
}

.gp-cat-archive__empty {
	grid-column: 1 / -1;
	padding: 40px 20px;
	text-align: center;
	color: var(--gphs-muted);
	background: #fff;
	border: 1px dashed var(--gphs-line);
	border-radius: var(--gphs-radius);
}

/* Categoria ativa no menu lateral */
.gp-cat-list a.is-active {
	background: #eff6ff;
	color: #104f77;
	box-shadow: inset 3px 0 0 #104f77;
}

.gp-cat-list a.is-active .gp-cat-icon {
	color: #104f77;
}
