.authority-answer,
.authority-audio,
.authority-author,
.authority-cluster {
  margin: 2rem 0;
  border: 1px solid rgba(157, 121, 61, .28);
  border-radius: 18px;
  background: #fffaf1;
  padding: clamp(1.1rem, 3vw, 1.8rem);
}

.authority-answer {
  border-left: 5px solid #a57a34;
}

.authority-answer h2,
.authority-audio h2,
.authority-cluster h2 {
  margin-top: 0;
}

.authority-audio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.authority-audio-card {
  border-radius: 14px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 8px 24px rgba(30, 22, 14, .08);
}

.authority-audio-card h3 {
  margin: 0 0 .35rem;
  font-size: 1.05rem;
}

.authority-audio-card p {
  margin: 0 0 .8rem;
  font-size: .94rem;
}

.authority-audio-card audio {
  width: 100%;
  min-height: 42px;
}

.authority-author {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 1.25rem;
  align-items: center;
  background: #17130f;
  color: #fff;
}

.authority-author img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
}

.authority-author h2,
.authority-author p {
  margin: 0 0 .55rem;
  color: inherit;
}

.authority-author a {
  color: #f2cf8b;
}

.authority-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.authority-links a {
  display: inline-flex;
  padding: .62rem .85rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.article-hero-image img[src*="hero-chair-mic"] {
  object-position: center 24%;
}

@media (max-width: 720px) {
  .authority-audio-grid,
  .authority-author {
    grid-template-columns: 1fr;
  }

  .authority-author img {
    width: 88px;
    height: 88px;
  }
}
