/* Category Router Block — Frontend */

.crb-links {
	list-style: none;
	margin:     0;
	padding:    0 !important;
	display:    flex;
	flex-wrap:  wrap;
	gap:        0.75rem;
}

.crb-link-item {
	display: inline-block;
}

.crb-link {
	display:         inline-block;
	padding:         5px 12px;
	border:          1px solid currentColor;
	border-radius:   3px;
	text-decoration: none;
	font-size:       0.8rem;
	transition:      all 0.15s, color 0.15s;
}

/* .crb-link:hover {
	opacity: 0.75;
} */
.crb-link:hover {
	background-color: color-mix(in srgb, currentColor 25%, transparent);
}

.crb-link--active {
	font-weight: 600;
	/* border-bottom-width: 2px;
	padding-bottom: 4px;*/
	background-color: color-mix(in srgb, currentColor 15%, transparent);
}
.crb-count {
	font-size:   0.85em;
	margin-left: 3px;
	opacity:     0.7;
}

.crb-notice {
	color:       #c0392b;
	font-style:  italic;
}
