.elementor-561 .elementor-element.elementor-element-e79fd54{--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;}/* Start custom CSS for html, class: .elementor-element-379cc93 *//* ===============================
   Legal / Policy Pages Styling
   =============================== */

.legal-page {
  max-width: 920px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: inherit;
  line-height: 1.8;
  color: #222;
}

/* Page Title */
.legal-page h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #111;
}

/* Section Headings */
.legal-page h2 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #1a1a1a;
}

/* Paragraphs */
.legal-page p {
  margin-bottom: 14px;
  font-size: 15.5px;
}

/* Lists */
.legal-page ul {
  margin: 10px 0 20px 18px;
  padding: 0;
}

.legal-page ul li {
  margin-bottom: 8px;
  font-size: 15.5px;
}

/* Links */
.legal-page a {
  color: #0a5bd3; /* clean blue */
  text-decoration: underline;
  transition: color 0.2s ease;
}

.legal-page a:hover {
  color: #063a8f;
}

/* Contact Info Blocks */
.legal-page strong {
  font-weight: 600;
}

/* Divider effect between sections */
.legal-page h2::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #f5b301; /* subtle brand accent */
  margin-bottom: 10px;
  border-radius: 2px;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .legal-page {
    margin: 40px auto;
  }

  .legal-page h1 {
    font-size: 26px;
  }

  .legal-page h2 {
    font-size: 18px;
  }
}/* End custom CSS */