.elementor-35 .elementor-element.elementor-element-5f4802a{--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-3e0e8de */.aml-policy {
  background: #f8fafc;
  padding: 80px 20px;
  font-family: "Inter", "Segoe UI", sans-serif;
  color: #1f2937;
}

.aml-container {
  max-width: 1100px;
  margin: auto;
  background: #ffffff;
  padding: 60px;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.06);
}

.aml-header {
  text-align: center;
  margin-bottom: 50px;
}

.aml-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}

.aml-subtitle {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

.aml-content h2 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 12px;
  color: #0f172a;
}

.aml-content h3 {
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.aml-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 14px;
}

.aml-content ul {
  padding-left: 22px;
  margin-bottom: 18px;
}

.aml-content ul li {
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 6px;
}

.aml-content address {
  font-style: normal;
  background: #f1f5f9;
  padding: 18px;
  border-left: 4px solid #2563eb;
  margin: 18px 0;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
  .aml-container {
    padding: 35px 25px;
  }

  .aml-header h1 {
    font-size: 30px;
  }
}/* End custom CSS */