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

/* =============================================
=            Search block                      =
============================================= */
@layer sdc {
  .block-search {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 9.375rem;
    padding: 3rem 1rem 2rem;
    background-color: var(--color-white);
  }
  .block-search .button {
    display: block;
    height: 100%;
  }
  @media (min-width: 64em) {
    .block-search {
      min-height: auto;
      padding: 0;
      background-color: initial;
    }
  }
}
