.controls .chapter-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  min-height: 38px;
  padding: 4px 10px;
  border: 1px dashed #635b45;
  border-radius: 0;
  background: #14170f;
  color: #b9ae95;
  font: 11px/1.15 var(--instrument, "Segoe UI", sans-serif);
  text-transform: none;
  cursor: not-allowed;
  box-shadow: none;
}
.chapter-placeholder small {
  color: #b5a17a;
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
