/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
/* =====================================
=                News                  =
===================================== */
@layer sdc {
  .news__content {
    padding-top: 2rem;
  }
  .news__content .layout__inner {
    padding: 0;
  }
  @media (min-width: 64em) {
    .news__content {
      padding-top: 3rem;
    }
  }
  .news__date {
    padding-bottom: 0.5rem;
    color: var(--color-black-soft);
    font-weight: 300;
  }
  .news__date:after {
    display: block;
    width: 100%;
    max-width: 18.75rem;
    margin-top: 0.5rem;
    content: "";
    border-block-end: var(--border-block);
  }
}
