.typewriter-sound-panel {
  position: relative;
  display: grid;
  gap: .7rem;
  border: 1px solid rgba(231, 211, 174, .18);
  border-radius: 22px;
  padding: 1rem 1.05rem;
  background:
    radial-gradient(circle at 0 0, rgba(231, 211, 174, .11), transparent 18rem),
    rgba(255, 255, 255, .035);
  color: rgba(244, 234, 215, .72);
  overflow: hidden;
}

.typewriter-sound-panel::before {
  content: '';
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(231, 211, 174, .055);
  border-radius: inherit;
  pointer-events: none;
}

.typewriter-sound-panel strong {
  color: #e7d3ae;
  font-weight: 500;
}

.typewriter-sound-panel p {
  margin: 0;
  line-height: 1.55;
}

.typewriter-sound-controls {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  align-items: center;
}

.typewriter-sound-status {
  min-height: 1.2rem;
  color: #d9bd80;
  font-size: .9rem;
  line-height: 1.45;
}

.typewriter-sound-panel .vh-button[aria-pressed="true"] {
  border-color: rgba(217, 189, 128, .62);
  box-shadow: 0 0 0 1px rgba(217, 189, 128, .14) inset, 0 0 24px rgba(217, 189, 128, .12);
}

@media (max-width: 720px) {
  .typewriter-sound-controls .vh-button {
    width: 100%;
    justify-content: center;
  }
}
