/* Category Hub (Task P4-22) — bewusst minimal/scoped, kein globales CSS. */

.abostopp-category-hub {
	max-width: 900px;
	margin: 0 auto;
	padding: 24px;
}

.abostopp-breadcrumb {
	margin-bottom: 16px;
	font-size: 0.9rem;
}

.abostopp-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.abostopp-breadcrumb__item:not(:last-child)::after {
	content: "›";
	margin-left: 0.4em;
}

.abostopp-category-hub__header {
	margin-bottom: 24px;
}

.abostopp-category-hub__heading {
	font-size: 2rem;
	margin: 0 0 12px;
}

.abostopp-category-hub__finder {
	margin-bottom: 32px;
}

.abostopp-category-hub__providers-heading {
	font-size: 1.4rem;
	margin: 0 0 16px;
}

.abostopp-category-hub__provider-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.abostopp-category-hub__provider-item a {
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-decoration: none;
}

.abostopp-category-hub__empty {
	color: #555;
}
