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

/* =============================================
=            Menu language                     =
============================================= */
@layer sdc {
  .block-language {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 9.375rem;
    padding: 3rem 1rem 2rem;
    background-color: var(--color-white);
  }
  .block-language .links {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    column-gap: 2rem;
    list-style: none;
  }
  .block-language .links a {
    display: block;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 300;
  }
  .block-language .links a:link,
  .block-language .links a:visited {
    color: var(--color-black-main);
  }
  .block-language .links a.is-active,
  .block-language .links a:active,
  .block-language .links a:focus,
  .block-language .links a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: var(--color-primary);
  }
  @media (min-width: 64em) {
    .block-language {
      min-height: auto;
      padding: 0;
    }
  }
}
