.elementor-41 .elementor-element.elementor-element-a611ec3{--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-1e0e905 *//* ===== Section Background ===== */
.rr-disclaimer {
  background: linear-gradient(180deg, #f9fafb, #eef2f7);
  padding: 100px 20px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #0f172a;
}

/* ===== Container ===== */
.rr-container {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  padding: 75px;
  border-radius: 24px;
  box-shadow: 0 35px 70px rgba(15,23,42,0.08);
  position: relative;
}

/* Accent bar */
.rr-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: 100%;
  background: linear-gradient(90deg, #1e40af, #2563eb, #60a5fa);
  border-radius: 24px 24px 0 0;
}

/* ===== Header ===== */
.rr-header {
  text-align: center;
  margin-bottom: 65px;
}

.rr-header h1 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.7px;
  margin-bottom: 14px;
}

.rr-subtitle {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.7;
}

/* ===== Content ===== */
.rr-content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid #2563eb;
}

.rr-content p {
  font-size: 16.5px;
  line-height: 1.9;
  margin-bottom: 16px;
  color: #1f2937;
}

/* ===== Lists ===== */
.rr-content ul {
  padding-left: 26px;
  margin: 18px 0 26px;
}

.rr-content ul li {
  font-size: 15.8px;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #334155;
}

/* ===== Warning Box ===== */
.rr-warning {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border-left: 6px solid #ea580c;
  padding: 22px 26px;
  border-radius: 14px;
  margin: 28px 0;
}

.rr-warning p {
  margin: 0;
  font-weight: 600;
  color: #9a3412;
}

/* ===== Address ===== */
.rr-content address {
  font-style: normal;
  background: #f8fafc;
  padding: 22px 26px;
  border-left: 5px solid #2563eb;
  border-radius: 12px;
  line-height: 1.8;
  margin: 22px 0;
}

/* ===== Footer ===== */
.rr-footer {
  margin-top: 55px;
  padding-top: 26px;
  border-top: 1px dashed #c7d2fe;
  font-size: 14.8px;
  color: #475569;
  text-align: center;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .rr-container {
    padding: 45px 30px;
  }

  .rr-header h1 {
    font-size: 30px;
  }

  .rr-content h2 {
    font-size: 20px;
  }
}/* End custom CSS */