/* Group A structural merge: Book Consultation layout polish. */
body.page-template-page-book-a-consultation .panith-page-hero {
  padding-top: clamp(58px, 6vw, 86px) !important;
  padding-bottom: clamp(48px, 5vw, 72px) !important;
}

body.page-template-page-book-a-consultation .panith-consultation-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr) !important;
  gap: clamp(44px, 5vw, 72px) !important;
  align-items: start !important;
  padding-top: clamp(54px, 5vw, 72px) !important;
  padding-bottom: clamp(64px, 6vw, 88px) !important;
}

body.page-template-page-book-a-consultation .panith-consultation-copy,
body.page-template-page-book-a-consultation .contact-form-panel {
  min-width: 0 !important;
  align-self: start !important;
}

body.page-template-page-book-a-consultation .panith-consultation-copy h2 {
  font-size: clamp(2.15rem, 3.1vw, 3.25rem) !important;
  line-height: 1.08 !important;
  margin-bottom: clamp(18px, 2vw, 24px) !important;
  max-width: 11em !important;
}

body.page-template-page-book-a-consultation .panith-consultation-copy p,
body.page-template-page-book-a-consultation .panith-consultation-copy li {
  line-height: 1.58 !important;
}

body.page-template-page-book-a-consultation .panith-consultation-form {
  width: 100% !important;
  max-width: 100% !important;
}

body.page-template-page-book-a-consultation .panith-consultation-form input,
body.page-template-page-book-a-consultation .panith-consultation-form select,
body.page-template-page-book-a-consultation .panith-consultation-form textarea {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

@media (max-width: 900px) {
  body.page-template-page-book-a-consultation .panith-consultation-layout {
    grid-template-columns: 1fr !important;
    gap: clamp(34px, 5vw, 48px) !important;
  }

  body.page-template-page-book-a-consultation .panith-consultation-copy h2 {
    max-width: 12em !important;
  }
}

@media (max-width: 600px) {
  body.page-template-page-book-a-consultation .panith-page-hero {
    padding-top: 48px !important;
    padding-bottom: 42px !important;
  }

  body.page-template-page-book-a-consultation .panith-consultation-layout {
    padding-top: 42px !important;
    padding-bottom: 58px !important;
    gap: 32px !important;
  }

  body.page-template-page-book-a-consultation .panith-consultation-copy h2 {
    font-size: clamp(2rem, 9vw, 2.45rem) !important;
    line-height: 1.08 !important;
  }
}
