.elementor-3730 .elementor-element.elementor-element-f0c8134{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dc68096 *//* ================================
   LEGAL PAGES – GLOBAL STYLING
================================ */

.legal-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  padding: 40px;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1f2937;
  line-height: 1.8;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

/* Page title */
.legal-wrapper h1 {
  font-size: 34px;
  color: #0b3a6f;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Section headings */
.legal-wrapper h2 {
  font-size: 22px;
  color: #111827;
  margin-top: 32px;
  margin-bottom: 10px;
}

/* Paragraph text */
.legal-wrapper p {
  font-size: 16px;
  margin-bottom: 14px;
  color: #374151;
}

/* Bullet lists */
.legal-wrapper ul {
  margin: 12px 0 18px 20px;
  padding: 0;
}

.legal-wrapper ul li {
  margin-bottom: 8px;
  font-size: 16px;
  color: #374151;
}

/* Horizontal divider */
.legal-wrapper hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 28px 0;
}

/* Highlight important notice */
.legal-wrapper strong {
  color: #0b3a6f;
}

/* Links inside legal content */
.legal-wrapper a {
  color: #0b3a6f;
  text-decoration: underline;
}

.legal-wrapper a:hover {
  color: #004aad;
}

/* ================================
   MOBILE OPTIMIZATION
================================ */

@media (max-width: 768px) {

  .legal-wrapper {
    padding: 24px 18px;
    margin: 20px 12px;
  }

  .legal-wrapper h1 {
    font-size: 26px;
  }

  .legal-wrapper h2 {
    font-size: 19px;
  }

  .legal-wrapper p,
  .legal-wrapper ul li {
    font-size: 14px;
  }
}/* End custom CSS */