.ath-services-catalog-hero .container{
  max-width:920px;
}

.ath-services-catalog-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  margin-top:1rem;
}

.ath-services-catalog-hero-actions .btn{
  min-height:44px;
}

.ath-services-catalog-toolbar{
  position:sticky;
  top:72px;
  z-index:20;
  padding:.72rem;
  border:1px solid rgba(174,135,77,.15);
  border-radius:16px;
  background:rgba(255,255,255,.9);
  box-shadow:0 10px 28px rgba(55,40,22,.06);
  backdrop-filter:blur(10px);
}

@media(max-width:700px){
  .ath-services-catalog-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .ath-services-catalog-hero-actions .btn{
    width:100%;
  }

  .ath-services-catalog-toolbar{
    top:62px;
  }
}
