/*
Theme Name: Mundford PC Accessible
Template: twentyfifteen
Version: 1.0.0
Description: Twenty Fifteen child theme adding WCAG 2.2 AA accessibility fixes for Mundford Parish Council (slider alt text, pause control, heading hierarchy, form labels, semantic structure).
Author: Anglia Computer Solutions
*/

/* ---- Carousel pause/play button ---- */
.metaslider { position: relative; }
.metaslider .ms-pause-btn {
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 10;
	background: rgba(0,0,0,0.65);
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
	font-family: inherit;
}
.metaslider .ms-pause-btn:focus {
	outline: 3px solid #ffeb3b;
	outline-offset: 2px;
}
.metaslider .ms-pause-btn[aria-pressed="true"] {
	background: rgba(180,30,30,0.85);
}
.metaslider .ms-pause-btn .ms-pause-icon,
.metaslider .ms-pause-btn .ms-play-icon { display: none; }
.metaslider .ms-pause-btn[aria-pressed="false"] .ms-pause-icon { display: inline; }
.metaslider .ms-pause-btn[aria-pressed="true"]  .ms-play-icon  { display: inline; }

/* ---- Visually-hidden helper (for sr-only labels) ---- */
.mpc-sr-only {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px; overflow: hidden;
	clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
