/**
 * Just Stylin Salon WordPress theme layout helpers.
 *
 * The original mirrored site already contains its own header, footer, and
 * navigation. The WordPress header/footer are kept in the DOM for theme
 * structure and accessibility but are visually hidden by default.
 */

/* WordPress header/footer are hidden visually but kept for accessibility. */
.juststylin-wp-header,
.juststylin-wp-footer {
    display: none;
}

/* Screen-reader text helper. */
.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;
}

/* Container for the imported static content. */
.juststylin-static-content {
    margin: 0;
    padding: 0;
}

/* Ensure the static content wrapper fills the viewport. */
.site-content {
    margin: 0;
    padding: 0;
}
