/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */.region--footer_bottom__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; height: var(--p-space-24); border-top: 1px solid var(--footer-border-color); gap: var(--p-space-4); }

@media (max-width: 37.5rem) { .region--footer_bottom__inner { flex-direction: column; align-items: flex-start; align-self: stretch; height: auto; gap: 0; } }
.region--footer_bottom__inner .block--menu .menu { display: flex; align-items: center; font-size: var(--font-size-s); gap: var(--p-space-8); }

@media (max-width: 37.5rem) { .region--footer_bottom__inner .block--menu .menu { flex-wrap: wrap; align-items: flex-start; padding-top: var(--p-space-4); padding-bottom: var(--p-space-1); font-size: var(--font-size-xs); gap: var(--p-space-4); } }
.region--footer_bottom__inner .block--copyright { font-size: var(--font-size-xs); }

@media (max-width: 37.5rem) { .region--footer_bottom__inner .block--copyright { display: flex; align-items: center; align-self: stretch; height: var(--p-space-12); font-size: var(--font-size-xxs); gap: var(--p-space-8); } }
