/* V21 – samostatná větev konfigurátoru pro bytové domy / SVJ.
   Soubor je záměrně oddělený, aby neměnil cookie lištu ani globální vzhled webu. */
.config-step[hidden]{display:none!important}
.svj-step .config-step-intro{max-width:800px}
.config-select-apartments:before{content:'▦'}
.config-select-entrances:before{content:'↔'}
.config-select-system:before{content:'⌘'}
.config-select-state:before{content:'◉'}
.config-select-indoor:before{content:'▣'}
.svj-indoor-field{display:grid;gap:11px;margin-bottom:24px}
.svj-features{margin-top:8px}
.svj-step .config-choice{min-height:145px}
.svj-step .config-choice.compact{min-height:82px}
.configurator-side-card [data-config-price]{line-height:1.12}
body.configurator-page:has([name="object_type"][value="Bytový dům / SVJ"]:checked) .configurator-summary-top small{
  color:#596573
}
body.configurator-page:has([name="object_type"][value="Bytový dům / SVJ"]:checked) .config-result{
  background:linear-gradient(135deg,#fff7f1,#fff)
}
@media(max-width:650px){
  .svj-step .config-choice{min-height:auto}
  .svj-indoor-field{margin-bottom:18px}
}
