/*
Theme Name: SNI Minimal
Theme URI: https://specialneedsinitiatives.com
Author: Purple Software (Pvt) Ltd.
Author URI: https://purple.lk
Description: Minimal, accessible corporate theme for SNI built with Tailwind CSS and ACF Pro.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sni-minimal
*/

/* Base resets and a11y helpers only — visual styles live in Tailwind. */
* { box-sizing: border-box; }
body { margin: 0; }

.screen-reader-text {
  position: absolute;
  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 {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.4);
  clip: auto !important;
  color: #1877f2;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 8px;
  line-height: normal;
  padding: 12px 18px;
  text-decoration: none;
  top: 8px;
  width: auto;
  z-index: 100000;
}
