.recorder {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}

.record-btn {
  width: auto;
  box-shadow: 3px 3px 0 var(--ink);
  padding: 11px 14px;
  font-weight: 900;
}

.record-btn.stop {
  background: #111;
}

.record-btn.clear {
  background: #777;
}

.recorder span {
  font-size: 13px;
  font-weight: 800;
  color: #666;
}

#recordPreview {
  width: 100%;
  margin: 12px 0;
}

details {
  margin-top: 13px;
}

summary {
  cursor: pointer;
  font-size: 13px;
  color: #666;
  font-weight: 700;
}
