/* Client Awareness page */

.page-client-awareness .legal-layout__visual img {
  filter: none;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.page-client-awareness .legal-layout__content .page-title::before {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  background: var(--orange);
  margin-bottom: 12px;
  border-radius: 2px;
}

.client-awareness__links {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.client-awareness__links li {
  border-bottom: 1px dotted #c9c4d4;
}

.client-awareness__links li:first-child {
  border-top: 1px dotted #c9c4d4;
}

.client-awareness__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;
}

.client-awareness__links a:hover {
  color: var(--orange);
}

.client-awareness__icon {
  flex-shrink: 0;
  width: 22px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: var(--purple);
}
