
/* Page stylesheet for Bojanalaplatinum page
	 - Mobile-first
	 - Scoped to `body.easterncape` where present in the HTML
*/

body.easterncape .hero {
	background: linear-gradient(180deg,#0f3b2f 0%, #0d2b21 100%);
	color: #fff;
	padding: 28px 16px;
	text-align: center;
}

body.easterncape .hero h1 {
	margin: 0;
	font-size: 20px;
	line-height: 1.15;
	letter-spacing: 0.6px;
}

/* Navbar tweaks to keep visual weight consistent with global nav */
body.easterncape .navbar {
	background-color: transparent;
}

body.easterncape .navbar ul{list-style:none;padding:0;margin:0;display:flex;gap:12px;justify-content:center}
body.easterncape .navbar a{color:#072d22;text-decoration:none;font-weight:600}

body.easterncape .province-content {
	padding: 14px 12px;
}

body.easterncape .province-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
}

body.easterncape .province-meta a {
	color: #072d22;
	text-decoration: none;
	padding: 8px 10px;
	display: inline-block;
	border-radius: 6px;
	background:#f3f3f3;
}

body.easterncape .province-meta a:hover {
	background: rgba(11,90,122,0.06);
	text-decoration: underline;
}

/* Footer — page specific appearance and spacing */
.site-footer{background:#0d2b21;color:#dfebe4}
.footer-container{max-width:1100px;margin:0 auto;display:flex;gap:24px;flex-wrap:wrap;justify-content:space-between;padding:18px}
.footer-section{flex:1;min-width:200px}
.footer-section h4{margin:0 0 8px 0}
.footer-section a{color:#bdd8c9}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.06);text-align:center;padding:10px 0;font-size:0.95rem}

/* Ensure footer sits at the bottom on short pages (works with global flex layout) */
main.main-content{display:block}

/* Wider screens: show province links side-by-side */
@media (min-width: 768px) {
	body.easterncape .hero h1 { font-size: 28px; }
	body.easterncape .province-meta ul { flex-direction: row; flex-wrap: wrap; gap: 12px; align-items: flex-start }
	body.easterncape .province-content { padding: 20px 28px }
}

/* Accessibility helpers */
body.easterncape .province-meta a:focus { outline: 3px solid rgba(11,90,122,0.25); outline-offset: 2px }

/* End of bojanalaplatinum.css */

