/*
 * Pali Help Desk — FAQ page v1.4.59
 * Scoped to the standalone [pali_faq] screen.
 */

html body.phdui-page .phdui-faq-page {
  padding-top: 34px !important;
}

html body.phdui-page .phdui-faq-page .phdui-faq-root {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto !important;
}

html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto 10px !important;
  padding: 7px 16px 10px !important;
  border: 0 !important;
  border-bottom: 2px solid #ffc000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center !important;
}

html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero h1,
html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero h1.phdui-title {
  margin: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero p,
html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero p * {
  margin: 4px 0 0 !important;
  color: rgba(255,255,255,.9) !important;
  -webkit-text-fill-color: rgba(255,255,255,.9) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-faq-tabs {
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto 18px !important;
}

/*
 * เพิ่มช่องไฟระหว่างรายการ และขยายตัวอักษรคำถามให้อ่านง่าย
 * ใช้เฉพาะหน้า FAQ แบบเต็มหน้า จึงไม่กระทบ FAQ ที่ฝังในหน้าอื่น
 */
html body.phdui-page .phdui-faq-page .phdui-faq-root:not(.is-embedded) .phdui-accordion {
  margin: 0 0 15px !important;
}

html body.phdui-page .phdui-faq-page .phdui-faq-root:not(.is-embedded) .phdui-accordion-button {
  min-height: 62px !important;
  padding: 16px 20px !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

html body.phdui-page .phdui-faq-page .phdui-faq-root:not(.is-embedded) .phdui-accordion-content,
html body.phdui-page .phdui-faq-page .phdui-faq-root:not(.is-embedded) .phdui-accordion-content * {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

@media (max-width: 640px) {
  html body.phdui-page .phdui-faq-page {
    padding-top: 24px !important;
  }

  html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero h1,
  html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero h1.phdui-title {
    font-size: 20px !important;
  }

  html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero p,
  html body.phdui-page .phdui-faq-page .phdui-faq-root > .phdui-hero p * {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  html body.phdui-page .phdui-faq-page .phdui-faq-root:not(.is-embedded) .phdui-accordion {
    margin-bottom: 12px !important;
  }

  html body.phdui-page .phdui-faq-page .phdui-faq-root:not(.is-embedded) .phdui-accordion-button {
    min-height: 56px !important;
    padding: 14px 15px !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
  }

  html body.phdui-page .phdui-faq-page .phdui-faq-root:not(.is-embedded) .phdui-accordion-content,
  html body.phdui-page .phdui-faq-page .phdui-faq-root:not(.is-embedded) .phdui-accordion-content * {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
}
