/* Investor Charter page */

.page-investor-charter .legal-layout__visual img {
  filter: none;
  min-height: 320px;
  object-fit: cover;
  object-position: center bottom;
}

.investor-charter__title {
  margin: 0 0 24px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--purple);
}

.investor-charter__downloads {
  list-style: none;
  margin: 0;
  padding: 0;
}

.investor-charter__downloads li {
  margin: 0 0 14px;
  padding-left: 18px;
  position: relative;
}

.investor-charter__downloads li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--purple);
}

.investor-charter__downloads a {
  color: var(--purple);
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.investor-charter__downloads a:hover {
  color: var(--orange);
}
