/* Site-wide layout overrides (no FE build required) */
main {
  margin-top: 110px;
}

@media (min-width: 1025px) {
  main {
    margin-top: 7.375rem; /* 118px — matches toolkit */
  }

  body.admin-bar main {
    margin-top: 5.375rem; /* 86px — matches toolkit */
  }
}

@media (max-width: 1024px) {
  .nav-main__hamburger {
    color: #fff !important;
  }

  .nav-main__hamburger .icon,
  .nav-main__hamburger svg {
    color: #fff !important;
    fill: currentColor;
  }

  .wp-child-theme-rustaid .rmm,
  .wp-child-theme-rustaid .nav-main .rmm {
    background-color: #8b3a2a !important;
  }

  .wp-child-theme-rustaid .rmm.style .rmm-mobile li {
    background-color: #8b3a2a !important;
  }

  .wp-child-theme-rustaid .rmm-mobile .rmm-back,
  .wp-child-theme-rustaid .rmm-mobile .rmm-back a {
    background-color: #8b3a2a !important;
  }
}
