.play-sleep { display:inline-flex; align-items:center; gap:.375rem; }

.play-sleep-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  font-size: 14px;
  line-height: 1;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
}

.play-sleep-count { min-width:42px; text-align:right; font-variant-numeric:tabular-nums; opacity:.85; }
.play-sleep-select { height:28px; font-size:12px; padding:2px 4px; }