/* V184 · 价格筛选弹层最终布局：单列、无文字拆分、无控件重叠。 */
body[data-ui-version="44"] .view-root :is(
  .catalog-price-filter-popover,
  .catalog-price-filter-popover.catalog-floating-popover,
  .catalog-price-filter-popover.catalog-floating-price-popover
) {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-auto-rows: max-content !important;
  gap: 10px !important;
  width: min(344px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  padding: 14px !important;
  overflow-x: hidden !important;
  border-radius: 12px !important;
}

body[data-ui-version="44"] .view-root .catalog-price-filter-popover .catalog-price-type,
body[data-ui-version="44"] .view-root .catalog-price-filter-popover .catalog-price-range-inputs > label {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 68px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body[data-ui-version="44"] .view-root .catalog-price-filter-popover .catalog-price-type > span,
body[data-ui-version="44"] .view-root .catalog-price-filter-popover .catalog-price-range-inputs label > span {
  display: block !important;
  min-width: 68px !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

body[data-ui-version="44"] .view-root .catalog-price-filter-popover .catalog-price-range-inputs {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  min-width: 0 !important;
}

body[data-ui-version="44"] .view-root .catalog-price-filter-popover .catalog-price-range-inputs > i {
  display: none !important;
}

body[data-ui-version="44"] .view-root .catalog-price-filter-popover :is(select, input) {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 38px !important;
  margin: 0 !important;
  font-size: 13px !important;
}

body[data-ui-version="44"] .view-root .catalog-price-filter-popover .catalog-price-filter-actions {
  position: relative !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-height: 0 !important;
  margin: 2px 0 0 !important;
  padding: 10px 0 0 !important;
}

body[data-ui-version="44"] .view-root .catalog-price-filter-popover .catalog-price-filter-actions :is(button, .small-button) {
  min-height: 34px !important;
  padding-inline: 12px !important;
  white-space: nowrap !important;
}

@media (max-width: 680px) {
  body[data-ui-version="44"] .view-root :is(
    .catalog-price-filter-popover,
    .catalog-price-filter-popover.catalog-floating-popover,
    .catalog-price-filter-popover.catalog-floating-price-popover
  ) {
    width: auto !important;
    padding: 16px !important;
  }
}
