/**
 * Pflegesymbole (care-symbols.php).
 * Ruhige Icon-Reihe mit Klartext-Label darunter; Verbote dezent rötlich.
 */

.zwcl-care {
	margin: 1.2rem 0;
}

.zwcl-care__title {
	margin: 0 0 0.6rem;
	font-size: 1rem;
	font-weight: 600;
	color: #23434A; /* ZCF Petrol */
}

.zwcl-care__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem 1.4rem;
}

.zwcl-care__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 5.2rem;
	color: #1E252D; /* ZCF Ink */
}

.zwcl-care__icon {
	display: inline-flex;
	color: inherit;
}

.zwcl-care__icon svg {
	width: 40px;
	height: 40px;
	display: block;
}

.zwcl-care__label {
	margin-top: 0.35rem;
	font-size: 0.72rem;
	line-height: 1.25;
	color: #64717A; /* ZCF Slate */
}

/* Verbote (durchgestrichen) dezent hervorheben. */
.zwcl-care__item.is-prohibited {
	color: #9A3B34; /* gedämpftes Rot, ZCF-verträglich */
}

.zwcl-care__item.is-prohibited .zwcl-care__label {
	color: #9A3B34;
}

@media (max-width: 480px) {
	.zwcl-care__list {
		gap: 0.7rem 1rem;
	}
	.zwcl-care__item {
		width: 4.4rem;
	}
}
