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

/* =============================================
=            Footer contact                    =
============================================= */
@layer sdc {
  .footer__contact {
    padding: var(--gap-layout) 0;
    color: var(--color-grey-two);
    background-color: var(--color-black-main);
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 125%;
  }
  .footer__contact span.address span:last-child:after {
    content: none;
  }
  .footer__contact span.address span:not([itemprop="streetAddress"]),
  .footer__contact span.name {
    display: inline-flex;
    flex-direction: row;
  }
  .footer__contact span.address span:not([itemprop="streetAddress"]):after,
  .footer__contact span.name:after {
    display: inline-block;
    width: 1px;
    margin: 0 0.1875rem 0 0.3125rem;
    content: "";
    background-color: var(--color-white);
  }
}
