.hv-author-box {
  display: flex;
  margin-top: 2em;
  padding: 1.5em;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
  border-radius: 10px;
}

.hv-author-avatar {
  margin-right: 1em;
}

.hv-author-avatar img {
  border-radius: 50%;
}

.hv-author-info {
  flex: 1;
}

.hv-author-name {
  margin: 0 0 0.3em;
  font-size: 1.1em;
  font-weight: 600;
}

.hv-author-bio {
  font-size: 0.95em;
  color: #555;
}

.hv-author-socials {
  margin-top: 0.5em;
}

.hv-author-socials a {
  margin-right: 10px;
  color: #0073aa;
  text-decoration: none;
  font-weight: 500;
}

.hv-author-socials a:hover {
  text-decoration: underline;
}
