/* 1.9.99.1 — desktop range row inline hotfix */
@media (min-width: 768px) {
  .afp-widget.afp-product-builder .afp-master-row--ranges td > .afp-price-table-wrap,
  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-shell {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-toggle {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    width: 100% !important;
    min-height: 64px !important;
    padding: 14px 18px !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-toggle__title {
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    line-height: 1.15 !important;
    float: none !important;
    clear: none !important;
  }

  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-toggle__action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    flex: 0 0 auto !important;
    order: 2 !important;
    width: auto !important;
    min-width: 164px !important;
    max-width: none !important;
    height: 42px !important;
    min-height: 42px !important;
    margin: 0 0 0 auto !important;
    padding: 0 18px !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    justify-self: auto !important;
    float: none !important;
    clear: none !important;
  }

  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-toggle__title::before,
  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-toggle__action::before,
  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-toggle__title::after,
  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-toggle__action::after,
  .afp-widget.afp-product-builder .afp-master-row--ranges .afp-range-toggle::after {
    clear: none !important;
  }
}
