/* 
 * 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-steps__description{
  margin:var(--awx-sp-v2) var(--awx-body-padding-h);
}

.awx-steps__description > p:first-child{
    margin:0;
    padding:0;
  }

.awx-steps__cta{
  margin:0;
  padding:var(--awx-sp-v2) 0 0;
}

.awx-steps__cta .awx-button{
    display:block;
  }

@media (min-width: 64em){
    .awx-steps.awx-section--sticky-title .awx-section__hgroup-wrapper,.awx-steps.awx-section--sticky-title .awx-section__hgroup{
      top:20vh;
    }

    .awx-steps.awx-section--sticky-title .awx-section__hgroup-wrapper .awx-section__hgroup{
      top:auto;
    }

  .awx-steps__description{
    margin:var(--awx-sp-v2) 0;
  }
    .awx-steps__cta .awx-button{
      display:inline-block;
    }
}
