.elementor-8507 .elementor-element.elementor-element-22a695f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4d838f2 *//* ====== Legal Pages Global Style ====== */
.legal-card {
  max-width: 850px;
  margin: 60px auto;
  padding: 40px 50px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 68, 204, 0.08);
  font-family: 'Poppins', sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
}

.legal-card h1, .legal-card h2 {
  color: #0044cc;
  font-weight: 600;
}

.legal-card h1 {
  font-size: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #0044cc;
  display: inline-block;
  padding-bottom: 6px;
}

.legal-card h2 {
  font-size: 22px;
  margin-top: 35px;
}

.legal-card ul {
  list-style: disc;
  margin-left: 25px;
  margin-top: 10px;
}

.legal-card p {
  margin-top: 10px;
  font-size: 16px;
}

.legal-card a {
  color: #0044cc;
  text-decoration: none;
}

.legal-card a:hover {
  text-decoration: underline;
}/* End custom CSS */