/* v2.2.3.188 — Quick View only.
   Keep large total amount and the currency sign on one line inside the Quick View total card. */

html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total{
  display: grid !important;
  grid-template-columns: max-content minmax(0, 1fr) !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 10px !important;
  box-sizing: border-box !important;
  container-type: inline-size;
}

html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total__label{
  display: block !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  flex: 0 0 auto !important;
}

html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total strong[data-afp-grand-total],
html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total [data-afp-grand-total]{
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  text-align: right !important;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  overflow: visible !important;
  font-size: clamp(27px, 11.5cqw, var(--afp-font-total-size, 44px)) !important;
  line-height: .95 !important;
  letter-spacing: -.07em !important;
}

html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total strong[data-afp-grand-total] .woocommerce-Price-amount,
html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total strong[data-afp-grand-total] .woocommerce-Price-currencySymbol{
  white-space: nowrap !important;
}

@supports not (font-size: 1cqw){
  html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total strong[data-afp-grand-total],
  html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total [data-afp-grand-total]{
    font-size: 36px !important;
  }
}

@media (max-width: 480px){
  html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total{
    gap: 8px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total strong[data-afp-grand-total],
  html body .nectar-quick-view-box .afp-widget--quickview .afp-qv-total [data-afp-grand-total]{
    font-size: clamp(26px, 10.2cqw, 36px) !important;
    letter-spacing: -.075em !important;
  }
}
