/*
Theme Name: Genesis Block Theme Child
Theme URI: https://github.com/studiopress/genesis-block-theme/
Template: genesis-block-theme
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Tags: one-column,featured-images,theme-options,custom-background,custom-colors,custom-logo,custom-menu,editor-style,translation-ready,footer-widgets,full-width-template,blog,sticky-post,threaded-comments,wide-blocks
Version: 1.0.0.1776892319
Updated: 2026-04-22 21:11:59

*/

/* =============================================================================
   MOBILE RESPONSIVENESS — prevent horizontal overflow (samedaypsych.com fix)
   ============================================================================= */

/* Prevent any element from being wider than the viewport */
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

/* Global safety net for all elements */
*,
*::before,
*::after {
    max-width: 100%;
    box-sizing: border-box;
}

/* Images, video, iframes must scale down */
img,
video,
iframe,
embed,
object {
    max-width: 100%;
    height: auto;
}

/* Container elements shouldn't overflow */
.container,
[class*="container"],
.wp-block-group,
.wp-block-cover,
.alignfull,
.alignwide {
    max-width: 100% !important;
}

/* Table overflow scrolling instead of expanding */
table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
}

/* Home page header fix: allow nav items to wrap/shrink on small screens */
header {
    flex-wrap: wrap;
}

/* Ensure the sticky call banner doesn't overflow on mobile */
[role="banner"][aria-label="Emergency call banner"] {
    word-break: break-word;
    overflow-wrap: break-word;
}
