/*! Pool Builder Plugin — utility helpers
   06-utilities.helpers.css
   Single-purpose utility classes. Seeded with .sr-only, extracted verbatim
   from pb-sections.css (ACCESSIBILITY STYLES section). */

/* Screen reader only class for accessibility */
#wppb_wrapper .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Customize-view utilities (extracted from pb-sections WORDPRESS SCOPED UTILITY CLASSES) */
#wppb_wrapper #wppb_customize_container .hidden {
    display: none;
}

#wppb_wrapper #wppb_customize_container .max-width {
    max-width: var(--wppb-max-width);
    margin: 0 auto;
}
