.elementor-37 .elementor-element.elementor-element-189a9b1{--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-4288e49 */.grievance-section {
  background: linear-gradient(180deg, #f8fafc, #e5e7eb);
  padding: 110px 20px;
  font-family: "Inter", "Segoe UI", system-ui, sans-serif;
  color: #0f172a;
}

.grievance-container {
  max-width: 1200px;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 80px;
  border-radius: 28px;
  position: relative;
  box-shadow: 0 40px 80px rgba(15, 23, 42, 0.1);
}

.grievance-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: linear-gradient(90deg, #2563eb, #38bdf8, #16a34a);
  border-radius: 28px 28px 0 0;
}

/* Header */
.grievance-header {
  text-align: center;
  margin-bottom: 70px;
}

.grievance-header h1 {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}

.grievance-subtitle {
  font-size: 16.5px;
  color: #475569;
  line-height: 1.75;
}

/* Headings */
.grievance-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 55px 0 18px;
  padding-left: 16px;
  border-left: 5px solid #2563eb;
}

/* Info cards */
.info-card {
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  padding: 26px 30px;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}

.info-card p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
}

/* Lists */
.link-list {
  padding-left: 22px;
  margin-top: 12px;
}

.link-list li {
  font-size: 15.8px;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #1f2937;
  word-break: break-word;
}

.fraud-list {
  padding-left: 28px;
  margin-top: 15px;
}

.fraud-list li {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 10px;
}

/* Highlight box */
.highlight-box {
  padding: 28px 32px;
  border-radius: 18px;
  margin: 25px 0;
}

.highlight-box.warning {
  background: linear-gradient(135deg, #fff7ed, #ffedd5);
  border-left: 6px solid #ea580c;
  color: #9a3412;
  font-weight: 600;
}

/* Address */
address {
  font-style: normal;
  background: #f8fafc;
  padding: 24px 28px;
  border-left: 5px solid #2563eb;
  border-radius: 16px;
  line-height: 1.8;
}

/* Footer */
.grievance-footer {
  margin-top: 60px;
  padding-top: 26px;
  border-top: 1px dashed #c7d2fe;
  font-size: 15px;
  color: #475569;
  text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
  .grievance-container {
    padding: 45px 30px;
  }

  .grievance-header h1 {
    font-size: 30px;
  }

  .grievance-content h2 {
    font-size: 21px;
  }
}/* End custom CSS */