<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Grid system definition for the footer top and footer bottom layouts.
 */

.site-footer__inner {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem
}

@media (min-width: 75rem) {

.site-footer__inner {
    padding-top: 4.5rem;
    padding-bottom: 14.625rem
}
  }

.region--footer_top__inner &gt; *, .region--footer_bottom__inner &gt; * {
    margin-bottom: 2.25rem
  }

@media (min-width: 43.75rem) {

.region--footer_top__inner &gt; *, .region--footer_bottom__inner &gt; * {
      flex: 1;
      margin-bottom: 0
  }

      [dir="ltr"] .region--footer_top__inner &gt; *:not(:last-child),[dir="ltr"]  .region--footer_bottom__inner &gt; *:not(:last-child) {
        margin-right: 2.25rem
  }

      [dir="rtl"] .region--footer_top__inner &gt; *:not(:last-child),[dir="rtl"]  .region--footer_bottom__inner &gt; *:not(:last-child) {
        margin-left: 2.25rem
  }
    }

@media (min-width: 43.75rem) {

.region--footer_top__inner,
.region--footer_bottom__inner {
    display: flex;
    flex-wrap: wrap
}
  }
</pre></body></html>