/* 
 * DO NOT EDIT THIS FILE.
 * The Airbus Web Experience use PostCSS to compile CSS
 * the same way as in the Drupal core except it use the .pcss extension.
 * Therefore, you are supposed to edit the pcss file of the same name.
 */

.block-system-branding-block{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:flex-start;
  gap:var(--awx-sp-h0-5);
}

.site-logo{
  flex-shrink:0;
}

.site-logo__img{
  -o-object-fit:initial;
  object-fit:initial;
}

.site-logo,
.site-logo__img{
  display:block;
  width:auto;
  min-width:6.875rem;
  max-height:1.5rem;
}

.subdivision-name{
  position:relative;
  bottom:-4px;
  white-space:normal;
  text-transform:lowercase;
  font-size:max(1rem, min(2vw, 1.25rem));
  font-size:clamp(1rem, 2vw, 1.25rem);
  font-weight:400;
  font-feature-settings:"smcp";
  font-variant:small-caps;
  line-height:1;
}
