/*
Theme Name: GYDL Lab
Theme URI: https://gydl.org/
Author: Global Youth Decision Lab
Author URI: https://gydl.org/
Description: Premium, production-ready WordPress theme for the Global Youth Decision Lab. A pixel-perfect conversion of the approved static design, with Customizer options, translation-ready strings, Elementor and Gutenberg compatibility.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gydl-lab
Tags: education, one-column, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, accessibility-ready, full-width-template, rtl-language-support
*/

/* -------------------------------------------------------------------------
 * The complete visual design lives in css/style.css and is enqueued from
 * functions.php. This file only carries the theme header plus a few
 * accessibility and editor helpers that do not affect the approved design.
 * ---------------------------------------------------------------------- */

.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,
.skip-link:focus {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #0a1a33;
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  height: auto;
  left: 16px;
  line-height: normal;
  padding: 14px 22px;
  text-decoration: none;
  top: 16px;
  width: auto;
  z-index: 100000;
}

/* WordPress core alignment + caption classes for the block editor. */
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; }
.wp-caption { max-width: 100%; }
.wp-caption-text,
.wp-block-image figcaption { font-size: 0.9rem; opacity: 0.8; }
.sticky .entry-title::after { content: " \2605"; }
.gallery { display: flex; flex-wrap: wrap; gap: 12px; }
.bypostauthor > .comment-body { border-left: 2px solid currentColor; padding-left: 12px; }

/* Admin bar must not hide the fixed site header. */
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
