.wpr-author-section {
  margin: 0 0 20px;
  padding: 20px 18px;
  border: 1px solid #d7d7d7;
  border-radius: var(--radius-lg);
  background: #fff;
  color: #111;
  box-shadow: none;
}

.wpr-author-section__name {
  margin: 0;
  font-size: clamp(1.03rem, 2.1vw, 1.22rem);
  font-weight: 800;
  line-height: 1.6;
}

.wpr-author-section__note {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid #d7d7d7;
}

.wpr-author-section__note p {
  margin: 0;
  line-height: 1.85;
}

.wpr-author-section__link {
  display: inline-block;
  margin-left: 0.7em;
  color: #005f91;
  font-weight: 700;
  text-decoration: underline;
}

.wpr-author-section--full .wpr-author-section__note {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.wpr-author-section.wpr-author-section--full {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 640px) {
  .wpr-author-section {
    padding: 18px 16px;
  }
}
