/*
 * Small static-site overrides.
 * This file exists so future cleanup changes stay separate from the original
 * theme CSS files pulled from the old WordPress site.
 */

/* The search UI was removed, so keep the main menu aligned without it. */
.nav-primary .menu {
  float: left;
}

/*
 * The mobile drawer still uses the original .sidr styling,
 * but it now opens via the lightweight local script.
 */
.sidr {
  transition: left 0.2s ease, right 0.2s ease;
}

.sidr.left.is-open {
  left: 0;
}

.sidr.right.is-open {
  right: 0;
}

body.mobile-nav-open {
  overflow: hidden;
}
