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

/**
 * @file
 * Powered by block specific styles.
 */

.site-footer .block-system-powered-by-block {
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  line-height: var(--sp);
  text-align: center;
}

.site-footer .block-system-powered-by-block a {
  color: var(--color--white);
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.site-footer .block-system-powered-by-block a:hover,
.site-footer .block-system-powered-by-block a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}