body.mp-district.gertsibande-page {
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: linear-gradient(165deg, #f3f4f7 0%, #dce3ef 100%);
	color: #1f2733;
}

body.mp-district.gertsibande-page .hero {
	background: linear-gradient(135deg, #1f4a72, #37688f);
	color: #fff;
	padding: 30px 16px;
	text-align: center;
	border-bottom: 4px solid #9ec3e2;
}

body.mp-district.gertsibande-page .hero h1 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.4rem); }
body.mp-district.gertsibande-page .hero-subtitle { margin: 8px auto 0; max-width: 760px; }

body.mp-district.gertsibande-page .navbar { background: #1a3652; }
body.mp-district.gertsibande-page .navbar ul { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; }
body.mp-district.gertsibande-page .navbar a { color: #edf5ff; text-decoration: none; padding: 12px 18px; display: inline-block; font-weight: 600; }
body.mp-district.gertsibande-page .navbar a:hover { background: rgba(255,255,255,0.14); }

body.mp-district.gertsibande-page main { width: min(980px, calc(100% - 24px)); margin: 20px auto; flex: 1 0 auto; }
body.mp-district.gertsibande-page .district-card { background: #ffffff; border: 1px solid #d6e0ec; border-radius: 14px; padding: 18px; box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
body.mp-district.gertsibande-page .district-card h2 { margin: 0 0 12px; color: #1f4a72; }

body.mp-district.gertsibande-page .municipality-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 12px; }
body.mp-district.gertsibande-page .municipality-list li { background: #f4f8fc; border: 1px solid #dfe8f2; border-radius: 10px; }
body.mp-district.gertsibande-page .municipality-list a { display: block; padding: 12px 14px; text-decoration: none; color: #1f5b99; font-weight: 700; }
body.mp-district.gertsibande-page .municipality-list a:hover { color: #153c66; text-decoration: underline; }
