/* Native WordPress controls; the accepted design stylesheet remains byte-identical. */
.sleepbaby-night-library .question-tabs > [hidden] { display: none !important; }
.sleepbaby-night-library .server-sort > button { min-height: 44px; padding: 9px 12px; }

/* Let the native sort label remain complete on narrow screens. */
@media (max-width: 600px) {
  .sleepbaby-night-library .results-heading { flex-wrap: wrap; }
  .sleepbaby-night-library .server-sort { gap: 9px; }
  .sleepbaby-night-library .server-sort .sort-label { width: 156px; min-width: 156px; }
  .sleepbaby-night-library .server-sort select { font-size: 12px; min-height: 44px; padding: 6px 26px 6px 10px; }
}
