/* Ngaka Modiri Molema page styles */

body.easterncape {
	background: linear-gradient(180deg, #f6f2ff 0%, #ffffff 100%);
	color: #2a1636;
}

/* Header + hero */
body.easterncape .hero {
	background: linear-gradient(90deg, #5b2a86 0%, #8b5bd6 100%);
	color: #fff;
	padding: 22px 16px;
	text-align: center;
}

body.easterncape .hero h1 {
	margin: 0;
	font-size: 26px;
	letter-spacing: 0.4px;
}

/* Keep nav aligned in hero area for this page */
body.easterncape .hero .navbar {
	margin-top: 14px;
}

body.easterncape .hero .navbar ul {
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

body.easterncape .hero .navbar a {
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.12);
}

body.easterncape .hero .navbar a:hover {
	background: rgba(255, 255, 255, 0.24);
}

/* Main content */
body.easterncape .province-content {
	max-width: 900px;
	margin: 16px auto;
	padding: 14px 18px;
	border-radius: 12px;
	border: 1px solid #e7dcf7;
	background: #fff;
	box-shadow: 0 8px 20px rgba(41, 20, 63, 0.08);
	text-align: left;
}

body.easterncape .province-content h2 {
	margin: 0 0 12px;
	color: #5b2a86;
	font-size: 1.25rem;
}

/* Municipality links are plain <li> inside section, style safely */
body.easterncape .province-content > li {
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 12px;
	border: 1px solid #efe6fb;
	border-radius: 8px;
	background: #faf7ff;
}

body.easterncape .province-content > li a {
	color: #4b2371;
	text-decoration: none;
	font-weight: 600;
}

body.easterncape .province-content > li a:hover {
	color: #7a3bbb;
	text-decoration: underline;
}

@media (max-width: 640px) {
	body.easterncape .hero h1 {
		font-size: 22px;
	}

	body.easterncape .province-content {
		margin: 10px 8px;
		padding: 12px;
	}
}
