/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/* Breakpoint where tabs switch between vertical and horizontal layouts. */
nav.tabs-wrapper {
  box-shadow: 0 0 2px var(--color--border-main);
}
.menu--local-tasks-block nav.tabs-wrapper {
  box-shadow: none;
}
/* Different style for nav inside main content */
.main-content__container nav.tabs-wrapper {
  border-radius: var(--border-radius);
}
@media (min-width: 75rem) {
  .tabs {
    margin-inline-start: 0;
  }
}
