/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/**
 * @file
 * Dropbutton styles for when JavaScript is not loaded.
 */
html {
  .dropbutton--small,
  .dropbutton--extrasmall,
  .dropbutton {
    height: auto;
  }

  .dropbutton-wrapper:not(.open) .dropbutton__item:first-of-type ~ .dropbutton__item {
    visibility: visible;
  }
}
