/**
 * Harmonisiert eingebettete Citizen- und EO-Oberflächen mit ALBERNIA.NET (Public Sans / Lila‑Gold‑Tokens).
 */

/* Elections: Panel wie Portal-„Overview“-Karten */
body #eo-app-main .layout-content-container .eo-portal-panel {
	border-left-width: 10px;
	border-left-color: #5d5469;
	box-shadow: 0 1px 2px rgba(15, 8, 25, 0.06);
}
body #eo-app-main.elections-portal-main {
	background: transparent;
}
body #eo-app-main.layout-shell.elections-portal-main .layout-content-container {
	max-width: 100%;
	line-height: 1.47;
	font-family: "Public Sans", system-ui, sans-serif;
	font-size: 1rem;
	color: var(--fallback-on-surface, #1a1224);
}
body #eo-app-main .layout-content-container h1,
body #eo-app-main .layout-content-container h2 {
	font-family: "Public Sans", system-ui, sans-serif !important;
	font-weight: 700 !important;
	color: #1a1224 !important;
	margin-bottom: 0.85rem !important;
}
body #eo-app-main .layout-content-container .font-merriweather {
	font-family: "Public Sans", system-ui, sans-serif !important;
}
body #eo-app-main .layout-content-container a.text-blue-700 {
	color: #4a3f5e !important;
}
body #eo-app-main .layout-content-container a.text-blue-700:hover {
	color: #5d5469 !important;
	text-decoration: underline;
	text-underline-offset: 0.22em;
}
body #eo-app-main .layout-content-container table thead tr {
	background-color: #f0edf5 !important;
}
body #eo-app-main .layout-content-container .border.border-gray-200 {
	border-color: #c4bfd0 !important;
}
body #eo-app-main .layout-content-container .bg-gray-50 {
	background-color: #f7f5fa !important;
}
body #eo-app-main .layout-content-container .focus\:ring-blue-500:focus {
	--tw-ring-color: rgba(93, 84, 105, 0.45);
}

/* ─── Citizen Service (Forum-Pfad eingebunden) ─── */
body.citizen-portal-shell main.citizen-portal-main {
	width: 100%;
	line-height: 1.47;
	font-family: "Public Sans", system-ui, sans-serif;
	font-size: 1rem;
	color: var(--fallback-on-surface, #1a1224);
}
body.citizen-portal-shell .text-blue-60v,
body.citizen-portal-shell .hero-section h1,
body.citizen-portal-shell .hero-section .hero-subtitle {
	color: #443a53 !important;
}
body.citizen-portal-shell .text-3xl.font-merriweather,
body.citizen-portal-shell .text-xl.font-merriweather,
body.citizen-portal-shell .hero-title {
	font-family: "Public Sans", system-ui, sans-serif !important;
}
body.citizen-portal-shell .hero-title {
	color: #1a1224 !important;
	font-weight: 700 !important;
}
body.citizen-portal-shell main .border-gray-200,
body.citizen-portal-shell header .border-gray-200 {
	border-color: #c4bfd0 !important;
}
body.citizen-portal-shell main .bg-gray-100,
body.citizen-portal-shell header .bg-gray-100 {
	background-color: #f0edf5 !important;
}
body.citizen-portal-shell .service-box:hover {
	box-shadow: 0 8px 20px rgba(26, 18, 36, 0.08);
	border-color: #c6a24f !important;
}
body.citizen-portal-shell .responsive-services a:focus-visible .service-box {
	outline: 3px solid #c6a24f;
	outline-offset: 2px;
}
body.citizen-portal-shell main.citizen-portal-main .tab-button.active {
	color: #4a3f5e !important;
	border-bottom-color: #c6a24f !important;
	border-bottom-width: 2px;
}
