/*
Theme Name: Stylos Clean
Theme URI: https://underlab.gr
Author: underLab
Author URI: https://underlab.gr
Description: Minimal, plugin-friendly WordPress theme. Intentionally avoids opinionated CSS/JS so plugins control their own layouts.
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: stylos-clean
Tags: minimal, starter, accessibility-ready
*/

/*
  This file intentionally contains almost no styling.
  The goal is to avoid conflicts with plugins (e.g. galleries) and page builders.
*/

/* WordPress accessibility helper */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Basic alignment classes that core/editor and plugins may output */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Clearfix helper */
.clear:before,
.clear:after { content: ""; display: table; }
.clear:after { clear: both; }
