.tribute {
  max-width: 700px;
  margin: 2rem 0;
  padding: 1.5rem 1.7rem;
  border-left: 3px solid var(--gold);
  background: linear-gradient(90deg, rgba(214, 173, 74, .11), rgba(214, 173, 74, .025));
}

.tribute span {
  display: block;
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tribute p {
  margin: .7rem 0 !important;
  color: #dce4df !important;
}

.tribute cite {
  color: var(--green);
  font-size: .78rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .05em;
}
