/* ANABS mobile header, 2026-09-11
   The header menu widget carries a global 97px left padding that was set for the
   desktop bar. On phones and tablets that widget holds the hamburger instead, so
   the padding pushed the trigger 97px in from the edge, and Houzez positions the
   full width dropdown with left: calc(-<trigger offset> + 50vw), so the same 97px
   dragged the open menu off the left of the screen. Dropping it below 1025px puts
   the trigger on the gutter and the panel at 0. The logo is aligned right to it. */

@media (max-width: 1024px) {
  .elementor-18468 .elementor-element.elementor-element-7c8278af > .elementor-widget-container {
    padding-left: 0 !important;
  }
  .elementor-18468 .elementor-element.elementor-element-6ab1cb6b .favethemes-site-logo {
    text-align: right !important;
  }
}
