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

/* =============================================
=                Generic page                  =
============================================= */
@layer sdc {
  .generic-page__content .layout__inner {
    padding: 0;
  }
  .generic-page__intro {
    max-width: var(--max-width-text);
    padding-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.4em;
  }
}
