/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

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

.mobile-buttons {
  margin-top: auto;
  margin: auto;
  display: block;
  text-align: right
}

@media (min-width: 31.25rem) {

.mobile-buttons {
    margin-top: auto
}
  }

@media (min-width: 43.75rem) {

.mobile-buttons {
    margin-top: auto
}
  }

@media (min-width: 75rem) {

.mobile-buttons {
    margin-top: auto;
    margin-right: 4.625rem
}
  }

body:not(.is-always-mobile-nav) .mobile-buttons {
  display: none;
}

