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

/**
 * @file
 * Footer regions.
 */

.site-footer {
  padding-inline: var(--container-padding);
}

@media (min-width: 75rem) {
  .site-footer a {
    line-height: 2rem;
  }
}

.site-footer .block-boinccore-copyright-block {
  margin-inline: 2px;
}
