.bookDirectMain{
  padding-top: calc(var(--nav-h) + 12px);
}

#book-direct-intro .contactActions{
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#book-direct-intro .contactActions .btn{
  width: 100%;
  justify-content: center;
}

#book .contactActions .btn{
  min-height: 44px;
}

#book .bookingSupportRow .btn{
  min-width: 120px;
}

#book form .ctaRow .btn{
  min-width: 220px;
}

@media (max-width: 760px){
  #book-direct-intro .contactActions{
    grid-template-columns: 1fr;
  }

  #book form .ctaRow{
    flex-direction: column;
  }

  #book form .ctaRow .btn{
    width: 100%;
  }
}
