/* Стили компонента прайс-листа */
.ld-prices-component.ld-prices-layout{
  --ld-price-sidebar: 360px;
  display:grid !important;
  grid-template-columns:minmax(300px,var(--ld-price-sidebar)) minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start !important;
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
}

.ld-prices-component .ld-prices-sidebar{
  position:sticky !important;
  top:calc(82px + var(--vv-top,0px)) !important;
  align-self:start !important;
  min-width:0 !important;
  z-index:10 !important;
}

.ld-prices-component .ld-prices-sidebar-card{
  display:flex !important;
  flex-direction:column !important;
  padding:18px !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(21,27,48,.08) !important;
  max-height:calc(100vh - 96px) !important;
  min-height:0 !important;
}

.ld-prices-component .ld-prices-sidebar-label{
  margin:0 0 12px !important;
}

.ld-prices-component .ld-prices-parent-search{
  margin:0 0 12px !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:12px 14px !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:18px !important;
  background:#fff !important;
}

.ld-prices-component .ld-prices-parent-search svg{
  width:18px !important;
  height:18px !important;
  flex:0 0 auto !important;
  opacity:.55 !important;
}

.ld-prices-component .ld-prices-parent-search input{
  width:100% !important;
  min-width:0 !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  font:inherit !important;
  font-size:14px !important;
  -webkit-appearance:none !important;
  appearance:none !important;
}

/* iOS Safari: форс-рефлоу таблицы (см. setPriceGroupOpen) — побеждает display:block !important */
.ld-prices-component .ld-prices-table.is-reflowing,
.ld-prices-component .price-table.is-reflowing,
.ld-prices-component .ld-prices-table.is-reflowing table,
.ld-prices-component .price-table.is-reflowing table{
  display:none !important;
  height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  visibility:hidden !important;
}

/* Закрытые группы: меньше layout/paint cost на длинном прайсе (INP/LCP lab). */
.ld-prices-component .ld-prices-group:not(.is-open):not([data-open]),
.ld-prices-component .ld-prices-category:not(.is-open):not([data-open]){
  content-visibility:auto;
  contain-intrinsic-size:auto 58px;
}

.ld-prices-component .ld-prices-clinic-select,
.ld-prices-component .ld-prices-filters{
  margin:12px 0 0 !important;
  padding:12px !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:18px !important;
  background:var(--gray-50,#f8f9fb) !important;
}

.ld-prices-component .ld-prices-clinic-select label{
  display:block !important;
  margin:0 0 8px !important;
  color:var(--gray-600,#667085) !important;
  font-size:13px !important;
  line-height:1.4 !important;
}

.ld-prices-component .ld-prices-clinic-select label span{
  display:block !important;
  margin:0 !important;
  color:var(--black,#111827) !important;
  font-weight:600 !important;
}

.ld-prices-component .ld-prices-clinic-select select,
.ld-prices-component .ld-prices-filters select{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
}

.ld-prices-component .ui-select{
  position:relative !important;
  width:100% !important;
  z-index:1 !important;
}
.ld-prices-component .ui-select.is-open{z-index:30 !important}
.ld-prices-component .ui-select-native{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  margin:-1px !important;
  padding:0 !important;
  border:0 !important;
  clip:rect(0,0,0,0) !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}
.ld-prices-component .ui-select-btn{
  width:100% !important;
  min-height:44px !important;
  padding:11px 12px !important;
  border-radius:14px !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  background:#fff !important;
  box-shadow:0 8px 20px rgba(21,27,48,.04) !important;
  font:inherit !important;
  font-size:13px !important;
  color:var(--black,#111827) !important;
}
.ld-prices-component .ui-select-btn:hover{
  border-color:rgba(var(--accent-rgb,183,184,234),.45) !important;
}
.ld-prices-component .ui-select-btn:focus-visible{
  outline:3px solid rgba(var(--accent-rgb,183,184,234),.35) !important;
  outline-offset:2px !important;
}
.ld-prices-component .ui-select-pop{
  top:calc(100% + 6px) !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(21,27,48,.14) !important;
  padding:6px !important;
  max-height:min(280px,42vh) !important;
  overflow:auto !important;
  z-index:40 !important;
}
.ld-prices-component .ui-select-opt{
  width:100% !important;
  padding:10px 12px !important;
  border-radius:12px !important;
  font-size:13px !important;
  line-height:1.35 !important;
  color:var(--gray-700,#344054) !important;
  cursor:pointer !important;
}
.ld-prices-component .ui-select-opt:hover{
  background:rgba(var(--accent-rgb,183,184,234),.12) !important;
  color:var(--black,#111827) !important;
}
.ld-prices-component .ui-select-opt[aria-selected="true"]{
  background:rgba(var(--accent-rgb,183,184,234),.22) !important;
  color:var(--black,#111827) !important;
  font-weight:600 !important;
}

.ld-prices-component .ld-prices-filters summary{
  list-style:none !important;
  cursor:pointer !important;
  font-size:13px !important;
  font-weight:600 !important;
  color:var(--gray-700,#344054) !important;
}

.ld-prices-component .ld-prices-filters summary::-webkit-details-marker{display:none !important}
.ld-prices-component .ld-prices-filters .ba-filters,
.ld-prices-component .ld-prices-filters-grid{
  display:grid !important;
  gap:10px !important;
  padding:10px 0 0 !important;
  position:relative !important;
  z-index:2 !important;
}
.ld-prices-component .ld-prices-filter-hint{
  margin:0 !important;
  color:var(--gray-500,#667085) !important;
  font-size:12px !important;
  line-height:1.45 !important;
}
.ld-prices-component .ld-prices-filter-field{display:grid !important;gap:6px !important}
.ld-prices-component .ld-prices-filter-label{
  color:var(--gray-600,#667085) !important;
  font-size:12px !important;
  font-weight:600 !important;
}
.ld-prices-component .ld-prices-filter-check{
  display:flex !important;
  align-items:flex-start !important;
  gap:8px !important;
  margin:2px 0 0 !important;
  color:var(--gray-600,#667085) !important;
  font-size:12px !important;
  line-height:1.4 !important;
  cursor:pointer !important;
}
.ld-prices-component .ld-prices-filter-check input{
  margin-top:2px !important;
  flex:0 0 auto !important;
}

.ld-prices-component .ld-prices-filters .ui-select-pop,
.ld-prices-component .ld-prices-clinic-select .ui-select-pop{
  position:absolute !important;
}

.ld-prices-component .ld-prices-sidebar-body{
  flex:1 1 auto !important;
  min-height:0 !important;
  display:flex !important;
  flex-direction:column !important;
  margin-top:12px !important;
}

.ld-prices-component .ld-prices-parent-list{
  margin-top:0 !important;
  flex:1 1 auto !important;
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
  max-height:none !important;
  min-height:120px !important;
  overflow:auto !important;
  padding:0 2px 4px 0 !important;
  width:100% !important;
  mask-image:none !important;
  -webkit-mask-image:none !important;
}

.ld-prices-component .ld-prices-sidebar-foot{
  flex:0 0 auto !important;
  margin-top:12px !important;
  padding-top:12px !important;
  border-top:1px solid var(--gray-200,#e5e7eb) !important;
}

.ld-prices-component .ld-prices-reset{
  width:100% !important;
  margin-top:0 !important;
}

.ld-prices-component .ld-prices-parent-item{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:10px !important;
  padding:12px 13px !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:16px !important;
  background:#fff !important;
  color:var(--black,#111827) !important;
  text-align:left !important;
  font:inherit !important;
  cursor:pointer !important;
  box-shadow:none !important;
  transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease !important;
}

.ld-prices-component .ld-prices-parent-item span{
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1.25 !important;
}

.ld-prices-component .ld-prices-parent-item small{
  white-space:nowrap !important;
  color:var(--gray-500,#667085) !important;
  font-size:12px !important;
}

.ld-prices-component .ld-prices-parent-item:hover,
.ld-prices-component .ld-prices-parent-item.is-active{
  border-color:rgba(var(--accent-rgb,199,230,245),.55) !important;
  background:rgba(var(--accent-rgb,199,230,245),.16) !important;
  box-shadow:0 10px 24px rgba(21,27,48,.06) !important;
}

.ld-prices-component .ld-prices-results-meta{
  margin:-4px 0 0 !important;
  padding:0 4px !important;
  color:var(--gray-500,#667085) !important;
  font-size:13px !important;
  line-height:1.4 !important;
}

.ld-prices-component .ld-prices-main{
  min-width:0 !important;
  max-width:100% !important;
  display:block !important;
}

.ld-prices-component .ld-prices-parent-panel{
  display:grid !important;
  gap:16px !important;
  min-width:0 !important;
  max-width:100% !important;
}

.ld-prices-component .ld-prices-parent-panel[hidden],
.ld-prices-component .ld-prices-parent-item[hidden],
.ld-prices-component .ld-prices-group[hidden],
.ld-prices-component tr[hidden]{
  display:none !important;
}

.ld-prices-component .ld-prices-main-head{
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:16px !important;
  flex-wrap:wrap !important;
  padding:18px 20px !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(21,27,48,.07) !important;
}

.ld-prices-component .ld-prices-main-head .section-label{
  margin:0 !important;
  font-size:12px !important;
  font-weight:600 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  color:var(--brand,#7c69e8) !important;
}

.ld-prices-component .ld-prices-main-head .section-title{
  margin:4px 0 0 !important;
  font-size:clamp(24px,2.4vw,34px) !important;
  font-weight:600 !important;
  line-height:1.12 !important;
  color:var(--black,#111827) !important;
}

.ld-prices-component .ld-prices-main-head .meta{
  margin-top:6px !important;
  color:var(--gray-500,#667085) !important;
  font-size:13px !important;
}

.ld-prices-component .ld-prices-table-card{
  padding:18px !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(21,27,48,.07) !important;
  min-width:0 !important;
  max-width:100% !important;
  overflow:visible !important;
}

.ld-prices-component .ld-prices-group-body{
  min-width:0 !important;
  max-width:100% !important;
}

.ld-prices-component .ld-prices-group + .ld-prices-group{margin-top:8px !important}

/* Категории: без «карточки в карточке» и без серого native-button */
.ld-prices-component .ld-prices-category.prices-acc-l1,
.ld-prices-component .ld-prices-category{
  border:0 !important;
  border-top:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
}
.ld-prices-component .ld-prices-category:first-child{
  border-top:0 !important;
}
.ld-prices-component .ld-prices-category.is-open,
.ld-prices-component .ld-prices-category[data-open]{
  box-shadow:none !important;
}
.ld-prices-component .ld-prices-category > .ld-prices-group-summary{
  list-style:none !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(100px,auto) 24px !important;
  align-items:center !important;
  gap:12px !important;
  width:100% !important;
  margin:0 !important;
  padding:14px 2px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:inherit !important;
  font:inherit !important;
  font-weight:500 !important;
  text-align:left !important;
  cursor:pointer !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  -webkit-tap-highlight-color:rgba(155,38,168,.12);
  touch-action:manipulation;
}
.ld-prices-component .ld-prices-category > .ld-prices-group-summary > span{
  font-weight:500 !important;
  font-size:15px !important;
  color:var(--black,#111827) !important;
  line-height:1.3 !important;
  text-align:left !important;
}
.ld-prices-component .ld-prices-category > .ld-prices-group-summary .prices-acc-l2-from,
.ld-prices-component .ld-prices-category > .ld-prices-group-summary small{
  text-align:right !important;
  white-space:nowrap !important;
  font-size:13px !important;
  color:var(--gray-500,#667085) !important;
  font-weight:400 !important;
}
.ld-prices-component .ld-prices-category > .ld-prices-group-summary i{
  font-style:normal !important;
  opacity:.7 !important;
  font-size:18px !important;
  font-weight:400 !important;
  line-height:1 !important;
  width:18px !important;
  min-width:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:var(--brand,#6e18a2) !important;
  background:transparent !important;
}
.ld-prices-component .ld-prices-category > .ld-prices-group-body.prices-acc-l1-body{
  margin:0 0 12px !important;
  padding:0 0 4px !important;
  flex-direction:column !important;
  gap:8px !important;
}
.ld-prices-component .ld-prices-category > .ld-prices-group-body[hidden],
.ld-prices-component .ld-prices-category > .ld-prices-group-body.prices-acc-l1-body[hidden]{
  display:none !important;
}
.ld-prices-component .ld-prices-category.is-open > .ld-prices-group-body.prices-acc-l1-body,
.ld-prices-component .ld-prices-category[data-open] > .ld-prices-group-body.prices-acc-l1-body:not([hidden]){
  display:flex !important;
}

/* Кнопка-заголовок (не <details>): стабильно на iOS Safari */
.ld-prices-component .ld-prices-group.prices-acc-l2{
  border:1px solid var(--gray-200,#e5e7eb) !important;
  background:#fff !important;
  border-radius:14px !important;
  padding:12px 14px !important;
}

.ld-prices-component .ld-prices-group > .ld-prices-group-summary{
  list-style:none !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(100px,auto) 24px !important;
  align-items:center !important;
  gap:12px !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  color:inherit !important;
  font:inherit !important;
  text-align:left !important;
  cursor:pointer !important;
  -webkit-appearance:none !important;
  appearance:none !important;
  -webkit-tap-highlight-color:rgba(155,38,168,.12);
  touch-action:manipulation;
}

.ld-prices-component .ld-prices-group > .ld-prices-group-summary > span{
  font-weight:500 !important;
  font-size:14px !important;
  color:var(--black,#111827) !important;
  line-height:1.25 !important;
}

.ld-prices-component .ld-prices-group > .ld-prices-group-summary .prices-acc-l2-from,
.ld-prices-component .ld-prices-group > .ld-prices-group-summary small{
  text-align:right !important;
  white-space:nowrap !important;
  font-size:13px !important;
  color:var(--gray-500,#667085) !important;
  font-weight:400 !important;
}

.ld-prices-component .ld-prices-group > .ld-prices-group-summary i{
  font-style:normal !important;
  opacity:.85 !important;
  font-size:18px !important;
  line-height:1 !important;
  width:18px !important;
  min-width:18px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.ld-prices-component .ld-prices-group[data-open] > .ld-prices-group-summary i,
.ld-prices-component .ld-prices-group.is-open > .ld-prices-group-summary i{
  transform:none !important;
}

/* Только [hidden] / .is-open — надёжнее :not([data-open]) на iOS Safari */
.ld-prices-component .ld-prices-group > .ld-prices-group-body[hidden]{
  display:none !important;
}
.ld-prices-component .ld-prices-group.is-open > .ld-prices-group-body,
.ld-prices-component .ld-prices-group[data-open] > .ld-prices-group-body:not([hidden]){
  display:block !important;
  margin-top:10px !important;
  min-height:1px !important;
  overflow:visible !important;
  height:auto !important;
  max-height:none !important;
  opacity:1 !important;
  visibility:visible !important;
}

.ld-prices-component .ld-prices-group-body{margin-top:10px !important}

.ld-prices-component .ld-prices-table{
  display:block !important;
  overflow-x:auto !important;
  max-width:100% !important;
  min-width:0 !important;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:18px !important;
  background:#fff !important;
}

.ld-prices-component .ld-prices-table table{
  display:table !important;
  width:100% !important;
  min-width:640px !important;
  table-layout:auto !important;
  border-collapse:collapse !important;
  border-spacing:0 !important;
}

.ld-prices-component .ld-prices-table th,
.ld-prices-component .ld-prices-table td{
  padding:13px 16px !important;
  border-bottom:1px solid #eef0f3 !important;
  text-align:left !important;
  vertical-align:middle !important;
  font-size:14px !important;
  line-height:1.35 !important;
}

.ld-prices-component .ld-prices-table th{
  background:rgba(199,230,245,.35) !important;
  color:var(--gray-600,#667085) !important;
  font-size:12px !important;
  font-weight:700 !important;
  text-transform:none !important;
}

.ld-prices-component .ld-prices-table th:last-child,
.ld-prices-component .ld-prices-table td:last-child{
  width:1% !important;
  text-align:right !important;
  white-space:nowrap !important;
  padding-left:24px !important;
}

.ld-prices-component .ld-prices-table td:first-child{
  width:99% !important;
}

@media(max-width:1100px){
  .ld-prices-component .ld-prices-table th:last-child,
  .ld-prices-component .ld-prices-table td:last-child,
  .ld-prices-component .ld-prices-table td:first-child{
    width:auto !important;
    padding-left:12px !important;
  }
}

.ld-prices-component .ld-prices-table th.ld-prices-col-doctor,
.ld-prices-component .ld-prices-table td.ld-prices-col-doctor{
  width:140px !important;
  text-align:right !important;
  white-space:nowrap !important;
}

.ld-prices-component .prices-row.prices-row--with-doctors{
  grid-template-columns:minmax(0,1fr) repeat(auto-fit,minmax(88px,max-content)) !important;
}

.ld-prices-component .prices-row-doctor{
  font-size:13px !important;
  color:var(--gray-600,#667085) !important;
  text-align:right !important;
  white-space:nowrap !important;
}

.ld-prices-component .ld-prices-table td b{
  font-size:14px !important;
  font-weight:700 !important;
}

.ld-prices-component .ld-prices-table tr:last-child td{border-bottom:0 !important}
.ld-prices-component .ld-prices-table tbody tr:hover{background:rgba(var(--accent-rgb,199,230,245),.10) !important}
.ld-prices-component .ld-prices-table tbody tr[data-ld-price-book]{
  cursor:pointer !important;
  transition:background .15s ease, box-shadow .15s ease;
}
.ld-prices-component .ld-prices-table tbody tr[data-ld-price-book]:hover,
.ld-prices-component .ld-prices-table tbody tr[data-ld-price-book]:focus-visible{
  background:rgba(155,38,168,.08) !important;
  box-shadow:inset 3px 0 0 var(--primary);
  outline:none;
}
.ld-prices-component .ld-prices-table tbody tr[data-ld-price-book] td:first-child::after{
  content:'Записаться';
  display:inline-flex;
  margin-left:10px;
  padding:2px 8px;
  border-radius:999px;
  font-size:11px;
  font-weight:600;
  color:var(--primary);
  background:rgba(155,38,168,.08);
  vertical-align:middle;
  white-space:nowrap;
}
.ld-prices-component .prices-row[data-ld-price-book]{
  cursor:pointer;
  border-radius:12px;
  transition:background .15s ease, box-shadow .15s ease;
}
.ld-prices-component .prices-row[data-ld-price-book]:hover,
.ld-prices-component .prices-row[data-ld-price-book]:focus-visible{
  background:rgba(155,38,168,.06);
  box-shadow:inset 3px 0 0 var(--primary);
  outline:none;
}

.ld-prices-component .ld-prices-parent-note{
  display:block !important;
  margin:0 !important;
  padding:18px 20px !important;
  border:1px solid var(--gray-200,#e5e7eb) !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(21,27,48,.06) !important;
}

.ld-prices-component .prices-help-sub{
  margin:0 !important;
  color:var(--gray-600,#667085) !important;
  font-size:14px !important;
  line-height:1.7 !important;
}

.ld-prices-component .ld-prices-empty{
  margin:10px 0 0 !important;
  padding:14px !important;
  border-radius:16px !important;
  background:var(--gray-50,#f8f9fb) !important;
}

.ld-prices-component .ba-main-actions{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  flex:0 0 auto !important;
}

@media(max-width:1100px){
  .ld-prices-component.ld-prices-layout{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .ld-prices-component .ld-prices-sidebar{
    position:static !important;
    top:auto !important;
  }
  .ld-prices-component .ld-prices-sidebar-card{
    max-height:none !important;
    padding:14px !important;
    border-radius:18px !important;
    gap:0 !important;
  }
  .ld-prices-component .ld-prices-filters summary{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
    padding:10px 12px !important;
    font-weight:600 !important;
  }
  .ld-prices-component .ld-prices-filters summary::after{
    content:'';
    width:8px !important;
    height:8px !important;
    border-right:2px solid currentColor !important;
    border-bottom:2px solid currentColor !important;
    transform:rotate(45deg) !important;
    opacity:.55 !important;
    flex:0 0 auto !important;
    transition:transform .15s ease !important;
  }
  .ld-prices-component .ld-prices-filters[open] summary::after{
    transform:rotate(-135deg) !important;
    margin-top:4px !important;
  }
  .ld-prices-component .ld-prices-filters:not([open]) ~ .ld-prices-sidebar-body .ld-prices-parent-list,
  .ld-prices-component .ld-prices-filters[open] ~ .ld-prices-sidebar-body .ld-prices-parent-list{
    flex:0 0 auto !important;
    height:auto !important;
    min-height:0 !important;
    max-height:min(42vh,260px) !important;
  }
  .ld-prices-component .ld-prices-filters[open] ~ .ld-prices-sidebar-body .ld-prices-parent-list{
    max-height:160px !important;
  }
  .ld-prices-component .ld-prices-sidebar{
    align-self:start !important;
    height:auto !important;
  }
  .ld-prices-component .ld-prices-sidebar-body{
    margin-top:8px !important;
    flex:0 0 auto !important;
    height:auto !important;
    min-height:0 !important;
  }
  .ld-prices-component .ld-prices-parent-list{
    flex:0 0 auto !important;
    height:auto !important;
    gap:6px !important;
    min-height:0 !important;
    max-height:min(42vh,260px) !important;
  }
  .ld-prices-component .ld-prices-parent-item{
    padding:10px 12px !important;
    border-radius:14px !important;
  }
  .ld-prices-component .ld-prices-sidebar-foot{
    margin-top:8px !important;
    padding-top:8px !important;
  }
  .ld-prices-component .ld-prices-reset{
    min-height:40px !important;
    padding:8px 12px !important;
    font-size:13px !important;
  }
  .ld-prices-component .ld-prices-main-head,
  .ld-prices-component .ba-main-head.ld-prices-main-head,
  .prices-accordion-shell .ld-prices-component .ld-prices-main-head{
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:10px !important;
    padding:12px 14px !important;
    border-radius:18px !important;
    scroll-margin-top:calc(72px + var(--vv-top, 0px));
  }
  .ld-prices-component .ld-prices-main-head > div:first-child,
  .prices-accordion-shell .ld-prices-component .ld-prices-main-head > div:first-child{
    width:100% !important;
    min-width:0 !important;
    text-align:left !important;
  }
  .ld-prices-component .ld-prices-main-head .section-title{
    font-size:clamp(22px,6vw,28px) !important;
    margin-top:2px !important;
  }
  .ld-prices-component .ld-prices-main-head .meta{
    margin-top:4px !important;
  }
  .ld-prices-component .ba-main-actions,
  .prices-accordion-shell .ld-prices-component .ba-main-actions{
    width:100% !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    gap:8px !important;
  }
  .ld-prices-component .ba-main-actions .btn,
  .prices-accordion-shell .ld-prices-component .ba-main-actions .btn{
    flex:1 1 0 !important;
    width:auto !important;
    min-width:0 !important;
    justify-content:center !important;
    padding:10px 8px !important;
    font-size:13px !important;
    white-space:nowrap !important;
  }
  .ld-prices-component .ld-prices-table{
    display:block !important;
  }
  .ld-prices-component .ld-prices-table-card,
  .ld-prices-component .ld-prices-main-head,
  .ld-prices-component .ld-prices-parent-note{
    border-radius:18px !important;
    padding:10px 12px !important;
  }
  .ld-prices-component .ld-prices-main-head{
    padding:12px 14px !important;
  }
  .ld-prices-component .ld-prices-group + .ld-prices-group{
    margin-top:6px !important;
  }
  .ld-prices-component .ld-prices-group.prices-acc-l2{
    padding:8px 10px !important;
    border-radius:12px !important;
  }
  .ld-prices-component .ld-prices-group > .ld-prices-group-summary{
    gap:8px !important;
    grid-template-columns:minmax(0,1fr) auto 20px !important;
  }
  .ld-prices-component .ld-prices-group > .ld-prices-group-summary > span{
    font-size:13px !important;
    line-height:1.3 !important;
  }
  .ld-prices-component .ld-prices-group > .ld-prices-group-summary .prices-acc-l2-from,
  .ld-prices-component .ld-prices-group > .ld-prices-group-summary small{
    font-size:12px !important;
  }
  .ld-prices-component .ld-prices-group.is-open > .ld-prices-group-body,
  .ld-prices-component .ld-prices-group[data-open] > .ld-prices-group-body:not([hidden]){
    margin-top:8px !important;
  }
  .ld-prices-component .ld-prices-table table{
    min-width:480px !important;
  }
  .ld-prices-component .ld-prices-table th,
  .ld-prices-component .ld-prices-table td{
    padding:10px 12px !important;
    font-size:12px !important;
  }
  .ld-prices-component .ld-prices-parent-panel{
    gap:10px !important;
  }
  /* запас под FAB ChatApp / sticky CTA */
  .prices-accordion-shell{
    padding-bottom:calc(96px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
