/* Accessible interaction controls owned by the child theme. */
.ssk-slider-playback { display: flex; justify-content: center; margin: .75rem auto; }
.ssk-slider-playback[hidden] { display: none; }
.ssk-slider-pause {
  min-height: 44px;
  padding: .55rem 1rem;
  border: 2px solid #1b4d3e;
  border-radius: 6px;
  background: #fff;
  color: #1b4d3e;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.ssk-slider-pause:hover { background: #edf3ef; color: #1b4d3e; }
body.dark-mode .ssk-slider-pause { background: #1a1a1a; border-color: #f6e9bf; color: #f6e9bf; }
.ssk-slider-pause:focus-visible { outline: 3px solid #1b4d3e; outline-offset: 3px; box-shadow: 0 0 0 3px #fff; }

