/* OLD DUDES AUDIOBOOK DOWNLOAD BUTTONS */

.audiobook-download-access {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 0.85rem;
}

.audiobook-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(92, 44, 12, 0.45);
  border-radius: 999px;
  color: #fff8e9;
  background: #653414;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(39, 22, 11, 0.16);
}

.audiobook-download-button:hover,
.audiobook-download-button:focus-visible {
  color: #ffffff;
  background: #7c431b;
  text-decoration: none;
  transform: translateY(-1px);
}

.audiobook-download-note {
  color: inherit;
  font-size: 0.84rem;
  opacity: 0.72;
}
