.elementor-33 .elementor-element.elementor-element-0e21b54{--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-197c7a0 *//* ===== Base Section ===== */
.disc-policy {
  background: linear-gradient(180deg, #f9fafb 0%, #eef2f7 100%);
  padding: 90px 20px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #111827;
}

/* ===== Main Container ===== */
.disc-container {
  max-width: 1180px;
  margin: auto;
  background: #ffffff;
  padding: 70px 70px;
  border-radius: 22px;
  box-shadow:
    0 30px 60px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  position: relative;
}

/* Top Accent Line */
.disc-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #1e40af, #2563eb, #60a5fa);
  border-radius: 22px 22px 0 0;
}

/* ===== Header ===== */
.disc-header {
  text-align: center;
  margin-bottom: 60px;
}

.disc-header h1 {
  font-size: 40px;
  font-weight: 750;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
  color: #0f172a;
}

.disc-subtitle {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.7;
}

/* ===== Content Typography ===== */
.disc-content h2 {
  font-size: 23px;
  font-weight: 650;
  margin-top: 48px;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid #2563eb;
  color: #0f172a;
}

.disc-content p {
  font-size: 16.5px;
  line-height: 1.9;
  margin-bottom: 16px;
  color: #1f2937;
}

/* ===== Lists ===== */
.disc-content ul {
  padding-left: 26px;
  margin: 18px 0 24px;
}

.disc-content ul li {
  font-size: 15.8px;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #334155;
}

/* ===== Highlight / Risk Sections ===== */
.disc-content ul:first-of-type {
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  padding: 26px 30px;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}

.disc-content ul:first-of-type li strong {
  color: #b91c1c;
}

/* ===== Links ===== */
.disc-content a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
}

.disc-content a:hover {
  text-decoration: underline;
}

/* ===== Footer Note ===== */
.disc-footer {
  margin-top: 55px;
  padding-top: 28px;
  border-top: 1px dashed #cbd5f5;
  font-size: 14.8px;
  color: #475569;
  text-align: center;
}

/* ===== Address / Contact Blocks ===== */
.disc-content address {
  font-style: normal;
  background: #f8fafc;
  padding: 22px 26px;
  border-left: 5px solid #2563eb;
  border-radius: 12px;
  margin: 22px 0;
  line-height: 1.8;
  color: #1e293b;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .disc-container {
    padding: 45px 30px;
  }

  .disc-header h1 {
    font-size: 32px;
  }

  .disc-content h2 {
    font-size: 20px;
  }

  .disc-content p,
  .disc-content ul li {
    font-size: 15.5px;
  }
}/* End custom CSS */