/*
Theme Name: StarletLight
Theme URI: https://starletlight.com/
Author: Starlet Light
Description: Native block theme preserving the approved StarletLight.com presentation.
Version: 1.2.1
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: starletlight
*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.wp-site-blocks {
    padding: 0;
}

.starlet-site-content {
    min-height: 100vh;
}

.screen-reader-text,
.sr-only {
    position: absolute !important;
    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,
.skip-link:focus {
    position: fixed !important;
    z-index: 100000;
    top: 8px;
    left: 8px;
    width: auto;
    height: auto;
    padding: 12px 18px;
    clip: auto;
    background: #fff;
    color: #000040;
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}


.starlet-form-result {
    max-width: 72rem;
    margin: 0 auto 1.25rem;
    padding: 1rem 1.25rem;
    border: 2px solid currentColor;
    border-radius: 0.75rem;
    background: #ffffff;
    color: #0b1f3a;
}
.starlet-form-result p { margin: 0.25rem 0; }
.starlet-form-result--success { border-color: #18794e; }
.starlet-form-result--error { border-color: #b42318; }
