/**
 * Mobile Search Form Styles
 * Clean, refactored styles for mobile search replacement
 */

/* Reset and base container styles */
.da11y-screen-reader-text, .et_pb_search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 1em;
    font-weight: 600;
    height: 1px;
    letter-spacing: normal;
    line-height: normal;
    overflow: hidden;
    position: absolute !important;
    text-shadow: none;
    text-transform: none;
    width: 1px;
}
label.wpa-screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}