/* Бриф «Проєкт бази відпочинку / пансіонату» — the uform__ shell (tabs/panes/fields/pills)
   from universal-form.css covers almost everything; only minor niceties here. Brand #ff4501. */

/* Give the multi-select pill groups a touch more breathing room and a comfortable tap size. */
[data-brief] .uform__pills { gap: clamp(8px, 0.7vw, 12px); }
[data-brief] .uform__pill span {
  padding: clamp(9px, 0.9vw, 13px) clamp(14px, 1.3vw, 20px);
  font-size: clamp(13px, 0.95vw, 15px);
}

/* Yes/No question blocks: keep the label tight above its pills. */
[data-brief] .uform__field > label + .uform__pills { margin-top: clamp(6px, 0.6vw, 10px); }
