/*
Theme Name: LemonT
Theme URI: https://api.souvk.com
Author: RedLemon
Author URI: https://api.souvk.com
Description: A lightweight, minimal WordPress theme for LemonX page builder. No frontend presentation; optimized for use with LemonX. Hello Elementor–style shell.
Version: 2.2.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lemont
Domain Path: /languages
Tags: minimal, full-site-editing, blog, translation-ready, accessibility-ready, custom-logo
*/

/* Minimal shell — no layout styles. LemonX handles all visual output. */

/* Skip link: visually hidden, visible on focus (Hello Elementor–style accessibility) */
.skip-link.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;
}
.skip-link.screen-reader-text:focus {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: auto;
    height: auto;
    padding: 0.5em 1em;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: #fff;
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 0 2px currentColor;
}
