/*
Theme Name: LightPass Plugin Shell
Theme URI: https://example.invalid/lightpass-plugin-shell
Author: LightPass
Description: Minimal neutral WordPress theme designed to stay out of the way of application-style plugins, quests, maps, navigators, and shortcode interfaces.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Update URI: https://example.invalid/lightpass-plugin-shell
Text Domain: lightpass-plugin-shell
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, full-width-template
*/

/* Only the browser's default page spacing is removed.
   Plugin components keep control of their own typography, colors and layout. */
html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* Keep iOS Safari from selectively enlarging interface labels.
   This does not impose a theme font size; plugin typography remains in control. */
html,
body.lightpass-plugin-shell {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}


.site-main,
.lightpass-content {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.lightpass-fallback {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.lightpass-fallback a {
    color: inherit;
}

.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 {
    position: fixed;
    z-index: 100000;
    top: 8px;
    left: 8px;
    width: auto;
    height: auto;
    padding: 12px 16px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: #fff;
    color: #000;
}
