.elementor-4499 .elementor-element.elementor-element-6b75d818{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a15d928 *//* =====================================
   FAQ / LEGAL PAGES – STYLE
===================================== */

.legal-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  padding: 42px;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Helvetica, Arial, sans-serif;
  color: #1f2937;
  line-height: 1.85;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

/* Page Title */
.legal-wrapper h1 {
  font-size: 34px;
  font-weight: 700;
  color: #0b3a6f;
  margin-bottom: 16px;
}

/* FAQ Questions */
.faq-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-top: 28px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}

/* Question marker */
.faq-wrapper h2::before {
  content: "Q.";
  position: absolute;
  left: 0;
  color: #0b3a6f;
  font-weight: 700;
}

/* Answers */
.faq-wrapper p {
  font-size: 16px;
  color: #374151;
  margin-bottom: 12px;
  padding-left: 18px;
}

/* Strong highlight */
.legal-wrapper strong {
  color: #0b3a6f;
  font-weight: 600;
}

/* =====================================
   MOBILE OPTIMIZATION
===================================== */

@media (max-width: 768px) {

  .legal-wrapper {
    margin: 20px 12px;
    padding: 24px 18px;
  }

  .legal-wrapper h1 {
    font-size: 26px;
  }

  .faq-wrapper h2 {
    font-size: 17px;
  }

  .faq-wrapper p {
    font-size: 14px;
  }
}/* End custom CSS */