/*
Theme Name: WACI
Theme URI: https://wacihealth.org
Author: Pinch Africa
Description: Minimal theme for WACI Health. Carries no layout of its own — every
region (header, footer, single, archive, 404) is supplied by Elementor Theme
Builder. Replaces the Ngo theme and its nd-elements/nd-shortcodes/dvteam stack.
Version: 1.0.0
Requires PHP: 8.0
Text Domain: waci
*/

/* Elementor supplies all layout. Only document-level defaults live here. */

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	overflow-wrap: break-word;
}

img,
svg,
video,
iframe {
	max-width: 100%;
	height: auto;
}

/* Keep skip-link reachable for keyboard users without a visible artifact. */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: fixed !important;
	top: 8px;
	left: 8px;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 12px 20px;
	clip: auto;
	background: #fff;
	color: #111;
	font: 600 14px/1 system-ui, sans-serif;
	text-decoration: none;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}
