.rp-trust-wrap {
  color: #151820;
  margin: 56px auto;
  max-width: 1140px;
  padding: 0 20px;
}

.rp-expert-note {
  align-items: flex-start;
  background: #f7f8fb;
  border: 1px solid #e0e4eb;
  border-left: 4px solid #b5139d;
  display: grid;
  gap: 18px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 24px;
}

.rp-expert-note__mark {
  align-items: center;
  background: #b5139d;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.rp-expert-note__label {
  color: #b5139d;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.rp-expert-note strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}

.rp-expert-note p {
  color: #4d5565;
  line-height: 1.6;
  margin: 0;
}

.rp-expert-note__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 12px !important;
}

.rp-expert-note a,
.rp-related-links a,
.rp-context-link a {
  color: #a80f92;
  font-weight: 700;
  text-decoration: underline;
}

.rp-related-links {
  border-top: 1px solid #e0e4eb;
  margin-top: 34px;
  padding-top: 28px;
}

.rp-related-links h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 18px;
}

.rp-related-links > div {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-related-links a {
  align-items: center;
  border: 1px solid #dfe3ea;
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  text-decoration: none;
}

.rp-related-links a:hover,
.rp-related-links a:focus-visible {
  border-color: #b5139d;
}

.rp-context-link {
  margin: 28px auto;
  max-width: 1100px;
  padding: 0 20px;
}

@media (max-width: 640px) {
  .rp-trust-wrap {
    margin: 42px auto;
    padding: 0 14px;
  }

  .rp-expert-note {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .rp-related-links > div {
    grid-template-columns: 1fr;
  }
}
