/*
Theme Name: AllYonoEarn
Theme URI: https://allyonoearn.example
Author: AllYonoEarn
Description: Independent editorial directory covering "Yono games" search terms — 14 platform guides, safety-focused field guides, and transparent research. Ported from a Vite/React single-page app; the compiled CSS in assets/css/ carries the actual visual design, this file only holds the required theme header plus small WordPress-specific structural fixes (admin bar offset, alignment classes, etc.) that the original SPA never needed.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: allyonoearn
*/

/* Push the sticky header below the admin bar instead of behind it. */
.admin-bar header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}

/* Gutenberg's wide/full alignment classes, scoped to read sensibly inside
   the ported .policy / .article-body content columns. */
.alignwide {
  max-width: 1100px;
}
.alignfull {
  max-width: none;
}

/* Screen-reader-only utility, since core WP markup (skip links, labels)
   expects it and the ported stylesheet doesn't define it. */
.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 !important;
  width: 1px;
  word-wrap: normal !important;
}
