/* Small helpers for the Laravel port (the bulk of styling lives in onpoint.css). */

/* Accessible visually-hidden label used by the search popup. */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Ensure Swiper containers clip their slides correctly. */
.thm-swiper__slider { overflow: hidden; }

/* Mobile menu services submenu starts collapsed; JS expands it. */
.mobile-nav__content .dropdown > ul { display: none; }
