/* 
 * 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.
 */
textarea{
  display:block;
  width:100%;
  min-height:8rem;
  padding:var(--awx-sp-v) var(--awx-sp-h);
}
