/* Good Law QLD v70: only the new service-page enquiry/call buttons. */
.gl-service-actions-v70{max-width:100%;align-items:stretch}
.gl-service-actions-v70 .btn{
  max-width:100%;
  min-width:0;
  line-height:1.35!important;
  padding-top:12px!important;
  padding-bottom:12px!important;
}
.gl-service-actions-v70 .btn:after{flex:0 0 auto}
.gl-service-actions-v70 .btn.primary{
  background:var(--yellow)!important;
  border-color:var(--yellow)!important;
  color:var(--navy)!important;
}
.gl-service-actions-v70 .btn.primary:hover{
  background:#ffce70!important;
  border-color:#ffce70!important;
}
.gl-service-actions-v70 .btn:focus-visible{
  outline:3px solid var(--sky);
  outline-offset:3px;
}
.gl-service-actions-v70 .btn:active{transform:translateY(1px)}
