/* Provider Template (Task P4-23) — bewusst minimal/scoped, kein globales CSS. */

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

.abostopp-provider-template__header {
	margin-bottom: 24px;
}

.abostopp-provider-template__heading {
	font-size: 2rem;
	margin: 0 0 12px;
}

.abostopp-provider-template__intro {
	font-size: 1.05rem;
	color: #333;
	max-width: 640px;
}

.abostopp-provider-template__facts {
	margin-bottom: 32px;
}

.abostopp-provider-template__facts-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 16px;
	margin: 0;
}

.abostopp-provider-template__fact {
	padding: 12px 16px;
	background: #f5f7fa;
	border-radius: 8px;
}

.abostopp-provider-template__fact dt {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #666;
	margin-bottom: 4px;
}

.abostopp-provider-template__fact dd {
	margin: 0;
	font-size: 1rem;
}

.abostopp-provider-template__cta {
	border-top: 1px solid #e0e0e0;
	padding-top: 24px;
}

.abostopp-provider-template__cta-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 20px;
}

.abostopp-provider-template__cta-label {
	font-size: 1.2rem;
	font-weight: 600;
}

.abostopp-provider-template__change-link {
	font-size: 0.95rem;
	text-decoration: underline;
}

.abostopp-provider-template__service-note {
	font-size: 0.9rem;
	color: #555;
	margin: 0 0 16px;
}

.abostopp-provider-template__status-message {
	font-size: 1rem;
	color: #333;
	max-width: 640px;
}

.abostopp-provider-template__cta--manual-review {
	border-top-color: #e8a33d;
}

.abostopp-provider-template__cta--unavailable {
	border-top-color: #999;
}

.abostopp-provider-template__ratgeber {
	margin: 0 0 24px;
	font-size: 0.95rem;
}

.abostopp-provider-template__related {
	margin-top: 32px;
	border-top: 1px solid #e0e0e0;
	padding-top: 24px;
}

.abostopp-provider-template__related-heading {
	font-size: 1.2rem;
	margin: 0 0 16px;
}

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

.abostopp-provider-template__related-item a {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 20px;
	text-decoration: none;
}
