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

.awx-no-scroll{
  overflow:hidden;
  height:100%;
}

.awx-skeleton{
  opacity:0.5;
  border-radius:0.2em;
  background:var(--awx-gray);
}

.hyphenate{
  word-break:normal;
  word-wrap:anywhere;
  overflow-wrap:anywhere;
  hyphens:auto;
  hyphenate-limit-chars:auto 5;
  hyphenate-limit-lines:3;
}

.has-contextual-links{
  position:relative;
}

.is-hidden{
  display:none;
}
