/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */.site-footer { color: var(--footer-color); background-color: var(--footer-background-color); }
.site-footer .block--menu,
.site-footer .menu .menu-item a { white-space: normal; }
.site-footer .site-footer__inner { margin-inline: auto; }

@media (max-width: 37.5rem) { .site-footer .site-footer__inner { max-width: var(--grid-full-width); } }

@media (min-width: 37.5625rem) and (max-width: 52.5rem) { .site-footer .site-footer__inner { max-width: var(--grid-full-width--md); } }

@media (min-width: 52.5625rem) and (max-width: 64.9375rem) { .site-footer .site-footer__inner { max-width: var(--grid-full-width--lg); } }

@media (65rem <= width) { .site-footer .site-footer__inner { max-width: var(--grid-full-width--max); } }
