/**
 * @file
 * Header Mobile Buttons.
 */

.mobile-buttons {
  margin-inline-start: auto;
}

@media (min-width: 75rem) {
  body:not(.is-always-mobile-nav) .mobile-buttons {
    display: none;
  }
}
