/* =========================================================
   RDS CAL Price Display — White Fluent full styling v2.1.68
   Synced with RDS Shop Grid v1.1.70 and the current white
   Fluent source blocks: white canvas, navy/slate typography,
   blue/cyan/violet accents, gradient CTAs, stronger form
   borders, clean calculator, discount strip, trust strip,
   product selector, custom quote, and modal.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell,
#rdscal-product-purchase-section.rdscal-price-display-shell *,
.rdscal-price-quote-modal,
.rdscal-price-quote-modal * {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell svg,
.rdscal-price-quote-modal svg {
  display: block !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell {
  --rdsp-azure: #0078d4;
  --rdsp-azure-2: #106ebe;
  --rdsp-blue: #2b6fff;
  --rdsp-cyan: #16b6da;
  --rdsp-teal: #0fb3a3;
  --rdsp-violet: #7b61ff;
  --rdsp-ink: #0b2545;
  --rdsp-slate: #3a4a61;
  --rdsp-muted: #5d6e84;
  --rdsp-white: #ffffff;
  --rdsp-soft: #f7fafe;
  --rdsp-soft-2: #f4f9ff;
  --rdsp-line: #d8e3ef;
  --rdsp-line-soft: #e4ebf3;
  --rdsp-line-2: #eef2f7;
  --rdsp-field-line: #b9c9dc;
  --rdsp-field-focus: #2b6fff;
  --rdsp-green: #0a9e90;
  --rdsp-red: #b42318;
  --rdsp-red-bg: #fff1f0;
  --rdsp-mono: "Cascadia Code", "Cascadia Mono", "Consolas", "SF Mono", ui-monospace, monospace;
  --rdsp-sans: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;

  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(28px, 3.2vw, 48px) clamp(16px, 4vw, 56px) clamp(24px, 2.8vw, 40px) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  clear: both !important;
  background: #ffffff !important;
  color: var(--rdsp-slate) !important;
  font-family: var(--rdsp-sans) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell a {
  text-decoration: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell [hidden],
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-overlay[hidden],
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-success[hidden],
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-hidden-selects,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-native-hooks,
#rdscal-product-purchase-section.rdscal-price-display-shell .single_variation_wrap.rdscal-native-hooks,
#rdscal-product-purchase-section.rdscal-price-display-shell form.variations_form.cart:not(.rdscal-variations-form) {
  display: none !important;
}

/* ---------- shared layout ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-variations-form,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-block,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-anchor {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  clear: both !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-anchor,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-block {
  max-width: 1200px !important;
  scroll-margin-top: 96px !important;
}

/* ---------- top heading block ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: clamp(30px, 4.2vw, 48px) !important;
  color: var(--rdsp-slate) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px) !important;
  gap: clamp(28px, 5vw, 64px) !important;
  align-items: end !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 clamp(24px, 3vw, 34px) 0 !important;
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--rdsp-azure-2) !important;
  font-family: var(--rdsp-mono) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-label::before {
  content: "" !important;
  width: 26px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--rdsp-blue), var(--rdsp-cyan)) !important;
  flex: 0 0 auto !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-mark,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-label svg {
  display: none !important;
}


/* Kicker removed per current layout direction. Kept as a safe override for cached/custom markup. */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-label {
  display: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-title {
  display: block !important;
  max-width: 20ch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rdsp-ink) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: clamp(27px, 3.4vw, 44px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.035em !important;
  font-weight: 700 !important;
  text-wrap: balance !important;
  text-transform: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-highlight {
  display: inline !important;
  background: linear-gradient(100deg, #2b6fff 0%, #16b6da 48%, #7b61ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: #2b6fff !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: inherit !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-subtitle {
  display: block !important;
  max-width: 64ch !important;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  color: var(--rdsp-slate) !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1.64 !important;
  font-weight: 400 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 14px !important;
  background: var(--rdsp-soft) !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-icon,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-icon,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-success-icon,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle-icon,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-note-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 11px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff, #0a83d8) !important;
  box-shadow: 0 8px 18px rgba(43, 111, 255, 0.28) !important;
  flex: 0 0 auto !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-icon,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-success-icon {
  background: linear-gradient(135deg, #0fb3a3, #16b6da) !important;
  box-shadow: 0 8px 18px rgba(15, 179, 163, 0.26) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-note-icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #7b61ff, #9b6bff) !important;
  box-shadow: 0 8px 18px rgba(123, 97, 255, 0.22) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-icon svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-icon svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-success-icon svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle-icon svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-note-icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #ffffff !important;
  fill: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note strong {
  display: block !important;
  margin: 0 0 7px 0 !important;
  color: var(--rdsp-ink) !important;
  font-size: 15px !important;
  line-height: 1.28 !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note small {
  display: block !important;
  margin: 0 !important;
  color: var(--rdsp-muted) !important;
  font-size: 13.6px !important;
  line-height: 1.56 !important;
  font-weight: 400 !important;
}

/* ---------- discount strip ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-strip {
  order: 0 !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 18px 18px 0 0 !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(255,255,255,0.20), transparent 42%),
    linear-gradient(150deg, #1d4ed8 0%, #0078d4 44%, #16b6da 76%, #0fb3a3 100%) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-grid {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 clamp(16px, 2.2vw, 28px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 clamp(16px, 2vw, 28px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section:first-child { justify-content: flex-start !important; padding-left: 0 !important; }
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section:nth-child(2) { justify-content: center !important; text-align: center !important; }
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section:last-child { justify-content: flex-end !important; padding-right: 0 !important; }
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section:not(:first-child)::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  width: 1px !important;
  height: 28px !important;
  transform: translateY(-50%) !important;
  background: rgba(255,255,255,0.28) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.18) !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
  color: #ffffff !important;
  flex: 0 0 auto !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: #ffffff !important;
  fill: none !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-text {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  max-width: 100% !important;
  color: rgba(255,255,255,0.96) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 13.2px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.005em !important;
  white-space: nowrap !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-offer { gap: 6px !important; }
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-save {
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.18) !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-occasion,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-save {
  color: #ffffff !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-code,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-price-discount-code {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0b2545 !important;
  border: 1px solid rgba(255,255,255,0.75) !important;
  box-shadow: 0 6px 14px rgba(3, 37, 76, 0.12) !important;
  font-family: var(--rdsp-mono) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-copied {
  display: inline-flex !important;
  min-width: 44px !important;
  color: #ffffff !important;
  font-size: 11.5px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  opacity: 0 !important;
  transition: opacity .16s ease !important;
  white-space: nowrap !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-copied.rdscal-show { opacity: 1 !important; }

/* ---------- purchase card + trust strip ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal {
  display: grid !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.055), 0 2px 6px rgba(0, 90, 158, 0.025) !important;
  overflow: hidden !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefits {
  order: 1 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px clamp(16px, 2vw, 26px) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefits-title {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: var(--rdsp-ink) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefits-list {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 9px 14px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--rdsp-slate) !important;
  white-space: nowrap !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  color: var(--rdsp-azure) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-icon svg {
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-text {
  display: inline !important;
  color: var(--rdsp-slate) !important;
  font-size: 13px !important;
  line-height: 1.38 !important;
  font-weight: 400 !important;
}

/* ---------- main product/selector layout ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-layout {
  order: 2 !important;
  display: grid !important;
  grid-template-columns: minmax(270px, 0.42fr) minmax(0, 0.92fr) !important;
  gap: clamp(18px, 2.8vw, 30px) !important;
  align-items: stretch !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 2.2vw, 26px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  position: relative !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04) !important;
  overflow: hidden !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 250px !important;
  padding: 22px !important;
  background: #ffffff !important;
  border-bottom: 1px solid var(--rdsp-line-2) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: 245px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel-content,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  display: grid !important;
  align-content: start !important;
  gap: 14px !important;
  padding: clamp(18px, 2vw, 24px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-panel-label,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-section-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--rdsp-azure-2) !important;
  font-family: var(--rdsp-mono) !important;
  font-size: 11.5px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-panel-label svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-section-label svg {
  display: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-panel-title,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rdsp-ink) !important;
  font-family: var(--rdsp-sans) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.032em !important;
  font-weight: 700 !important;
  text-transform: none !important;
  text-wrap: balance !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-panel-title {
  font-size: clamp(21px, 2.2vw, 29px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-title {
  font-size: clamp(22px, 2.3vw, 31px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-panel-copy,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-copy {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rdsp-muted) !important;
  font-size: 14px !important;
  line-height: 1.56 !important;
  font-weight: 400 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(150px, auto) !important;
  gap: 18px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 18px 0 !important;
  border-bottom: 1px solid var(--rdsp-line-2) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-mobile {
  display: grid !important;
  gap: 5px !important;
  align-content: center !important;
  min-width: 150px !important;
  margin: 0 !important;
  padding: 13px 14px !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 14px !important;
  background: var(--rdsp-soft) !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-label {
  display: block !important;
  color: var(--rdsp-muted) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-amount,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-price,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-amount ins,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-price ins,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-amount .amount,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-price .amount {
  color: var(--rdsp-azure-2) !important;
  font-size: 18.5px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  text-decoration: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-amount del,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-price del,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-amount del .amount,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-price del .amount {
  color: #8794a7 !important;
  font-size: 13.2px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
  opacity: 1 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-mobile {
  display: none !important;
}

/* ---------- option cards ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto 1fr auto !important;
  gap: 10px !important;
  min-width: 0 !important;
  min-height: 134px !important;
  margin: 0 !important;
  padding: 15px !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04) !important;
  cursor: pointer !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease !important;
  overflow: hidden !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--rdsp-blue), var(--rdsp-cyan), var(--rdsp-violet)) !important;
  opacity: 0 !important;
  transition: opacity .18s ease !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card:focus-visible {
  transform: translateY(-2px) !important;
  border-color: #c6d8ec !important;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08) !important;
  outline: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card.rdscal-active {
  border-color: rgba(43, 111, 255, 0.55) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 12px 26px rgba(43, 111, 255, 0.14) !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card.rdscal-active::before { opacity: 1 !important; }
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card.rdscal-oos { opacity: .58 !important; cursor: not-allowed !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  width: 100% !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-radio {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 999px !important;
  border: 2px solid #c3d1e3 !important;
  background: #ffffff !important;
  flex: 0 0 auto !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-radio::after {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--rdsp-blue), var(--rdsp-cyan)) !important;
  opacity: 0 !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-radio.rdscal-radio-checked { border-color: var(--rdsp-blue) !important; }
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-radio.rdscal-radio-checked::after { opacity: 1 !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-type,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-oos-tag,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-best-tag,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-pills span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  border-radius: 999px !important;
  color: var(--rdsp-azure-2) !important;
  background: #eef5ff !important;
  border: 1px solid #d9e9fa !important;
  font-family: var(--rdsp-mono) !important;
  font-size: 10.2px !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-pack {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  margin: 0 !important;
  color: var(--rdsp-ink) !important;
  font-size: clamp(26px, 2.7vw, 34px) !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
  font-weight: 700 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-pack small {
  color: var(--rdsp-muted) !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-price {
  align-self: end !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-oos-tag {
  color: var(--rdsp-red) !important;
  background: var(--rdsp-red-bg) !important;
  border-color: #ffd0cc !important;
}

/* ---------- calculator ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer {
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 14px !important;
  background: var(--rdsp-soft) !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  color: var(--rdsp-slate) !important;
  font-size: 13.4px !important;
  line-height: 1.54 !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note[style*="none"] { display: none !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) 18px !important;
  gap: 12px !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 68px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  color: var(--rdsp-slate) !important;
  font-size: 13.8px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle.open {
  transform: translateY(-1px) !important;
  border-color: #c6d8ec !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle strong {
  color: var(--rdsp-ink) !important;
  font-weight: 650 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-chevron {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--rdsp-azure-2) !important;
  transition: transform .18s ease !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle.open .rdscal-calc-chevron { transform: rotate(180deg) !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator[style*="none"] { display: none !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-header {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  color: var(--rdsp-ink) !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
  border-bottom: 1px solid var(--rdsp-line-2) !important;
  background: #ffffff !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-header svg {
  width: 17px !important;
  height: 17px !important;
  stroke: var(--rdsp-azure) !important;
  fill: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-body,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-result {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 16px !important;
  background: var(--rdsp-soft) !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-body[style*="none"],
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-result[style*="none"] { display: none !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-intro,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-reason,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-savings {
  color: var(--rdsp-muted) !important;
  font-size: 13.6px !important;
  line-height: 1.56 !important;
  font-weight: 400 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-rec {
  display: block !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(43, 111, 255, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(43, 111, 255, 0.07) !important;
  color: var(--rdsp-ink) !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  letter-spacing: -0.01em !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-fields {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-field,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-label,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row label {
  display: block !important;
  margin: 0 !important;
  color: var(--rdsp-ink) !important;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 650 !important;
  letter-spacing: -0.005em !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row label span { color: var(--rdsp-red) !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-input,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row input,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row select,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row textarea {
  display: block !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 13px !important;
  border: 1.5px solid var(--rdsp-field-line) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: inset 0 1px 0 rgba(11, 37, 69, 0.03) !important;
  color: var(--rdsp-ink) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  outline: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row select {
  padding-right: 46px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23106ebe' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  background-size: 18px 18px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row textarea {
  min-height: 118px !important;
  resize: vertical !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-input::placeholder,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row input::placeholder,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row textarea::placeholder {
  color: #8b9caf !important;
  opacity: 1 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-input:focus,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row input:focus,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row select:focus,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row textarea:focus {
  border-color: var(--rdsp-field-focus) !important;
  box-shadow: 0 0 0 3px rgba(43, 111, 255, 0.12), inset 0 1px 0 rgba(11, 37, 69, 0.03) !important;
  background: #ffffff !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-row select option {
  color: var(--rdsp-ink) !important;
  background: #ffffff !important;
}

/* calculator result table restyled as compact cards */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table-wrap {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: transparent !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table thead {
  display: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table tbody {
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table tr {
  display: grid !important;
  grid-template-columns: minmax(120px, 1.1fr) minmax(54px, .45fr) minmax(120px, 1fr) minmax(110px, .9fr) !important;
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table tr.rdscal-calc-best {
  border-color: rgba(43, 111, 255, 0.45) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 8px 18px rgba(43, 111, 255, 0.10) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table td,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table th {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--rdsp-slate) !important;
  font-size: 13.4px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  text-align: left !important;
  white-space: normal !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table td strong {
  color: var(--rdsp-ink) !important;
  font-weight: 700 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-best-tag {
  margin-left: 6px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--rdsp-blue), var(--rdsp-cyan)) !important;
  border: 0 !important;
}

/* ---------- buttons / purchase row ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-btn,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-add-cart,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-btn,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-submit,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-calc-btn,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-calc-add-cart,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-btn-cart,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-price-quote-btn,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-price-quote-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  min-height: 50px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 14px 22px !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff 0%, #0a83d8 60%, #16b6da 100%) !important;
  border: 1px solid rgba(43, 111, 255, 0.5) !important;
  box-shadow: 0 12px 28px rgba(43, 111, 255, 0.28) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 14.5px !important;
  line-height: 1.12 !important;
  font-weight: 650 !important;
  letter-spacing: -0.005em !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-btn:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-add-cart:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-btn:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-submit:hover:not(:disabled) {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 38px rgba(43, 111, 255, 0.38) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-btn svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-add-cart svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-btn svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-submit svg {
  width: 17px !important;
  height: 17px !important;
  stroke: currentColor !important;
  fill: none !important;
  flex: 0 0 auto !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-back,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-close,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-calc-back,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-price-quote-close {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 48px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 13px 18px !important;
  border-radius: 12px !important;
  color: var(--rdsp-azure-2) !important;
  background: #ffffff !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.05) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 14px !important;
  line-height: 1.12 !important;
  font-weight: 650 !important;
  cursor: pointer !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-back:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-close:hover {
  transform: translateY(-2px) !important;
  color: var(--rdsp-azure) !important;
  border-color: #c9dcf2 !important;
  background: #eef5ff !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-add-cart[style*="none"] { display: none !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer {
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 16px !important;
  background: var(--rdsp-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-row {
  display: grid !important;
  grid-template-columns: auto minmax(180px, 1fr) !important;
  gap: 12px !important;
  align-items: stretch !important;
  width: 100% !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-wrap {
  display: grid !important;
  grid-template-columns: 44px 54px 44px !important;
  align-items: stretch !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid var(--rdsp-field-line) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  overflow: hidden !important;
  box-shadow: inset 0 1px 0 rgba(11, 37, 69, 0.03) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-btn,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-display,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-qty-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: var(--rdsp-ink) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-btn:hover {
  color: var(--rdsp-azure) !important;
  background: #eef5ff !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-display {
  border-left: 1px solid var(--rdsp-line-soft) !important;
  border-right: 1px solid var(--rdsp-line-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart {
  width: 100% !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart:disabled,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-add-cart:disabled,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-submit:disabled {
  opacity: .62 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-notice,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-success,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-savings {
  display: block !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rdsp-muted) !important;
  font-size: 13.4px !important;
  line-height: 1.5 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-notice:not(:empty),
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-success,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-savings[style*="block"] {
  padding: 12px 14px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(15, 179, 163, 0.18) !important;
  background: rgba(15, 179, 163, 0.08) !important;
  color: var(--rdsp-slate) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-notice-error {
  border-color: #ffd0cc !important;
  background: var(--rdsp-red-bg) !important;
  color: var(--rdsp-red) !important;
}

/* ---------- quote section ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
  margin-top: clamp(22px, 2.6vw, 30px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: clamp(16px, 2vw, 24px) !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(22px, 2.4vw, 28px) clamp(20px, 2.4vw, 28px) !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 16px !important;
  background: var(--rdsp-soft) !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-left {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  min-width: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-left strong,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-success h3 {
  display: block !important;
  margin: 0 0 6px 0 !important;
  color: var(--rdsp-ink) !important;
  font-size: clamp(20px, 1.9vw, 26px) !important;
  line-height: 1.16 !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-left small,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-success p {
  display: block !important;
  max-width: 640px !important;
  margin: 0 !important;
  color: var(--rdsp-muted) !important;
  font-size: 14px !important;
  line-height: 1.56 !important;
  font-weight: 400 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-btn {
  min-width: max-content !important;
}

/* ---------- modal ---------- */
.rdscal-price-quote-open {
  overflow: hidden !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 22px !important;
  background: rgba(5, 20, 38, 0.52) !important;
  backdrop-filter: blur(8px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-overlay[hidden] { display: none !important; }

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-modal {
  position: relative !important;
  display: block !important;
  width: min(720px, 100%) !important;
  max-height: min(86vh, 860px) !important;
  margin: 0 !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  color: var(--rdsp-slate) !important;
  font-family: var(--rdsp-sans) !important;
  box-shadow: 0 26px 80px rgba(3, 37, 76, 0.26) !important;
  overflow: hidden !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-modal-head {
  position: relative !important;
  display: grid !important;
  gap: 8px !important;
  padding: 24px 58px 22px 24px !important;
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
  background:
    radial-gradient(circle at 90% 0%, rgba(43,111,255,0.10), transparent 34%),
    #ffffff !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-modal-head h3 {
  display: block !important;
  margin: 0 !important;
  color: var(--rdsp-ink) !important;
  font-size: clamp(23px, 2.5vw, 32px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.034em !important;
  font-weight: 700 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-modal-head p {
  display: block !important;
  max-width: 58ch !important;
  margin: 0 !important;
  color: var(--rdsp-muted) !important;
  font-size: 14px !important;
  line-height: 1.56 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  border-radius: 12px !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-modal-body {
  display: block !important;
  max-height: calc(86vh - 126px) !important;
  overflow: auto !important;
  padding: 24px !important;
  background: var(--rdsp-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-form {
  display: grid !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-submit {
  width: fit-content !important;
  min-width: 190px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-success {
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 12px !important;
  padding: 28px 18px !important;
}
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-success[hidden] { display: none !important; }

/* ---------- accessibility and motion ---------- */
#rdscal-product-purchase-section.rdscal-price-display-shell a:focus-visible,
#rdscal-product-purchase-section.rdscal-price-display-shell button:focus-visible,
#rdscal-product-purchase-section.rdscal-price-display-shell [role="button"]:focus-visible,
#rdscal-product-purchase-section.rdscal-price-display-shell input:focus-visible,
#rdscal-product-purchase-section.rdscal-price-display-shell select:focus-visible,
#rdscal-product-purchase-section.rdscal-price-display-shell textarea:focus-visible {
  outline: 2px solid var(--rdsp-blue) !important;
  outline-offset: 2px !important;
}

@media (prefers-reduced-motion: reduce) {
  #rdscal-product-purchase-section.rdscal-price-display-shell *,
  #rdscal-product-purchase-section.rdscal-price-display-shell *::before,
  #rdscal-product-purchase-section.rdscal-price-display-shell *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* ---------- responsive ---------- */
@media (max-width: 1100px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-layout {
    grid-template-columns: 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel {
    grid-template-columns: minmax(220px, 320px) minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
    min-height: 220px !important;
    border-bottom: 0 !important;
    border-right: 1px solid var(--rdsp-line-2) !important;
  }
}

@media (max-width: 1020px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-pills {
    justify-content: flex-start !important;
  }
}

@media (max-width: 940px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-fields {
    grid-template-columns: 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefits {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefits-list {
    justify-content: flex-start !important;
  }
}

@media (max-width: 820px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 10px 18px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section:first-child,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section:nth-child(2),
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section:last-child {
    justify-content: center !important;
    min-height: 42px !important;
    padding: 8px 0 !important;
    text-align: center !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-section:not(:first-child)::before {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 1px !important;
    transform: none !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel {
    grid-template-columns: 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
    min-height: 210px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--rdsp-line-2) !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
    grid-template-columns: 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card {
    display: none !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-mobile {
    display: grid !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-row {
    grid-template-columns: 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-wrap {
    width: 100% !important;
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table tr {
    grid-template-columns: 1fr 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-form-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 720px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell {
    padding: 26px 14px 24px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head {
    gap: 24px !important;
    padding-bottom: 22px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-label {
    margin-bottom: 16px !important;
    font-size: 12px !important;
  }
  
/* Kicker removed per current layout direction. Kept as a safe override for cached/custom markup. */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-label {
  display: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-title {
    font-size: clamp(25px, 7vw, 34px) !important;
    line-height: 1.08 !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-subtitle {
    margin-top: 15px !important;
    font-size: 15px !important;
    line-height: 1.58 !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-layout,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel-content,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    padding: 16px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
    grid-template-columns: 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
    min-height: 0 !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-btn,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-add-cart,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-back,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-btn,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-submit {
    width: 100% !important;
    white-space: normal !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
    padding: 22px 16px !important;
  }
}

@media (max-width: 560px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefits-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-item {
    white-space: normal !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table tr {
    grid-template-columns: 1fr !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-overlay {
    padding: 10px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-modal {
    max-height: 92vh !important;
    border-radius: 16px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-modal-head {
    padding: 20px 54px 18px 18px !important;
  }
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-modal-body {
    padding: 18px !important;
    max-height: calc(92vh - 118px) !important;
  }
}


/* =========================================================
   v2.1.66 — Shop grid v1.1.71 spacing + quote modal fix
   The quote overlay is moved to <body> by JS, so modal/form styles
   must also exist outside the purchase-section scope.
   ========================================================= */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top {
  margin-bottom: clamp(22px, 2.6vw, 30px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head {
  padding-bottom: clamp(24px, 3vw, 34px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-discount-strip {
  border-radius: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
  margin-top: clamp(22px, 2.6vw, 30px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: clamp(18px, 2.4vw, 28px) !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(22px, 2.4vw, 28px) !important;
  border: 1px solid var(--rdsp-line-soft) !important;
  border-radius: 16px !important;
  background: var(--rdsp-soft) !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.04) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-left {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: center !important;
  min-width: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-left strong {
  margin: 0 0 7px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  font-weight: 700 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-left small {
  font-size: 14px !important;
  line-height: 1.56 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-pills span {
  color: #0a9e90 !important;
  background: rgba(15, 179, 163, 0.08) !important;
  border: 1px solid rgba(15, 179, 163, 0.18) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-btn,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-btn,
#rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-price-quote-btn {
  width: auto !important;
  min-width: 190px !important;
}

html.rdscal-price-quote-open,
body.rdscal-price-quote-open {
  overflow: hidden !important;
}

.rdscal-price-quote-overlay,
.rdscal-price-quote-overlay *,
.rdscal-price-quote-modal,
.rdscal-price-quote-modal * {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-shadow: none !important;
}

.rdscal-price-quote-overlay svg,
.rdscal-price-quote-modal svg {
  display: block !important;
}

.rdscal-price-quote-overlay {
  --rdsp-azure: #0078d4;
  --rdsp-azure-2: #106ebe;
  --rdsp-blue: #2b6fff;
  --rdsp-cyan: #16b6da;
  --rdsp-teal: #0fb3a3;
  --rdsp-violet: #7b61ff;
  --rdsp-ink: #0b2545;
  --rdsp-slate: #3a4a61;
  --rdsp-muted: #5d6e84;
  --rdsp-soft: #f7fafe;
  --rdsp-line: #e4ebf3;
  --rdsp-field-line: #b9c9dc;
  --rdsp-red: #b42318;
  --rdsp-mono: "Cascadia Code", "Cascadia Mono", "Consolas", "SF Mono", ui-monospace, monospace;
  --rdsp-sans: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;

  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  background: rgba(11, 37, 69, 0.50) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.rdscal-price-quote-overlay[hidden] {
  display: none !important;
}

.rdscal-price-quote-modal {
  position: relative !important;
  display: block !important;
  width: min(820px, 100%) !important;
  max-height: calc(100vh - 48px) !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--rdsp-line) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: 0 24px 70px rgba(3, 37, 76, 0.26) !important;
  color: var(--rdsp-slate) !important;
  font-family: var(--rdsp-sans) !important;
}

.rdscal-price-quote-modal-head {
  position: relative !important;
  display: block !important;
  padding: 22px 62px 20px 24px !important;
  border-bottom: 1px solid var(--rdsp-line) !important;
  background: var(--rdsp-soft) !important;
}

.rdscal-price-quote-modal-head h3,
.rdscal-price-quote-success h3 {
  display: block !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: var(--rdsp-ink) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: clamp(22px, 2.1vw, 28px) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.03em !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.rdscal-price-quote-modal-head p,
.rdscal-price-quote-success p,
.rdscal-price-quote-note {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rdsp-muted) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 13.6px !important;
  line-height: 1.54 !important;
  font-weight: 400 !important;
}

.rdscal-price-quote-close,
.woocommerce-page button.rdscal-price-quote-close {
  position: absolute !important;
  right: 18px !important;
  top: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--rdsp-line) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--rdsp-azure-2) !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.05) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.rdscal-price-quote-close:hover,
.woocommerce-page button.rdscal-price-quote-close:hover {
  background: #eef5ff !important;
  color: var(--rdsp-azure) !important;
}

.rdscal-price-quote-modal-body {
  display: block !important;
  max-height: calc(100vh - 146px) !important;
  overflow: auto !important;
  padding: 24px !important;
  background: #ffffff !important;
}

.rdscal-price-quote-form {
  display: grid !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rdscal-price-quote-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
}

.rdscal-price-quote-row {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rdscal-price-quote-row label {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--rdsp-ink) !important;
  font-family: var(--rdsp-mono) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.10em !important;
  text-transform: uppercase !important;
}

.rdscal-price-quote-row label span {
  color: var(--rdsp-red) !important;
}

.rdscal-price-quote-row input,
.rdscal-price-quote-row select,
.rdscal-price-quote-row textarea,
.woocommerce-page .rdscal-price-quote-row input,
.woocommerce-page .rdscal-price-quote-row select,
.woocommerce-page .rdscal-price-quote-row textarea {
  display: block !important;
  width: 100% !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 13px 16px !important;
  border: 1.5px solid var(--rdsp-field-line) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 3px 10px rgba(11, 37, 69, 0.055) !important;
  color: var(--rdsp-ink) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.rdscal-price-quote-row select,
.woocommerce-page .rdscal-price-quote-row select {
  padding-right: 48px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23106ebe' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 18px 18px !important;
}

.rdscal-price-quote-row textarea,
.woocommerce-page .rdscal-price-quote-row textarea {
  min-height: 112px !important;
  resize: vertical !important;
}

.rdscal-price-quote-row input::placeholder,
.rdscal-price-quote-row textarea::placeholder {
  color: #8b9caf !important;
  opacity: 1 !important;
}

.rdscal-price-quote-row input:focus,
.rdscal-price-quote-row select:focus,
.rdscal-price-quote-row textarea:focus {
  border-color: var(--rdsp-blue) !important;
  box-shadow: 0 0 0 3px rgba(43, 111, 255, 0.16), 0 3px 10px rgba(11, 37, 69, 0.09) !important;
  background: #ffffff !important;
}

.rdscal-price-quote-submit,
.woocommerce-page button.rdscal-price-quote-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 14px 22px !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff 0%, #0a83d8 60%, #16b6da 100%) !important;
  border: 1px solid rgba(43, 111, 255, 0.5) !important;
  box-shadow: 0 12px 28px rgba(43, 111, 255, 0.28) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 14px !important;
  line-height: 1.12 !important;
  font-weight: 650 !important;
  letter-spacing: -0.005em !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.rdscal-price-quote-submit:hover:not(:disabled),
.woocommerce-page button.rdscal-price-quote-submit:hover:not(:disabled) {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 38px rgba(43, 111, 255, 0.38) !important;
}

.rdscal-price-quote-submit:disabled,
.woocommerce-page button.rdscal-price-quote-submit:disabled {
  cursor: wait !important;
  opacity: .72 !important;
}

.rdscal-price-quote-success {
  display: grid !important;
  justify-items: center !important;
  text-align: center !important;
  gap: 12px !important;
  padding: 28px !important;
}

.rdscal-price-quote-success[hidden] {
  display: none !important;
}

.rdscal-price-quote-success-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 11px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #0fb3a3, #16b6da) !important;
  box-shadow: 0 8px 18px rgba(15, 179, 163, 0.26) !important;
}

.rdscal-price-quote-success-icon svg {
  width: 20px !important;
  height: 20px !important;
  stroke: #ffffff !important;
  fill: none !important;
}

.rdscal-price-quote-modal a:focus-visible,
.rdscal-price-quote-modal button:focus-visible,
.rdscal-price-quote-modal input:focus-visible,
.rdscal-price-quote-modal select:focus-visible,
.rdscal-price-quote-modal textarea:focus-visible {
  outline: 2px solid var(--rdsp-blue) !important;
  outline-offset: 2px !important;
}

@media (max-width: 1020px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-pills {
    justify-content: flex-start !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-btn {
    width: 100% !important;
  }
}

@media (max-width: 720px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell {
    padding-top: 22px !important;
    padding-bottom: 20px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top {
    margin-bottom: 20px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head {
    padding-bottom: 22px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
    margin-top: 20px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-left {
    grid-template-columns: 1fr !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
    padding: 22px 16px !important;
  }

  .rdscal-price-quote-overlay {
    padding: 12px !important;
  }

  .rdscal-price-quote-modal {
    max-height: calc(100vh - 24px) !important;
    border-radius: 16px !important;
  }

  .rdscal-price-quote-modal-head,
  .rdscal-price-quote-modal-body {
    padding: 20px 16px !important;
  }

  .rdscal-price-quote-modal-head {
    padding-right: 58px !important;
  }

  .rdscal-price-quote-modal-body {
    max-height: calc(100vh - 136px) !important;
  }

  .rdscal-price-quote-form-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   RDS CAL Price Display — Flat no-card layout overrides v2.1.69
   Purpose:
   - Remove boxed/card styling from the product purchase plugin.
   - Keep existing content, dynamic prices, variations, calculator,
     quote modal, cart actions, and responsive logic unchanged.
   - Use clean line separation instead of raised cards.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-mobile,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-result,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table-wrap {
  border-radius: 0 !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-mobile,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-result,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table-wrap {
  background: transparent !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 1px solid var(--rdsp-line-soft) !important;
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal {
  overflow: visible !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefits,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-layout,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel-content,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-result,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer {
  background: transparent !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  border-color: var(--rdsp-line-2) !important;
  overflow: visible !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel {
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
  border-bottom: 1px solid var(--rdsp-line-2) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-mobile {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 1px solid var(--rdsp-line-soft) !important;
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
  gap: 0 !important;
  border-top: 1px solid var(--rdsp-line-2) !important;
  border-left: 1px solid var(--rdsp-line-2) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid var(--rdsp-line-2) !important;
  border-bottom: 1px solid var(--rdsp-line-2) !important;
  transform: none !important;
  overflow: visible !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card:focus-visible {
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-color: var(--rdsp-line-2) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card.rdscal-active {
  background: rgba(43, 111, 255, 0.035) !important;
  box-shadow: none !important;
  border-color: rgba(43, 111, 255, 0.32) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card::before {
  height: 2px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer {
  border-left: 0 !important;
  border-right: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle.open {
  transform: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 1px solid var(--rdsp-line-2) !important;
    border-bottom: 0 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
    border-left: 0 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
    border-right: 0 !important;
  }
}

/* =========================================================
   Price Display — trust icon color sync + info-note icon tweak v2.1.70
   - Make the purchase benefits/trust bar icons colorful like the shop grid.
   - Change the user CAL notice icon to a smaller informational icon treatment.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-item {
  gap: 8px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border-radius: 9px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff, #0a83d8) !important;
  box-shadow: 0 6px 14px rgba(43, 111, 255, 0.20) !important;
  flex: 0 0 auto !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-item:nth-child(2) .rdscal-purchase-benefit-icon {
  background: linear-gradient(135deg, #0fb3a3, #16b6da) !important;
  box-shadow: 0 6px 14px rgba(15, 179, 163, 0.18) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-item:nth-child(3) .rdscal-purchase-benefit-icon {
  background: linear-gradient(135deg, #7b61ff, #9b6bff) !important;
  box-shadow: 0 6px 14px rgba(123, 97, 255, 0.18) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-item:nth-child(4) .rdscal-purchase-benefit-icon {
  background: linear-gradient(135deg, #0078d4, #2a94e0) !important;
  box-shadow: 0 6px 14px rgba(0, 120, 212, 0.18) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-item:nth-child(5) .rdscal-purchase-benefit-icon {
  background: linear-gradient(135deg, #2b6fff, #16b6da) !important;
  box-shadow: 0 6px 14px rgba(43, 111, 255, 0.18) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-icon svg {
  width: 15px !important;
  height: 15px !important;
  stroke: #ffffff !important;
  fill: none !important;
}

/* Smaller informational icon for the User CAL notice */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 10px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg, #2b6fff, #0a83d8) !important;
  box-shadow: 0 6px 14px rgba(43, 111, 255, 0.18) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon svg,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon {
  width: 16px !important;
  height: 16px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon svg {
  stroke: #ffffff !important;
  fill: none !important;
}

@media (max-width: 640px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-benefit-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
    grid-template-columns: 28px minmax(0, 1fr) !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon svg,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon {
    width: 15px !important;
    height: 15px !important;
  }
}

/* =========================================================
   Price Display — selector pair order restore v2.1.71
   - Desktop: User CAL options appear on the top row.
   - Desktop: matching Device CAL options appear directly below.
   - Mobile/tablet: matching User + Device pack cards stay side by side.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
  order: var(--rdscal-desktop-order, 0) !important;
}

@media (max-width: 940px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
    order: var(--rdscal-mobile-order, var(--rdscal-desktop-order, 0)) !important;
  }
}

@media (max-width: 640px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-left: 1px solid var(--rdsp-line-2) !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
    min-height: 0 !important;
    padding: 12px 10px !important;
    gap: 8px !important;
    border-right: 1px solid var(--rdsp-line-2) !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-top {
    gap: 7px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-type {
    font-size: 11.4px !important;
    line-height: 1.15 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-pack {
    font-size: 23px !important;
    line-height: 0.98 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-pack small {
    font-size: 9.6px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-price {
    font-size: 16px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-price .amount {
    font-size: 16px !important;
  }
}

/* =========================================================
   Price Display — device-first selector order + refined info icon v2.1.72
   - Desktop: Device CAL options appear on the top row.
   - Mobile/tablet: matching pack pairs remain side by side with Device on the left.
   - User CAL note icon changed to a smaller, cleaner informational badge.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #4f86ff 0%, #2b6fff 100%) !important;
  box-shadow: 0 4px 10px rgba(43, 111, 255, 0.14) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon svg {
  width: 12px !important;
  height: 12px !important;
  stroke: #ffffff !important;
  fill: none !important;
}

@media (max-width: 940px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
    order: var(--rdscal-mobile-order, var(--rdscal-desktop-order, 0)) !important;
  }
}

@media (max-width: 640px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note .rdscal-note-icon svg {
    width: 11px !important;
    height: 11px !important;
  }
}

/* =========================================================
   Price Display — FAQ helper row below custom quote v2.1.75
   - Flat row below the Custom Quote section.
   - Links to the shared product FAQ anchor: #rdscal-product-faq.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
  width: 100% !important;
  margin: clamp(22px, 2.6vw, 30px) 0 0 !important;
  padding: 13px 0 !important;
  border-top: 1px solid var(--rdsp-line-soft) !important;
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-left {
  display: inline-grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  min-width: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 9px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff, #16b6da) !important;
  box-shadow: 0 6px 14px rgba(43, 111, 255, 0.18) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-icon svg {
  width: 15px !important;
  height: 15px !important;
  stroke: #ffffff !important;
  fill: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-left strong {
  display: block !important;
  margin: 0 0 2px !important;
  color: var(--rdsp-ink) !important;
  font-size: 14px !important;
  line-height: 1.24 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-left small {
  display: block !important;
  margin: 0 !important;
  color: var(--rdsp-muted) !important;
  font-size: 12.8px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(43, 111, 255, 0.28) !important;
  border-radius: 999px !important;
  color: var(--rdsp-azure-2) !important;
  background: rgba(43, 111, 255, 0.045) !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--rdsp-blue), var(--rdsp-azure), var(--rdsp-cyan)) !important;
  border-color: transparent !important;
  text-decoration: none !important;
}

@media (max-width: 760px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: start !important;
    margin-top: 20px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link {
    width: 100% !important;
  }
}

/* =========================================================
   Price Display — selected price size sync v2.1.74
   - Makes the top-right Selected price amount match the option-grid price size.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount ins,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount .amount,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount bdi,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount .woocommerce-Price-currencySymbol {
  font-size: 18.5px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card {
  min-width: 166px !important;
}

/* =========================================================
   Price Display — accessible same-family badge colors v2.1.76
   Keeps the existing pill/background design. Only the foreground
   text colors are slightly deepened to pass contrast checks.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-type,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-best-tag,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote-pills span {
  color: #2563eb !important;
  -webkit-text-fill-color: #2563eb !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-oos-tag {
  color: #9f1a12 !important;
  -webkit-text-fill-color: #9f1a12 !important;
}

/* =========================================================
   Price Display — shop bottom section sync v2.1.78
   Matches the approved RDS Shop Grid v1.1.89 bottom-section behavior:
   FAQ row above Custom Quote, divider kept in place, and clean spacing
   without moving the divider.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
  border-bottom: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-row {
  border-top: 1px solid var(--rdsp-line-soft) !important;
  border-bottom: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-row + .rdscal-price-quote {
  margin-top: 16px !important;
  border-top: 0 !important;
}

/* =========================================================
   Price Display — FAQ bottom divider v2.1.79
   Base: v2.1.78.
   Adds the divider below the FAQ row while keeping the approved
   bottom-section order and spacing unchanged.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-row {
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
}

/* =========================================================
   Price Display — FAQ divider equal spacing v2.1.80
   Base: v2.1.79.
   Keeps the existing FAQ top/bottom dividers and makes the content
   spacing inside those dividers even.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-row {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* =========================================================
   Price Display — custom quote gap after FAQ v2.1.81
   Base: v2.1.80.
   Reduces only the gap between the FAQ bottom divider and the
   Custom Quote row.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-row + .rdscal-price-quote {
  margin-top: 12px !important;
}

/* =========================================================
   Price Display — tighter custom quote gap after FAQ v2.1.82
   Base: v2.1.81.
   Reduces only the gap between the FAQ bottom divider and the
   Custom Quote row from 12px to 8px.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-row + .rdscal-price-quote {
  margin-top: 8px !important;
}

/* =========================================================
   Price Display — custom quote visual gap fix v2.1.83
   Base: v2.1.82.
   The visible gap was mainly coming from Custom Quote top padding,
   not only margin. This targets the FAQ -> Custom Quote pairing
   with stronger specificity and reduces only the top-side spacing.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote {
  margin-top: 0 !important;
  padding-top: 12px !important;
}

/* =========================================================
   Price Display — tighter custom quote top visual gap v2.1.84
   Base: v2.1.83.
   Keeps the FAQ divider spacing unchanged and tightens only the
   top visual space inside the Custom Quote row after FAQ.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote {
  margin-top: 0 !important;
  padding-top: 6px !important;
}

/* =========================================================
   Price Display — custom quote top spacing 16px v2.1.85
   Base: v2.1.84.
   Sets the Custom Quote top spacing after the FAQ row to 16px.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote {
  margin-top: 0 !important;
  padding-top: 16px !important;
}

/* =========================================================
   Price Display — custom quote top spacing 20px v2.1.86
   Base: v2.1.85.
   Sets the Custom Quote top spacing after the FAQ row to 20px.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-faq-row + .rdscal-price-quote {
  margin-top: 0 !important;
  padding-top: 20px !important;
}

/* =========================================================
   Price Display — FAQ below trust row v2.1.87
   Base: v2.1.86.
   Moves the FAQ helper row from the bottom quote area to directly
   below the "Every order includes" trust row inside the purchase block.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal > .rdscal-price-faq-row,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal > .rdscal-price-faq-row,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal > .rdscal-price-faq-row {
  order: 2 !important;
  margin: 0 !important;
  padding: 16px clamp(16px, 2vw, 26px) !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal > .rdscal-purchase-layout {
  order: 3 !important;
}

/* =========================================================
   Price Display — FAQ button visual weight v2.1.88
   Base: v2.1.87.
   Makes the FAQ link read as a clearer clickable button without
   competing with the primary purchase CTAs.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link {
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1.5px solid rgba(37, 99, 235, 0.45) !important;
  border-radius: 999px !important;
  color: #1d4ed8 !important;
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.98), rgba(219, 234, 254, 0.72)) !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.88) !important;
  font-weight: 750 !important;
  gap: 8px !important;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after {
  content: "›" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: 2px !important;
  border-radius: 999px !important;
  color: #1d4ed8 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:hover,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2563eb, #0078d4, #16b6da) !important;
  border-color: transparent !important;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18) !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:hover::after,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:focus::after {
  color: #ffffff !important;
}



/* =========================================================
   Price Display — extra divider cleanup v2.1.89
   Base: v2.1.88.
   Matches the shop grid divider cleanup:
   - Removes the duplicate heading divider above the purchase block.
   - Removes the top/bottom bordered treatment from the right-side top note.
   - Removes the remaining duplicate line above the custom quote.
   - Keeps the actual trust/FAQ/product selector boundary lines intact.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-side-note {
  padding: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal {
  border-top: 1px solid var(--rdsp-line-soft) !important;
  border-bottom: 1px solid var(--rdsp-line-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
  margin-top: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote {
  margin-top: 0 !important;
  padding-top: 20px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

@media (max-width: 720px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-head {
    padding-bottom: 0 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
    margin-top: 0 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote {
    margin-top: 0 !important;
    padding-top: 20px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}

/* =========================================================
   Price Display — custom quote spacing after divider removal v2.1.90
   Base: v2.1.89.
   Tightens the remaining blank space above the custom quote after
   removing the duplicate divider, while keeping the purchase block's
   own bottom boundary line as the single separator.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal {
  margin-bottom: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal + .rdscal-price-extra,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal + .rdscal-price-extra,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal + .rdscal-price-extra,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote {
  margin-top: 0 !important;
  padding-top: 12px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

@media (max-width: 720px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal + .rdscal-price-extra,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal + .rdscal-price-extra,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal + .rdscal-price-extra,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote {
    margin-top: 0 !important;
    padding-top: 12px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}


/* =========================================================
   Price Display — shop-grid matched custom quote spacing v2.1.91
   Base: v2.1.90.
   The remaining visible gap was coming from the WooCommerce form
   margin after the purchase block, not only from the quote row itself.
   Match the shop grid plugin: the purchase block bottom border stays as
   the single separator, and the custom quote content starts 20px below it.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell form.rdscal-variations-form,
body #rdscal-product-purchase-section.rdscal-price-display-shell form.rdscal-variations-form,
html body #rdscal-product-purchase-section.rdscal-price-display-shell form.rdscal-variations-form,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell form.rdscal-variations-form {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote {
  margin-top: 0 !important;
  padding-top: 20px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

@media (max-width: 720px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell form.rdscal-variations-form,
  body #rdscal-product-purchase-section.rdscal-price-display-shell form.rdscal-variations-form,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell form.rdscal-variations-form,
  .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell form.rdscal-variations-form {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra,
  .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote {
    margin-top: 0 !important;
    padding-top: 20px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
}


/* =========================================================
   Price Display — bottom padding rhythm v2.1.92
   Base: v2.1.91.
   Matches the surrounding white Fluent blocks: the section itself
   controls the bottom space, while the custom quote row no longer
   adds extra internal bottom padding after its content.
   ========================================================= */

#rdscal-product-purchase-section.rdscal-price-display-shell,
body #rdscal-product-purchase-section.rdscal-price-display-shell,
html body #rdscal-product-purchase-section.rdscal-price-display-shell,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell {
  padding-bottom: clamp(26px, 3vw, 44px) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote {
  padding-bottom: 0 !important;
}

@media (max-width: 720px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell,
  body #rdscal-product-purchase-section.rdscal-price-display-shell,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell,
  .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell {
    padding-bottom: 24px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote,
  .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra > .rdscal-price-quote {
    padding-bottom: 0 !important;
  }
}


/* =========================================================
   Price Display — selector number size refine v2.1.98
   Uses the original 2.1.92 selector placement, with User CAL /
   Device CAL in the old Pack position and no gradient/pill label.
   ========================================================= */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack {
  display: flex !important;
  align-items: baseline !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--rdsp-ink) !important;
  -webkit-text-fill-color: var(--rdsp-ink) !important;
  font-size: clamp(29px, 2.55vw, 34px) !important;
  line-height: .95 !important;
  letter-spacing: -0.045em !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack-number,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack-number,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack-number {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--rdsp-ink) !important;
  -webkit-text-fill-color: var(--rdsp-ink) !important;
  font-size: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  font-weight: inherit !important;
  text-transform: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack small.rdscal-option-pack-label,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack small.rdscal-option-pack-label,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack small.rdscal-option-pack-label {
  display: inline !important;
  align-self: baseline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--rdsp-muted) !important;
  -webkit-text-fill-color: var(--rdsp-muted) !important;
  font-size: clamp(13px, 1.05vw, 15px) !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-type {
  display: none !important;
}

@media (min-width: 941px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card {
    min-height: 162px !important;
    padding: 18px 18px !important;
    gap: 12px !important;
  }
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack {
    gap: 5px !important;
    font-size: 24px !important;
    line-height: .98 !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-card .rdscal-option-pack small.rdscal-option-pack-label {
    font-size: 10px !important;
  }
}


/* =========================================================
   Price Display — FAQ CTA, selected price, product image v2.2.1
   Source base: uploaded v2.2.0 file.
   ========================================================= */

/* FAQ link: same CTA style as Add to Cart, reduced to current FAQ button size */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff 0%, #0a83d8 60%, #16b6da 100%) !important;
  border: 1px solid rgba(43, 111, 255, 0.5) !important;
  box-shadow: 0 8px 18px rgba(43, 111, 255, 0.20) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 650 !important;
  letter-spacing: -0.005em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:hover,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:focus,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:hover,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:focus,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:hover,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link:focus {
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff 0%, #0a83d8 60%, #16b6da 100%) !important;
  border-color: rgba(43, 111, 255, 0.5) !important;
  box-shadow: 0 12px 24px rgba(43, 111, 255, 0.28) !important;
  transform: translateY(-1px) !important;
  text-decoration: none !important;
}

/* Top-right selected price: larger and clearer */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount ins,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount .amount,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount ins,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount .amount,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount ins,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount .amount {
  font-size: 22px !important;
  line-height: 1.06 !important;
  font-weight: 750 !important;
  letter-spacing: -0.025em !important;
}

/* Product image: larger on desktop without changing the overall card style */
@media (min-width: 941px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
    min-height: 315px !important;
    padding: 16px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image {
    max-width: 100% !important;
    max-height: 310px !important;
  }
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount .amount {
    font-size: 19px !important;
  }
}


/* =========================================================
   Price Display — FAQ, image, and heading refine v2.2.2
   Source base: v2.2.1.
   ========================================================= */

/* H2 gradient treatment for the word "pack" */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-pack,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-pack,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-top-pack {
  display: inline-block !important;
  background: linear-gradient(135deg, var(--rdsp-blue), var(--rdsp-azure), var(--rdsp-cyan)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* FAQ CTA: remove old arrow and keep text perfectly centered */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link {
  gap: 0 !important;
  text-align: center !important;
  line-height: 1 !important;
  min-height: 38px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Product image: further increase desktop image size */
@media (min-width: 941px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
    min-height: 365px !important;
    padding: 10px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image {
    max-width: 100% !important;
    max-height: 360px !important;
  }
}


/* =========================================================
   Price Display — FAQ button comfort + desktop image boost v2.2.3
   Source base: v2.2.2.
   ========================================================= */

/* Make the Read FAQs CTA less cramped and keep the text optically centered */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link {
  min-height: 44px !important;
  min-width: 116px !important;
  padding: 0 22px !important;
  font-size: 13.6px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.006em !important;
  text-align: center !important;
  gap: 0 !important;
}

/* Keep any previous FAQ arrow rule disabled */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-faq-link::after {
  content: none !important;
  display: none !important;
}

/* Further increase product image on desktop only */
@media (min-width: 941px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
    min-height: 385px !important;
    padding: 4px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body .woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
  html body .woocommerce #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image {
    width: auto !important;
    max-width: 106% !important;
    max-height: 380px !important;
    transform: scale(1.02) !important;
    transform-origin: center center !important;
  }
}

/* =========================================================
   v2.3.0 — Shop-style product-page redesign
   ========================================================= */
html body #rdscal-product-purchase-section.rdscal-price-display-shell {
  --rdsp-ink: #000000 !important;
  --rdsp-slate: #000000 !important;
  --rdsp-muted: #5d6e84 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: clamp(18px, 2vw, 32px) clamp(16px, 4vw, 56px) clamp(32px, 4vw, 56px) !important;
  background: #ffffff !important;
  overflow: visible !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-variations-form,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-anchor,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-block,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
  width: 100% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero {
  margin-bottom: clamp(28px, 3.5vw, 44px) !important;
  padding: 0 !important;
  text-align: center !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 18px !important;
  color: #106ebe !important;
  font-family: var(--rdsp-mono) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .01em !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__eyebrow::before {
  content: "" !important;
  width: 26px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #2b6fff, #16b6da) !important;
  flex: 0 0 auto !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell h1.rdscal-product-hero__title {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-family: var(--rdsp-sans) !important;
  font-size: clamp(33px, 4.6vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.04 !important;
  letter-spacing: -.022em !important;
  text-align: center !important;
  text-wrap: normal !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__gradient {
  display: inline !important;
  background: linear-gradient(100deg, #2b6fff 0%, #16b6da 48%, #7b61ff 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: #2b6fff !important;
  font: inherit !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__description {
  display: block !important;
  max-width: 1120px !important;
  margin: 22px auto 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-family: var(--rdsp-sans) !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 1.64 !important;
  text-align: center !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-layout {
  display: grid !important;
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr) !important;
  gap: clamp(24px, 3vw, 42px) !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden !important;
  border: 1px solid #d9e5f0 !important;
  border-radius: 22px !important;
  background: #f8fbff !important;
  box-shadow: 0 16px 38px rgba(11, 37, 69, .06) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain !important;
  transform: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-badge {
  position: absolute !important;
  z-index: 2 !important;
  top: 18px !important;
  right: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 7px 13px !important;
  border: 1px solid #d7e8fb !important;
  border-radius: 999px !important;
  color: #106ebe !important;
  background: #f4f9ff !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  text-transform: uppercase !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  display: block !important;
  padding: clamp(24px, 2.6vw, 34px) !important;
  border: 1px solid #d9e5f0 !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%) !important;
  box-shadow: 0 20px 46px rgba(11, 37, 69, .08) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 24px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid #e9eff6 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-heading-copy {
  min-width: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell h2.rdscal-selector-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-family: var(--rdsp-sans) !important;
  font-size: clamp(28px, calc(1.65vw + 6px), 32px) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  letter-spacing: -.026em !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-copy {
  display: block !important;
  max-width: 720px !important;
  margin: 9px 0 0 !important;
  padding: 0 !important;
  color: #5d6e84 !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card {
  display: block !important;
  min-width: 160px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: right !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-label {
  display: block !important;
  margin: 0 0 7px !important;
  color: #617286 !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount ins {
  display: block !important;
  color: #0078d4 !important;
  font-size: clamp(29px, 2.65vw, 40px) !important;
  font-weight: 500 !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-decoration: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group {
  display: block !important;
  margin: 0 !important;
  padding: 24px 0 0 !important;
  border: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group + .rdscal-option-group {
  padding-top: 26px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group-title {
  display: block !important;
  margin: 0 0 12px !important;
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-cal-type-options {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  min-height: 82px !important;
  margin: 0 !important;
  padding: 15px 18px !important;
  border: 1px solid #d9e5f0 !important;
  border-radius: 15px !important;
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  text-align: left !important;
  cursor: pointer !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type:hover {
  border-color: #b9d2ed !important;
  background: #f8fbff !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected {
  border-color: #4d8cff !important;
  background: #f2f7ff !important;
  box-shadow: 0 0 0 2px rgba(43, 111, 255, .08) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected::after,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-pack-option.rdscal-active .rdscal-radio {
  content: "✓" !important;
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: #2b6fff !important;
  box-shadow: 0 3px 9px rgba(43, 111, 255, .28) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type strong {
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type small {
  display: block !important;
  margin: 6px 0 0 !important;
  color: #5d6e84 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 78px !important;
  margin: 0 !important;
  padding: 13px 10px !important;
  border: 1px solid #d9e5f0 !important;
  border-radius: 15px !important;
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  text-align: center !important;
  cursor: pointer !important;
  order: initial !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option:hover {
  border-color: #b9d2ed !important;
  background: #f8fbff !important;
  transform: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active {
  border-color: #4d8cff !important;
  background: #f2f7ff !important;
  box-shadow: 0 0 0 2px rgba(43, 111, 255, .08) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option > strong {
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price ins {
  display: block !important;
  margin: 7px 0 0 !important;
  color: #53677d !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-pack-option .rdscal-radio {
  display: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-pack-option.rdscal-active .rdscal-radio {
  display: grid !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
  margin: 16px 0 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #e1dbff !important;
  border-radius: 12px !important;
  color: #463a72 !important;
  background: #f8f6ff !important;
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-summary {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 0 4px !important;
  text-align: center !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-icon {
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  color: #0078d4 !important;
  background: #f1f8ff !important;
  box-shadow: 0 2px 8px rgba(11, 37, 69, .08) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item:nth-child(2) .rdscal-trust-icon,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item:nth-child(4) .rdscal-trust-icon {
  color: #0a9185 !important;
  background: #effcf9 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item:nth-child(3) .rdscal-trust-icon {
  color: #6d55f7 !important;
  background: #f4f1ff !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-icon svg {
  width: 18px !important;
  height: 18px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item strong {
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: center !important;
  margin: 22px 0 0 !important;
  padding: 15px 16px !important;
  border: 1px solid #e1e9f2 !important;
  border-radius: 14px !important;
  background: #fbfcfe !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary > span {
  color: #617286 !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary > strong {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-align: right !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-row {
  display: grid !important;
  grid-template-columns: minmax(190px, 220px) minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: stretch !important;
  margin: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-wrap {
  display: grid !important;
  grid-template-columns: 56px minmax(64px, 1fr) 56px !important;
  width: 100% !important;
  min-width: 190px !important;
  height: 56px !important;
  border: 1px solid #d9e5f0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-btn,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-display {
  display: grid !important;
  place-items: center !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #000000 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 24px !important;
  border: 1px solid rgba(43, 111, 255, .5) !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff 0%, #0a83d8 60%, #16b6da 100%) !important;
  box-shadow: 0 14px 30px rgba(43, 111, 255, .22) !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart svg {
  width: 18px !important;
  height: 18px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-mobile {
  display: none !important;
}

/* Calculator */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator-card {
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 16px !important;
  border: 1px solid #d9e5f0 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-calc-toggle {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto auto !important;
  gap: 10px !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #000000 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle-copy strong,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle-copy small {
  display: block !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle-copy strong {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle-copy small {
  margin: 6px 0 0 !important;
  color: #5d6e84 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle-label {
  color: #106ebe !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-chevron {
  width: 18px !important;
  height: 18px !important;
  color: #106ebe !important;
  transition: transform .2s ease !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle.open .rdscal-calc-chevron {
  transform: rotate(180deg) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator {
  display: block !important;
  width: 100% !important;
  margin: 16px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator[aria-hidden="true"] {
  display: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-fields {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  width: 100% !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-field {
  display: grid !important;
  grid-template-columns: minmax(130px, 1fr) minmax(110px, 1.15fr) !important;
  gap: 12px !important;
  align-items: center !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-label {
  margin: 0 !important;
  color: #000000 !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-input {
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 1px solid #d7e2ee !important;
  border-radius: 12px !important;
  color: #000000 !important;
  background: #ffffff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-btn {
  width: 100% !important;
  min-height: 52px !important;
  margin: 14px 0 0 !important;
  padding: 0 18px !important;
  border-radius: 13px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-intro {
  margin: 14px 0 0 !important;
  color: #5d6e84 !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-result {
  width: 100% !important;
  min-width: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-table-wrap {
  overflow-x: auto !important;
}

/* Quote strip alignment */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-extra {
  margin-top: 26px !important;
  padding: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-quote {
  border-radius: 18px !important;
}

@media (max-width: 1250px) and (min-width: 901px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-layout {
    grid-template-columns: minmax(290px, 340px) minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    padding: 24px 22px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item strong {
    font-size: 11.5px !important;
  }
}

@media (max-width: 900px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell {
    padding: 24px 18px 38px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero {
    margin-bottom: 28px !important;
    text-align: left !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell h1.rdscal-product-hero__title,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__description {
    text-align: left !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__description {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    max-width: none !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
    max-height: 520px !important;
    aspect-ratio: auto !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card img {
    height: auto !important;
    max-height: 490px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
}

@media (max-width: 767px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell h1.rdscal-product-hero__title {
    font-size: clamp(33px, 10vw, 46px) !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    padding: 22px 18px !important;
    border-radius: 20px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card {
    min-width: 0 !important;
    text-align: left !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-cal-type-options {
    grid-template-columns: 1fr !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-summary {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item {
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 2px 0 !important;
    text-align: left !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-icon {
    flex: 0 0 34px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item strong {
    font-size: 12.5px !important;
    text-align: left !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary > strong {
    text-align: left !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-row {
    grid-template-columns: 1fr !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-wrap {
    min-width: 0 !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-calc-toggle {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-field {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
  }
}

@media (max-width: 480px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__eyebrow {
    align-items: flex-start !important;
    line-height: 1.35 !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
    gap: 10px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
    min-height: 76px !important;
    padding: 12px 8px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calc-toggle-label {
    display: none !important;
  }
}


/* =========================================================
   v2.3.2 — single pack row, checkmark, divider cleanup
   ========================================================= */

/* Keep non-active CAL-type variations out of the grid even when
   older high-specificity button rules declare display:flex. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option[hidden],
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid > [hidden] {
  display: none !important;
}

/* Use the same selected checkmark treatment as the CAL-type cards. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-radio,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active .rdscal-radio {
  display: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active::after {
  content: "✓" !important;
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  display: grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: #2b6fff !important;
  box-shadow: 0 3px 9px rgba(43, 111, 255, .28) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

/* Remove the legacy full-width rules above and below the redesigned card. */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal {
  border-top: 0 !important;
  border-bottom: 0 !important;
}


/* =========================================================
 * v2.3.3 — calculator copied from shop plugin v2.1.31
 * ======================================================= */
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator {
  --rds-blue: #2b6fff;
  --rds-cyan: #16b6da;
  --rds-muted: #5d6e84;
  --rds-line: #e4ebf3;
  --rds-line-soft: #eef2f7;
  --rds-sans: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 14px 0 0 !important;
  padding: 16px !important;
  color: #000000 !important;
  background: #ffffff !important;
  border: 1px solid var(--rds-line) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  font-family: var(--rds-sans) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__head-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__head strong {
  display: block !important;
  margin: 0 !important;
  color: #000000 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__head > span {
  display: block !important;
  margin: 6px 0 0 !important;
  color: var(--rds-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__toggle {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  color: #106ebe !important;
  background: #f4f8ff !important;
  border: 1px solid #d8e7f8 !important;
  border-radius: 10px !important;
  font-family: var(--rds-sans) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__toggle span {
  display: inline !important;
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: 1 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__toggle svg {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 auto !important;
  transition: transform .2s ease !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator.is-open .rdscal-calculator__toggle svg {
  transform: rotate(180deg) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__stage {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 14px 0 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__form-view,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__result-view {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__form-view[hidden],
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__result-view[hidden] {
  display: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator.has-result .rdscal-calculator__head > span {
  color: #31465e !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
  margin: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__field {
  display: block !important;
  margin: 0 !important;
  min-width: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__field > span {
  display: block !important;
  margin: 0 0 6px !important;
  color: #000000 !important;
  font-size: 12.5px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__field input {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  color: #000000 !important;
  background: #ffffff !important;
  border: 1px solid var(--rds-line) !important;
  border-radius: 12px !important;
  font-family: var(--rds-sans) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__button,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__recalculate {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 12px 16px !important;
  border-radius: 12px !important;
  font-family: var(--rds-sans) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__button {
  margin: 12px 0 0 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--rds-blue) 0%, #0a83d8 58%, var(--rds-cyan) 100%) !important;
  border: 1px solid rgba(43, 111, 255, 0.45) !important;
  box-shadow: 0 10px 24px rgba(43, 111, 255, 0.20) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__placeholder,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__note,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__reason,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__error {
  margin: 0 !important;
  color: var(--rds-muted) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__placeholder {
  margin-top: 14px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__error {
  color: #8b1d1d !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__result-view {
  min-height: 0 !important;
  padding: 2px 0 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__badge {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 26px !important;
  padding: 6px 9px !important;
  color: #106ebe !important;
  background: #eef6ff !important;
  border: 1px solid #d8e9fb !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__title {
  display: block !important;
  margin: 10px 0 0 !important;
  color: #000000 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 600 !important;
  outline: 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__reason {
  margin-top: 8px !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__rows {
  margin: 14px 0 0 !important;
  border-top: 1px solid var(--rds-line-soft) !important;
  border-bottom: 1px solid var(--rds-line-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 4px 10px !important;
  padding: 12px 0 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__row + .rdscal-calculator__row {
  border-top: 1px solid var(--rds-line-soft) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__row span {
  color: #000000 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__row strong {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: right !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__row small {
  grid-column: 1 / -1 !important;
  color: var(--rds-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__row.is-best span,
#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__row.is-best strong {
  color: #106ebe !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__recalculate {
  margin: 14px 0 0 !important;
  color: #106ebe !important;
  background: #ffffff !important;
  border: 1px solid #cdddec !important;
  box-shadow: 0 3px 10px rgba(11, 37, 69, .06) !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__recalculate:hover {
  transform: translateY(-1px) !important;
  color: #0078d4 !important;
  background: #f5f9ff !important;
  border-color: #b9d2ec !important;
  box-shadow: 0 8px 18px rgba(11, 37, 69, .09) !important;
}

#rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__recalculate:focus-visible {
  outline: 3px solid rgba(43, 111, 255, .30) !important;
  outline-offset: 2px !important;
}

@media (min-width: 901px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__field {
    display: grid !important;
    grid-template-columns: minmax(132px, 42%) minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__field > span {
    min-height: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    white-space: normal !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__field input {
    height: 42px !important;
    min-height: 42px !important;
    padding: 7px 12px !important;
  }
}

@media (max-width: 900px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator,
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator * {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator {
    margin-top: 12px !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__toggle {
    display: inline-flex !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__head > span {
    margin-top: 7px !important;
    font-size: 12.5px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator:not(.is-open) .rdscal-calculator__stage {
    display: none !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator.is-open .rdscal-calculator__stage {
    display: block !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__stage {
    margin-top: 12px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__field input {
    min-height: 46px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__title {
    font-size: 17px !important;
  }

  #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__recalculate {
    min-height: 48px !important;
  }
}


/* =========================================================
 * v2.3.4 — restore calculator card and remove image badge
 * ======================================================= */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel > .rdscal-calculator {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 14px 0 0 !important;
  padding: 16px !important;
  color: #000000 !important;
  background: #ffffff !important;
  border: 1px solid #e4ebf3 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-badge {
  display: none !important;
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel > .rdscal-calculator {
    margin-top: 12px !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }
}


/* =========================================================
 * v2.3.5 — shop-matched pack cards + horizontal User CAL note
 * ======================================================= */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 9px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 68px !important;
  margin: 0 !important;
  padding: 10px 9px !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  text-align: center !important;
  background: #ffffff !important;
  border: 1px solid #dfe8f2 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  transform: none !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option:hover:not(:disabled) {
  transform: translateY(-1px) !important;
  border-color: #bfd5ef !important;
  background: #f7fbff !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active {
  color: #0d4e9b !important;
  border-color: #6f9fff !important;
  background: #f4f8ff !important;
  box-shadow: 0 0 0 2px rgba(43, 111, 255, .10) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option > strong {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: normal !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price ins {
  display: block !important;
  align-self: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #5d6e84 !important;
  -webkit-text-fill-color: #5d6e84 !important;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: normal !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price del,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price del .amount {
  display: inline !important;
  color: #8794a7 !important;
  -webkit-text-fill-color: #8794a7 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-decoration: line-through !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active::after {
  content: "✓" !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #2b6fff !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  box-shadow: 0 3px 9px rgba(43, 111, 255, .28) !important;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option[hidden],
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid > [hidden] {
  display: none !important;
}

/* The current note markup has one text child and no icon. Legacy grid rules
   reserved a 22–24px icon column, which forced the text into that narrow column. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
  display: block !important;
  grid-template-columns: none !important;
  grid-auto-flow: row !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 13px 0 0 !important;
  padding: 12px 14px !important;
  color: #31465e !important;
  background: #f8fbff !important;
  border: 1px solid #e4edf7 !important;
  border-left: 3px solid #2b6fff !important;
  border-radius: 12px !important;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note > span {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-align: left !important;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note[style*="display:none"],
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note[style*="display: none"] {
  display: none !important;
}

@media (max-width: 900px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
    min-height: 66px !important;
    padding: 10px 8px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option > strong {
    font-size: 14px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price .amount,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price ins {
    font-size: 13.5px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active::after {
    top: 8px !important;
    right: 8px !important;
    width: 20px !important;
    height: 20px !important;
    font-size: 12px !important;
  }
}


/* =========================================================
 * v2.3.6 — calculator collapsed on every viewport
 * ======================================================= */
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  flex: 0 0 auto !important;
  min-height: 34px !important;
  padding: 8px 11px !important;
  color: #106ebe !important;
  background: #ffffff !important;
  border: 1px solid #cfe0f1 !important;
  border-radius: 999px !important;
  box-shadow: 0 3px 10px rgba(11, 37, 69, 0.06) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator:not(.is-open) {
  padding: 14px 15px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f7fbff 100%) !important;
  border-color: #d6e5f3 !important;
  box-shadow: 0 8px 20px rgba(11, 37, 69, 0.055) !important;
  cursor: pointer !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator:not(.is-open):hover {
  transform: translateY(-1px) !important;
  border-color: #b9d4ed !important;
  box-shadow: 0 12px 26px rgba(11, 37, 69, 0.08) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator:not(.is-open):focus-visible {
  outline: 3px solid rgba(43, 111, 255, 0.26) !important;
  outline-offset: 2px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.is-open {
  cursor: default !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__head-row {
  gap: 12px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__head > span {
  margin-top: 6px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator:not(.is-open) .rdscal-calculator__stage {
  display: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.is-open .rdscal-calculator__stage {
  display: block !important;
  animation: rdscalProductCalculatorReveal .18s ease-out !important;
}

@keyframes rdscalProductCalculatorReveal {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__stage {
    transition: none !important;
    animation: none !important;
  }
}


/* =========================================================
 * v2.3.7 — calculator toggle matches Add to Cart CTA
 * ======================================================= */
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 10px 15px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff 0%, #0a83d8 60%, #16b6da 100%) !important;
  border: 1px solid rgba(43, 111, 255, .5) !important;
  border-radius: 11px !important;
  box-shadow: 0 8px 18px rgba(43, 111, 255, .24) !important;
  font-family: var(--rdsp-sans) !important;
  font-size: 12.5px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__toggle:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 25px rgba(43, 111, 255, .34) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__toggle:focus-visible {
  outline: 2px solid #2b6fff !important;
  outline-offset: 2px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__toggle svg {
  width: 15px !important;
  height: 15px !important;
  color: #ffffff !important;
  stroke: currentColor !important;
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__toggle {
    min-height: 38px !important;
    padding: 9px 13px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
  }
}


/* ---- v2.3.8 user note spacing ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
  margin-top: 18px !important;
}


/* ---- v2.3.9 CTA typography match ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__button,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-calculator__recalculate,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__toggle,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__toggle span {
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}


/* ---- v2.3.10 isolated Add to Cart typography ---- */
html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell button#rdsCalBtn.rdscal-btn-cart,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button#rdsCalBtn.rdscal-btn-cart {
  -webkit-appearance: none !important;
  appearance: none !important;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-synthesis: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button#rdsCalBtn.rdscal-btn-cart .rdscal-btn-cart__label {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}


/* ---- v2.3.11 isolated calculator-toggle typography ---- */
html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle {
  -webkit-appearance: none !important;
  appearance: none !important;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-synthesis: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle .rdscal-calculator__toggle-label {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-variant: inherit !important;
  font-weight: inherit !important;
  font-stretch: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}


/* ---- v2.3.13 FAQ assistance card ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel > .rdscal-faq-assist {
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 10px 12px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 14px 0 0 !important;
  padding: 14px !important;
  color: #000000 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border: 1px solid #dce8f4 !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 18px rgba(11, 37, 69, 0.055) !important;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  margin: 0 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #2b6fff 0%, #0a83d8 58%, #16b6da 100%) !important;
  border-radius: 11px !important;
  box-shadow: 0 6px 14px rgba(43, 111, 255, 0.20) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__icon svg {
  display: block !important;
  width: 19px !important;
  height: 19px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__copy {
  display: block !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__copy strong {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__copy span {
  display: block !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  color: #5d6e84 !important;
  font-size: 12.5px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist a.rdscal-faq-assist__link {
  grid-column: 1 / -1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 2px 0 0 !important;
  padding: 11px 14px !important;
  color: #106ebe !important;
  -webkit-text-fill-color: #106ebe !important;
  background: #ffffff !important;
  border: 1px solid #cfdfee !important;
  border-radius: 11px !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.045) !important;
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist a.rdscal-faq-assist__link:hover,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist a.rdscal-faq-assist__link:focus {
  color: #0078d4 !important;
  -webkit-text-fill-color: #0078d4 !important;
  background: #eef6ff !important;
  border-color: #b9d4ec !important;
  box-shadow: 0 7px 16px rgba(11, 76, 135, 0.10) !important;
  transform: translateY(-1px) !important;
  outline: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist a.rdscal-faq-assist__link:focus-visible {
  outline: 2px solid #2b6fff !important;
  outline-offset: 2px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__link svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto !important;
  transition: transform .18s ease !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__link:hover svg {
  transform: translateX(2px) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist + #rdsCalCalculator {
  margin-top: 14px !important;
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel > .rdscal-faq-assist {
    padding: 13px !important;
    border-radius: 14px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__copy strong {
    font-size: 14.5px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__copy span {
    font-size: 12px !important;
  }
}


/* ---- v2.3.15 Add to Cart loading-spinner animation ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart.rdscal-loading .rdscal-spin-icon,
html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart.rdscal-loading .rdscal-spin-icon {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform-box: fill-box !important;
  transform-origin: center center !important;
  animation-name: rdscal-price-cart-spin !important;
  animation-duration: .8s !important;
  animation-timing-function: linear !important;
  animation-iteration-count: infinite !important;
  animation-delay: 0s !important;
  animation-direction: normal !important;
  animation-fill-mode: none !important;
  animation-play-state: running !important;
  will-change: transform !important;
}

@keyframes rdscal-price-cart-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


/* ---- v2.3.16 Add to Cart success state ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart.rdscal-success,
html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart.rdscal-success,
html body #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart.rdscal-success:disabled {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: linear-gradient(135deg, #0f9f78 0%, #0fb3a3 100%) !important;
  background-color: #0f9f78 !important;
  background-image: linear-gradient(135deg, #0f9f78 0%, #0fb3a3 100%) !important;
  border-color: #0f9f78 !important;
  box-shadow: 0 12px 28px rgba(15, 159, 120, .24) !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart.rdscal-success .rdscal-btn-cart__label {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}


/* ---- v2.3.17 Add to Cart live price ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart .rdscal-btn-cart__separator {
  display: inline-block !important;
  margin: 0 1px !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  -webkit-text-fill-color: currentColor !important;
  font: inherit !important;
  line-height: inherit !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart .rdscal-btn-cart__price {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font: inherit !important;
  font-weight: 600 !important;
  line-height: inherit !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart .rdscal-btn-cart__price .woocommerce-Price-amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell
button#rdsCalBtn.rdscal-btn-cart .rdscal-btn-cart__price .woocommerce-Price-currencySymbol {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  font: inherit !important;
}

/* ---- v2.3.18 reduced outer-card shadows ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal {
  box-shadow: 0 4px 12px rgba(11, 37, 69, 0.035) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-image-card {
  box-shadow: 0 5px 16px rgba(11, 37, 69, 0.04) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  box-shadow: 0 7px 22px rgba(11, 37, 69, 0.05) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist {
  box-shadow: 0 3px 10px rgba(11, 37, 69, 0.035) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator:not(.is-open) {
  box-shadow: 0 4px 12px rgba(11, 37, 69, 0.04) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator:not(.is-open):hover {
  box-shadow: 0 6px 16px rgba(11, 37, 69, 0.055) !important;
}

@media (max-width: 900px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    box-shadow: 0 5px 18px rgba(11, 37, 69, 0.045) !important;
  }
}


/* ---- v2.3.19 clearer selector affordance ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
  cursor: pointer !important;
  border-color: #c7d6e6 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  box-shadow: 0 2px 5px rgba(11, 37, 69, .065), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type:hover:not(.is-selected),
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option:hover:not(.rdscal-active):not(:disabled) {
  transform: translateY(-1px) !important;
  border-color: #82b4ec !important;
  background: #f1f7ff !important;
  box-shadow: 0 5px 12px rgba(11, 76, 135, .09), inset 0 1px 0 #ffffff !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type:active,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option:active:not(:disabled) {
  transform: translateY(0) !important;
  box-shadow: inset 0 2px 4px rgba(11, 37, 69, .10) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active {
  border-color: #2b6fff !important;
  background: #eaf3ff !important;
  box-shadow: 0 0 0 2px rgba(43, 111, 255, .15), 0 4px 10px rgba(43, 111, 255, .09) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected strong,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active > strong {
  color: #0d4e9b !important;
  -webkit-text-fill-color: #0d4e9b !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected small,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active .rdscal-option-price,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active .rdscal-option-price .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active .rdscal-option-price ins {
  color: #315f94 !important;
  -webkit-text-fill-color: #315f94 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type:focus-visible,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option:focus-visible {
  outline: 3px solid rgba(43, 111, 255, .28) !important;
  outline-offset: 2px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option:disabled {
  background: #f5f7fa !important;
  border-color: #dce4ed !important;
  box-shadow: none !important;
}


/* ---- v2.3.21 shop-plugin refinement parity ---- */
/* Compact the selector card without reducing comfortable interaction targets. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  padding: clamp(20px, 2vw, 27px) !important;
  border-radius: 22px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
  gap: clamp(16px, 1.7vw, 22px) !important;
  padding-bottom: 14px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell h2.rdscal-selector-title {
  font-size: clamp(19px, 1.55vw, 23px) !important;
  line-height: 1.16 !important;
  font-weight: 600 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-copy {
  margin-top: 6px !important;
  font-size: 12.75px !important;
  line-height: 1.48 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-calculator-link {
  color: #0067b8 !important;
  -webkit-text-fill-color: #0067b8 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-calculator-link:hover,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-calculator-link:focus {
  color: #004e8c !important;
  -webkit-text-fill-color: #004e8c !important;
  text-decoration-thickness: 2px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card {
  min-width: 132px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-price-label {
  margin-bottom: 5px !important;
  font-size: 10.75px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-current-price-card .rdscal-price-amount ins {
  font-size: clamp(27px, 2.25vw, 36px) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group {
  padding-top: 14px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group + .rdscal-option-group {
  padding-top: 15px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group-title {
  margin-bottom: 8px !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-cal-type-options {
  gap: 9px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type {
  min-height: 63px !important;
  padding: 11px 13px !important;
  border-radius: 13px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected {
  padding-right: 38px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type strong {
  font-size: 15px !important;
  line-height: 1.22 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type small {
  margin-top: 3px !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
  gap: 8px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
  min-height: 60px !important;
  padding: 8px !important;
  border-radius: 13px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option > strong {
  font-size: 14px !important;
  line-height: 1.2 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price ins {
  font-size: 13.5px !important;
  line-height: 1.2 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected::after,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active::after {
  top: 7px !important;
  right: 7px !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 12px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
  margin-top: 11px !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-summary {
  gap: 6px !important;
  margin-top: 13px !important;
  padding-top: 5px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item {
  gap: 6px !important;
  padding: 0 4px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-icon {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item strong {
  font-size: 11.5px !important;
  line-height: 1.28 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary {
  margin-top: 13px !important;
  padding: 10px 12px !important;
  border-radius: 12px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary > span {
  font-size: 10.75px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary > strong {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer {
  margin-top: 12px !important;
  padding-top: 12px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-row {
  gap: 10px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-wrap,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart {
  min-height: 50px !important;
  border-radius: 13px !important;
}

/* Keep the selector-card product title on one line at 1200px-class desktop widths. */
@media (min-width: 1100px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
    gap: 18px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell h2.rdscal-selector-title {
    font-size: clamp(17px, 1.38vw, 20px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
  }
}

/* Tighter, neutral FAQ assistance and calculator cards. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel > .rdscal-faq-assist {
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 8px 10px !important;
  margin-top: 11px !important;
  padding: 11px 12px !important;
  background: #ffffff !important;
  border-color: #dfe4ea !important;
  border-radius: 14px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__icon {
  width: 34px !important;
  height: 34px !important;
  border-radius: 10px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__icon svg {
  width: 17px !important;
  height: 17px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__copy strong {
  font-size: 14.5px !important;
  line-height: 1.22 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist .rdscal-faq-assist__copy span {
  margin-top: 3px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist a.rdscal-faq-assist__link {
  min-height: 38px !important;
  margin-top: 0 !important;
  padding: 9px 12px !important;
  background: #ffffff !important;
  border-color: #d9e0e7 !important;
  border-radius: 10px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist a.rdscal-faq-assist__link:hover,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist a.rdscal-faq-assist__link:focus {
  background: #f7f8fa !important;
  border-color: #c8d0d9 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-faq-assist + #rdsCalCalculator {
  margin-top: 11px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.rdscal-calculator,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.rdscal-calculator:not(.is-open),
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.rdscal-calculator.is-open {
  padding: 12px 14px !important;
  background: #ffffff !important;
  border-color: #dfe4ea !important;
  border-radius: 14px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.rdscal-calculator:not(.is-open):hover {
  background: #ffffff !important;
  border-color: #cbd3dc !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__head {
  column-gap: 12px !important;
  row-gap: 5px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__head strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__head > span {
  margin-top: 3px !important;
  padding-top: 2px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle {
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator .rdscal-calculator__stage {
  margin-top: 11px !important;
}

@media (max-width: 900px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    padding: 18px 16px !important;
    border-radius: 19px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
    gap: 11px !important;
    padding-bottom: 12px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell h2.rdscal-selector-title {
    font-size: clamp(19px, 4.8vw, 23px) !important;
    white-space: normal !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group + .rdscal-option-group {
    padding-top: 13px !important;
  }
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group-title {
    margin-bottom: 7px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type {
    min-height: 60px !important;
    padding: 10px 12px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected {
    padding-right: 36px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type strong {
    font-size: 14.5px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type small {
    font-size: 11.75px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
    min-height: 58px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-panel > .rdscal-faq-assist {
    padding: 11px !important;
    border-radius: 13px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.rdscal-calculator,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.rdscal-calculator:not(.is-open),
  html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator.rdscal-calculator.is-open {
    padding: 11px 12px !important;
    border-radius: 13px !important;
  }
}


/* ---- v2.3.22 shop-style top heading and outer-card cleanup ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell {
  padding-top: clamp(10px, 1.25vw, 18px) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero {
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto clamp(16px, 1.8vw, 24px) !important;
  padding: 0 !important;
  text-align: left !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__eyebrow,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero__description {
  display: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell h1.rdscal-product-hero__title {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  background: none !important;
  font-size: clamp(28px, 3.35vw, 44px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.026em !important;
  text-align: left !important;
  text-wrap: balance !important;
}

/* Match the selector-card heading scale more closely to the shop card. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell h2.rdscal-selector-title {
  font-size: clamp(22px, 1.9vw, 28px) !important;
  font-weight: 600 !important;
  line-height: 1.14 !important;
  letter-spacing: -0.024em !important;
}

/* Remove the visible bottom edge shadow from the outer purchase containers. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-horizontal,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  box-shadow: none !important;
}

@media (min-width: 1100px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell h2.rdscal-selector-title {
    font-size: clamp(22px, 1.7vw, 26px) !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 900px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell {
    padding-top: 10px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero {
    margin-bottom: 16px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell h1.rdscal-product-hero__title {
    font-size: clamp(28px, 8.2vw, 36px) !important;
    line-height: 1.1 !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell h2.rdscal-selector-title {
    font-size: clamp(21px, 5.4vw, 26px) !important;
    white-space: normal !important;
  }
}


/* ---- v2.3.23 roomier product-page selector card ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  padding: clamp(24px, 2.45vw, 34px) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
  gap: clamp(18px, 2vw, 26px) !important;
  padding-bottom: 18px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-copy {
  margin-top: 7px !important;
  font-size: 13.25px !important;
  line-height: 1.52 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group {
  padding-top: 18px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group + .rdscal-option-group {
  padding-top: 20px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group-title {
  margin-bottom: 10px !important;
  font-size: 13px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-cal-type-options {
  gap: 11px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type {
  min-height: 70px !important;
  padding: 14px 16px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type.is-selected {
  padding-right: 42px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type strong {
  font-size: 15.5px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type small {
  margin-top: 4px !important;
  font-size: 12.5px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-grid {
  gap: 10px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
  min-height: 68px !important;
  padding: 10px 10px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option > strong {
  font-size: 14.5px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price ins {
  margin-top: 4px !important;
  font-size: 14px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-user-cal-note {
  margin-top: 13px !important;
  padding: 11px 13px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-summary {
  gap: 8px !important;
  margin-top: 18px !important;
  padding-top: 8px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item {
  gap: 7px !important;
  padding: 0 5px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-item strong {
  font-size: 11.75px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary {
  margin-top: 17px !important;
  padding: 11px 13px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer {
  margin-top: 16px !important;
  padding-top: 16px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-row {
  gap: 12px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-qty-wrap,
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-btn-cart {
  min-height: 54px !important;
}

@media (max-width: 900px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    padding: 21px 18px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-head {
    gap: 13px !important;
    padding-bottom: 15px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-option-group + .rdscal-option-group {
    padding-top: 16px !important;
  }
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-cal-type {
    min-height: 64px !important;
    padding: 12px 13px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option {
    min-height: 62px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-trust-summary {
    margin-top: 15px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selected-summary {
    margin-top: 15px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-purchase-footer {
    margin-top: 14px !important;
    padding-top: 14px !important;
  }
}


/* ---- v2.3.24 title parity, H1 version gradient, and action-row spacing ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell h1.rdscal-product-hero__title .rdscal-product-hero__version {
  display: inline !important;
  color: var(--rdsp-blue) !important;
  background: linear-gradient(100deg, var(--rdsp-blue) 0%, var(--rdsp-cyan) 48%, var(--rdsp-violet) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Override older compact title rules so the in-card title matches the shop selector card visually. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-selector-head h2.rdscal-selector-title {
  font-size: clamp(28px, 2.15vw, 32px) !important;
  font-weight: 500 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.028em !important;
}

/* Keep the action row in the same spacing rhythm as the summary above it. */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-purchase-footer {
  margin-top: 12px !important;
  padding-top: 0 !important;
  gap: 0 !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
  padding-bottom: clamp(20px, 1.8vw, 24px) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-purchase-row {
  margin: 0 !important;
}

@media (min-width: 1100px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-selector-head h2.rdscal-selector-title {
    font-size: clamp(28px, 2vw, 31px) !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 900px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-selector-head h2.rdscal-selector-title {
    font-size: clamp(23px, 5.6vw, 28px) !important;
    white-space: normal !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel {
    padding-bottom: 18px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-purchase-footer {
    margin-top: 12px !important;
  }
}


/* ---- v2.3.25 selection-summary breathing room ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-selected-summary {
  margin-top: 20px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-purchase-footer {
  margin-top: 15px !important;
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-selected-summary {
    margin-top: 17px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-selector-panel .rdscal-purchase-footer {
    margin-top: 14px !important;
  }
}


/* ---- v2.3.26 main H1 vertical breathing room ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell {
  padding-top: clamp(18px, 1.9vw, 28px) !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero {
  margin-bottom: clamp(28px, 2.7vw, 38px) !important;
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell {
    padding-top: 16px !important;
  }

  html body #rdscal-product-purchase-section.rdscal-price-display-shell .rdscal-product-hero {
    margin-bottom: 22px !important;
  }
}


/* ---- v2.3.27 slightly reduced main H1 scale ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell h1.rdscal-product-hero__title {
  font-size: clamp(27px, 3.1vw, 41px) !important;
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell h1.rdscal-product-hero__title {
    font-size: clamp(27px, 7.6vw, 34px) !important;
  }
}


/* ---- v2.3.28 stronger pack-selector price emphasis ---- */
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price ins {
  color: #0067b8 !important;
  -webkit-text-fill-color: #0067b8 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  text-decoration: none !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active .rdscal-option-price,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active .rdscal-option-price .amount,
html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option.rdscal-active .rdscal-option-price ins {
  color: #0d4e9b !important;
  -webkit-text-fill-color: #0d4e9b !important;
}

@media (max-width: 640px) {
  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price .amount,
  html body #rdscal-product-purchase-section.rdscal-price-display-shell button.rdscal-pack-option .rdscal-option-price ins {
    font-size: 15.5px !important;
  }
}


/* v2.3.29: FAQ assistance card output removed from the product template. */


/* ---- v2.3.30 calculator toggle uses former FAQ secondary-button style ---- */
html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
  min-width: 0 !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  color: #106ebe !important;
  -webkit-text-fill-color: #106ebe !important;
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d9e0e7 !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.045) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  cursor: pointer !important;
  transform: none !important;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease !important;
}

html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle:hover,
html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle:focus,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle:hover,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle:focus {
  color: #0078d4 !important;
  -webkit-text-fill-color: #0078d4 !important;
  background: #f7f8fa !important;
  background-image: none !important;
  border-color: #c8d0d9 !important;
  box-shadow: 0 2px 5px rgba(11, 37, 69, 0.07) !important;
  transform: none !important;
  outline: none !important;
}

html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle:focus-visible,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle:focus-visible {
  outline: 2px solid #2b6fff !important;
  outline-offset: 2px !important;
}

html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle .rdscal-calculator__toggle-label,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__toggle svg {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  stroke: currentColor !important;
}


/* ---- v2.3.31 calculator recommendation uses the quiet secondary action style ---- */
html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__button,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 42px !important;
  margin: 12px 0 0 !important;
  padding: 0 16px !important;
  color: #106ebe !important;
  -webkit-text-fill-color: #106ebe !important;
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d9e0e7 !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 2px rgba(11, 37, 69, 0.045) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  cursor: pointer !important;
  transform: none !important;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease !important;
}

html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__button:hover,
html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__button:focus,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__button:hover,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__button:focus {
  color: #0078d4 !important;
  -webkit-text-fill-color: #0078d4 !important;
  background: #f7f8fa !important;
  background-image: none !important;
  border-color: #c8d0d9 !important;
  box-shadow: 0 2px 5px rgba(11, 37, 69, 0.07) !important;
  transform: none !important;
  outline: none !important;
}

html body.woocommerce-page #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__button:focus-visible,
html body #rdscal-product-purchase-section.rdscal-price-display-shell #rdsCalCalculator button.rdscal-calculator__button:focus-visible {
  outline: 2px solid #2b6fff !important;
  outline-offset: 2px !important;
}
