/* Investor Grievance page */

.page-investor-grievance .legal-layout__visual img {
  filter: none;
  min-height: 320px;
  object-fit: cover;
  object-position: center bottom;
}

.investor-grievance__lead {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--purple);
}

.investor-grievance__email {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
}

.investor-grievance__email a {
  color: #8b1538;
  text-decoration: none;
}

.investor-grievance__email a:hover {
  text-decoration: underline;
}

.investor-grievance__note {
  margin: 0 0 24px;
  font-size: 14px;
  font-weight: 600;
  color: #8b1538;
}

.investor-grievance__divider {
  border: 0;
  border-top: 1px solid #d8d0e4;
  margin: 0 0 20px;
}

.investor-grievance__section-title {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--purple);
}

.investor-grievance__links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.investor-grievance__links li {
  border-bottom: 1px solid #e8e4ef;
}

.investor-grievance__links li:first-child {
  border-top: 1px solid #e8e4ef;
}

.investor-grievance__links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 4px;
  font-size: 14px;
  font-weight: 600;
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.investor-grievance__links a:hover {
  color: var(--orange);
}

.investor-grievance__icon {
  flex-shrink: 0;
  width: 22px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: var(--purple);
}
