/* 
 * 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.
 */

.copyright{
  display:block;
  margin:var(--awx-sp-v3) 0 0;
  padding:0 0 var(--awx-sp-v2);
  text-align:center;
  white-space:nowrap;
  font-size:0.875rem;
}

.awx-menu + .copyright{
  padding:var(--awx-sp-v2) var(--awx-sp-h2);
  border-top:1px solid var(--awx-color-light-line);
}

.copyright small{
  font-size:0.875rem;
}

.copyright__owner{
  text-transform:uppercase;
}

@media (min-width: 48em){
  .copyright{
    margin-left:auto;
  }

  .awx-menu + .copyright{
    padding-right:0;
    text-align:right;
  }
}

@media (min-width: 64em){
  .awx-menu + .copyright{
    padding-top:var(--awx-sp-v1-25);
  }
}
