/* ============ Neurosel — Цены / Prices redesign ============
   Все стили редизайна экрана «Цены»: список, фильтры, буст,
   панель экономики товара. Подключается после styles.css.
================================================================ */

/* ================================================================
   Prices — redesign (light · premium · indigo→violet AI accent)
   ================================================================ */
:root {
  --ai-1: #5B7CF6;            /* indigo */
  --ai-2: #8B5CF6;            /* violet */
  --ai-grad: linear-gradient(135deg, #6E8CF8, #8B5CF6);
  --ai-soft: linear-gradient(135deg, #EEF2FE 0%, #F2EFFE 100%);
  --ai-border: #DCDEFA;
  --ai-tint: #F5F7FF;         /* flat calm indigo surface */
  --ai-tint-bd: #E6E9FB;
  --tnum: "tnum" 1, "cv11" 1, "ss01" 1;
  --shadow-soft: 0 1px 2px rgba(20,28,48,0.04), 0 10px 30px -16px rgba(20,28,48,0.13), 0 2px 8px -3px rgba(20,28,48,0.05);
}
.tnum { font-variant-numeric: tabular-nums; font-feature-settings: var(--tnum); }

/* premium, scoped to the Prices screen — calm depth, large radius, air */
.pr-screen .card { border-radius: 16px; box-shadow: var(--shadow-soft); }
.pr-screen .tbl tbody tr { transition: background .16s ease, box-shadow .16s ease; }
.pr-screen .tbl tbody tr.pr-clickrow:hover { background: #FCFCFE; box-shadow: 0 10px 24px -14px rgba(20,28,48,0.20); position: relative; z-index: 1; }
.pr-screen .tbl tbody tr.pr-low.pr-clickrow:hover { background: #FCE7EB; box-shadow: 0 10px 24px -14px rgba(214,83,106,0.26); }

/* ---- header row: tabs + tools ---- */
.pr-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.pr-cats { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 500; color: var(--accent-ink); padding: 0 4px; }
.pr-cats:hover { text-decoration: underline; }

/* ---- summary cards ---- */
.pr-sumgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.pr-sum { display: flex; align-items: center; gap: 17px; padding: 20px 22px; }
.pr-sum-ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; flex: none; }
.pr-sum-val { font-size: 30px; font-weight: 500; letter-spacing: -0.025em; line-height: 1; font-variant-numeric: tabular-nums; font-feature-settings: var(--tnum); }
.pr-sum-lbl { font-size: 13px; color: var(--text-2); margin-top: 7px; }
.pr-sum-delta { font-size: 12px; font-weight: 500; }

/* ---- prices table specifics ---- */
.pr-tbl td { padding-top: 13px; padding-bottom: 13px; }
.pr-name { font-weight: 500; line-height: 1.3; display: inline-flex; align-items: center; gap: 6px; }
.pr-sku { font-family: var(--mono); font-size: 10.5px; color: var(--text-3); margin-top: 4px; letter-spacing: 0.01em; }
.pr-clickrow { cursor: pointer; }
.pr-clickrow:hover .pr-pencil { opacity: 1; }
.pr-money { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 500; letter-spacing: -0.01em; white-space: nowrap; }
.pr-editcell { display: inline-flex; align-items: center; gap: 7px; }
.pr-pencil { opacity: 0; color: var(--text-3); transition: opacity .14s; flex: none; }
.pr-pencil:hover { color: var(--accent); }

.pr-mcell { display: flex; flex-direction: column; gap: 5px; min-width: 92px; }
.pr-mtop { display: flex; align-items: baseline; gap: 6px; }
.pr-mval { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 500; }
.pr-mlbl { font-size: 10px; color: var(--text-3); }
.pr-mbar { height: 4px; border-radius: 3px; background: #EBEEF3; overflow: hidden; }
.pr-mbar i { display: block; height: 100%; border-radius: 3px; }

.pr-rec { display: inline-flex; align-items: center; gap: 5px; font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 500; color: var(--accent-ink); white-space: nowrap; }
.pr-rec .spk { color: var(--ai-2); }

.pr-stockcell { display: inline-flex; align-items: center; gap: 8px; }
.pr-prog { font-size: 10.5px; font-weight: 500; letter-spacing: 0.03em; padding: 1px 6px; border-radius: 5px; background: #EEF1F6; color: var(--text-2); }

tr.pr-low { background: var(--rose-weak); }
tr.pr-low:hover { background: #FBE4E9; }
tr.pr-empty td:first-child .pr-name { color: var(--text-2); }

/* ---- boost banner (flat calm surface — no gradient) ---- */
.pr-boostbar { display: flex; align-items: center; gap: 14px; padding: 15px 19px; border-radius: 16px; background: var(--ai-tint); border: 1px solid var(--ai-tint-bd); margin-bottom: 16px; box-shadow: var(--shadow-soft); }
.pr-boostbar .spk { color: var(--ai-2); flex: none; margin-top: 1px; }
.pr-boost-txt { font-size: 13px; color: #3B3E63; line-height: 1.5; flex: 1; }
.pr-boost-ctrls { display: flex; align-items: center; gap: 12px; flex: none; }
.pr-auto { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 500; color: var(--text-2); }

.pr-norm { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--text-2); }
.pr-norm .dot-green { width: 7px; height: 7px; }
.pr-boostrec { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 500; color: var(--accent-ink); }

/* ================= product drawer ================= */
.pr-scrim { position: fixed; inset: 0; background: rgba(20,28,48,0.32); backdrop-filter: blur(2px); z-index: 90; animation: pr-fade .22s ease; }
@keyframes pr-fade { from { opacity: 0; } to { opacity: 1; } }
.pr-drawer {
  position: fixed; top: 0; right: 0; height: 100%; width: 452px; max-width: calc(100vw - 36px);
  background: var(--surface); box-shadow: var(--shadow-pop); z-index: 91;
  display: flex; flex-direction: column; overflow: hidden;
  animation: pr-slide .32s cubic-bezier(.22,.61,.36,1);
}
@keyframes pr-slide { from { transform: translateX(40px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
.pr-dhead { flex: none; display: flex; align-items: flex-start; gap: 12px; padding: 20px 22px 16px; border-bottom: 1px solid var(--border); }
.pr-dhead-name { font-size: 15.5px; font-weight: 500; line-height: 1.3; letter-spacing: -0.01em; }
.pr-dhead-sku { font-family: var(--mono); font-size: 11px; color: var(--text-3); margin-top: 5px; }
.pr-dclose { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; color: var(--text-3); flex: none; transition: background .14s, color .14s; }
.pr-dclose:hover { background: #EFF2F7; color: var(--text); }
.pr-dbody { flex: 1; min-height: 0; overflow-y: auto; padding: 18px 22px 22px; display: flex; flex-direction: column; gap: 15px; }
.pr-dbody > * { flex-shrink: 0; }
.pr-dfoot { flex: none; border-top: 1px solid var(--border); padding: 14px 22px; display: flex; gap: 8px; align-items: center; background: rgba(255,255,255,0.9); backdrop-filter: blur(6px); }
.pr-dfoot .btn { flex: 1; justify-content: center; height: 38px; min-width: 0; white-space: nowrap; overflow: hidden; }
.pr-dfoot .btn.primary { flex: 2; }

.pr-slabel { font-size: 10.5px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-3); }

/* alert (margin below min) */
.pr-alert { display: flex; align-items: center; gap: 10px; padding: 11px 14px; border-radius: 11px; font-size: 13px; font-weight: 500; background: var(--rose-weak); color: #B23A52; border: 1px solid #F3D2D9; }
.pr-alert svg { flex: none; }

/* recommended hero — the single AI moment: aurora indigo→violet, soft glow, spark */
.pr-reco {
  position: relative; border-radius: 18px; padding: 19px 22px 20px; overflow: hidden;
  background:
    radial-gradient(125% 145% at 0% 0%, #ECEFFE 0%, transparent 55%),
    radial-gradient(120% 150% at 100% 0%, #F1EBFE 0%, transparent 58%),
    radial-gradient(150% 180% at 108% 125%, #E7F3FF 0%, transparent 55%),
    linear-gradient(135deg, #F4F5FF 0%, #F6F1FE 100%);
  border: 1px solid #E3E2FA;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 20px 46px -24px rgba(124,83,238,0.50), 0 5px 16px -8px rgba(91,124,246,0.20);
}
.pr-reco::after { content: ""; position: absolute; right: -54px; top: -66px; width: 188px; height: 188px; border-radius: 50%; background: radial-gradient(circle, rgba(139,92,246,0.20), transparent 70%); pointer-events: none; z-index: 0; }
.pr-reco::before { content: ""; position: absolute; top: -60%; left: -20%; width: 80%; height: 220%; background: radial-gradient(closest-side, rgba(255,255,255,0.55), transparent 72%); transform: translateX(-20%); pointer-events: none; z-index: 0; animation: pr-sheen 8s ease-in-out infinite; }
@keyframes pr-sheen { 0%, 100% { transform: translateX(-15%); opacity: 0.35; } 50% { transform: translateX(70%); opacity: 0.55; } }
@media (prefers-reduced-motion: reduce) { .pr-reco::before { animation: none; } }
.pr-reco-top { display: flex; align-items: center; gap: 8px; position: relative; z-index: 1; }
.pr-reco-spark { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: #fff; background: linear-gradient(135deg, #7E8EF8, #9168F2); box-shadow: 0 2px 7px -2px rgba(124,83,238,0.6); flex: none; }
.pr-reco-tag { font-size: 11.5px; font-weight: 500; letter-spacing: 0.04em; color: var(--accent-ink); text-transform: uppercase; }
.pr-reco-agent { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 10.5px; font-weight: 500; letter-spacing: 0.03em; color: #7C53EE; text-transform: uppercase; }
.pr-reco-dot { width: 6px; height: 6px; border-radius: 50%; background: #8B5CF6; box-shadow: 0 0 0 3px rgba(139,92,246,0.18); animation: soft-blink 2.6s ease-in-out infinite; }
.pr-reco-val { font-size: 31px; font-weight: 500; letter-spacing: -0.03em; color: #2C36B8; font-variant-numeric: tabular-nums; line-height: 1.02; margin-top: 9px; position: relative; z-index: 1; }
.pr-reco-sub { font-size: 12px; color: #585A86; margin-top: 6px; font-variant-numeric: tabular-nums; position: relative; z-index: 1; }

.pr-kv { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pr-kv-k { font-size: 13px; color: var(--text-2); }
.pr-kv-v { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 13.5px; font-weight: 500; }

.pr-conflict { display: flex; flex-direction: column; gap: 4px; padding: 11px 14px; border-radius: 11px; background: var(--amber-weak); border: 1px solid #F0DCB4; }
.pr-conflict-top { display: flex; align-items: center; justify-content: space-between; }

/* margin tiles */
.pr-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.pr-tile { border: 1px solid var(--border); border-radius: 13px; padding: 13px 14px; background: #FCFCFE; }
.pr-tile-h { font-size: 11.5px; color: var(--text-2); display: flex; align-items: baseline; gap: 6px; }
.pr-tile-val { font-size: 21px; font-weight: 500; letter-spacing: -0.02em; margin-top: 8px; font-variant-numeric: tabular-nums; }
.pr-tile-sub { font-size: 11px; color: var(--text-3); margin-top: 4px; }
.pr-tile-rub { font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 12px; font-weight: 500; margin-top: 3px; }

/* margin-now scale */
.pr-scalebox { padding: 2px 0; }
.pr-scale { position: relative; height: 8px; border-radius: 5px; background: #EBEEF3; margin: 22px 0 6px; }
.pr-scale-fill { position: absolute; left: 0; top: 0; height: 100%; border-radius: 5px; }
.pr-scale-min { position: absolute; top: -5px; bottom: -5px; width: 2px; background: var(--text-3); border-radius: 2px; }
.pr-scale-now { position: absolute; top: 50%; width: 13px; height: 13px; border-radius: 50%; border: 2.5px solid #fff; transform: translate(-50%,-50%); box-shadow: 0 1px 4px rgba(20,28,48,0.25); }
.pr-scale-cap { position: absolute; top: -19px; transform: translateX(-50%); font-size: 10px; font-weight: 500; color: var(--text-3); white-space: nowrap; }
.pr-scale-ends { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--text-3); font-variant-numeric: tabular-nums; }

/* profit card */
.pr-profit { display: flex; align-items: center; gap: 13px; background: var(--green-weak); border: 1px solid #C8E9D8; border-radius: 13px; padding: 14px 16px; }
.pr-profit-ic { width: 38px; height: 38px; border-radius: 11px; background: #fff; display: grid; place-items: center; color: var(--green); flex: none; box-shadow: var(--shadow-xs); }
.pr-profit-val { font-size: 19px; font-weight: 500; color: #178257; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.pr-profit-sub { font-size: 11.5px; color: #3E7A60; margin-top: 2px; line-height: 1.35; }

/* chips row */
.pr-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pr-chip { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 11px; border-radius: 8px; font-size: 12px; font-weight: 500; border: 1px solid var(--border); background: #FCFCFE; color: var(--text-2); }
.pr-chip b { color: var(--text); font-family: var(--mono); font-variant-numeric: tabular-nums; }

/* expenses collapsible */
.pr-exp { border: 1px solid var(--border); border-radius: 13px; overflow: hidden; }
.pr-exp-head { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 13px 15px; transition: background .14s; }
.pr-exp-head:hover { background: #FAFBFD; }
.pr-exp-l { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 500; }
.pr-exp-r { display: inline-flex; align-items: center; gap: 9px; font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: 13px; font-weight: 500; }
.pr-exp-body { padding: 4px 15px 13px; }
.pr-exp-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; font-size: 12.5px; border-top: 1px solid var(--border); }
.pr-exp-row:first-child { border-top: none; }
.pr-exp-row .k { color: var(--text-2); display: inline-flex; align-items: center; gap: 8px; }
.pr-exp-row .v { font-family: var(--mono); font-variant-numeric: tabular-nums; font-weight: 500; }
.pr-exp-dot { width: 7px; height: 7px; border-radius: 2px; flex: none; }

/* promo entry card (flat calm surface — gradient reserved for hero) */
.pr-promo { border-radius: 14px; border: 1px solid var(--ai-tint-bd); padding: 16px; background: var(--ai-tint); position: relative; }
.pr-promo.broken { background: #FCFBF7; border-color: #F0DCB4; }
.pr-promo-h { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent-ink); }
.pr-promo.broken .pr-promo-h { color: var(--amber); }
.pr-promo-name { font-size: 13.5px; font-weight: 500; margin-top: 9px; }
.pr-promo-price { font-size: 22px; font-weight: 500; letter-spacing: -0.02em; margin-top: 8px; font-variant-numeric: tabular-nums; }
.pr-promo-meta { display: flex; gap: 14px; margin-top: 6px; font-size: 12px; font-variant-numeric: tabular-nums; }
.pr-promo-warn { display: flex; gap: 9px; margin-top: 12px; padding: 10px 12px; border-radius: 9px; background: var(--amber-weak); border: 1px solid #F0DCB4; font-size: 12px; color: #92671A; line-height: 1.45; }
.pr-promo.broken .pr-promo-body { opacity: 0.5; }
.pr-neg { color: var(--rose); }

.pr-comingbadge { font-size: 9.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; padding: 1px 5px; border-radius: 5px; background: #EEF1F6; color: var(--text-3); margin-left: 2px; }

/* ================================================================
   Prices v3 — filters, agent decision, warehouse chip, density
   ================================================================ */

/* numeric columns right-aligned (finance-grade scanability) */
.pr-tbl th.ta-r, .pr-tbl td.ta-r { text-align: right; }
.pr-tbl th:first-child, .pr-tbl td:first-child { width: 34%; min-width: 250px; }

/* state badge next to product name */
.pr-statebadge { font-size: 10px; font-weight: 500; letter-spacing: 0.03em; padding: 1.5px 7px; border-radius: 6px; background: #EEF1F6; color: var(--text-2); white-space: nowrap; }
.pr-statebadge.blocked { background: var(--rose-weak); color: var(--rose); }

/* ---- filter bar above the table ---- */
.pr-filterbar { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.pr-fchips { display: flex; gap: 6px; flex-wrap: wrap; }
.pr-fchip { display: inline-flex; align-items: center; gap: 7px; height: 31px; padding: 0 12px; border-radius: 9px; border: 1px solid var(--border); background: var(--surface); font-size: 12.5px; font-weight: 500; color: var(--text-2); transition: all .14s; white-space: nowrap; }
.pr-fchip:hover { border-color: #C9D0DC; color: var(--text); }
.pr-fchip.on { border-color: var(--accent); background: var(--accent-weak); color: var(--accent-ink); }
.pr-fchip .n { font-variant-numeric: tabular-nums; font-size: 11px; color: var(--text-3); font-weight: 500; }
.pr-fchip.on .n { color: var(--accent-ink); opacity: 0.65; }

/* generic light dropdown */
.pr-drop { position: relative; }
.pr-drop-btn { display: inline-flex; align-items: center; gap: 7px; height: 31px; padding: 0 11px; border-radius: 9px; border: 1px solid var(--border); background: var(--surface); font-size: 12.5px; font-weight: 500; color: var(--text-2); transition: all .14s; white-space: nowrap; }
.pr-drop-btn:hover { border-color: #C9D0DC; color: var(--text); }
.pr-drop-btn b { color: var(--text); font-weight: 500; }
.pr-drop-menu { position: absolute; top: calc(100% + 6px); right: 0; min-width: 100%; background: var(--surface); border: 1px solid var(--border); border-radius: 11px; box-shadow: var(--shadow-pop); padding: 5px; z-index: 60; animation: pr-fade .14s ease; }
.pr-drop-item { display: flex; width: 100%; align-items: center; gap: 8px; padding: 7px 10px; border-radius: 7px; font-size: 12.5px; color: var(--text-2); white-space: nowrap; transition: background .12s; }
.pr-drop-item:hover { background: #F4F6FA; color: var(--text); }
.pr-drop-item.on { color: var(--accent-ink); font-weight: 500; background: var(--accent-weak); }
.pr-drop-item .chk { margin-left: auto; color: var(--accent); }

/* empty state */
.pr-emptystate { padding: 52px 20px 56px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: var(--text-3); text-align: center; }

/* ---- agent decision card (panel) ---- */
.pr-dec { border: 1px solid var(--ai-tint-bd); background: var(--ai-tint); border-radius: 13px; padding: 11px 14px 4px; }
.pr-dec-h { display: flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent-ink); padding-bottom: 8px; }
.pr-dec-row { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid rgba(99,102,241,0.10); }
.pr-dec-ic { width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; flex: none; }
.pr-dec-ic.hold { background: var(--green-weak); color: var(--green); }
.pr-dec-ic.apply { background: #E7E9FD; color: var(--accent); }
.pr-dec-ic.warn { background: var(--amber-weak); color: var(--amber); }
.pr-dec-ic.stop { background: var(--rose-weak); color: var(--rose); }
.pr-dec-ic.none { background: #EEF1F6; color: var(--text-3); }
.pr-dec-k { font-size: 12px; color: var(--text-2); flex: none; width: 42px; }
.pr-dec-v { margin-left: auto; font-size: 12px; font-weight: 500; text-align: right; font-variant-numeric: tabular-nums; line-height: 1.35; }
.pr-dec-v.hold { color: var(--text); }
.pr-dec-v.apply { color: var(--accent-ink); }
.pr-dec-v.warn { color: #92671A; }
.pr-dec-v.stop { color: #B23A52; }
.pr-dec-v.none { color: var(--text-3); font-weight: 400; }

/* ---- warehouse chip (panel header) ---- */
.pr-wh { margin-top: 9px; }
.pr-wh-btn { display: inline-flex; align-items: center; gap: 6px; height: 26px; padding: 0 9px; border-radius: 8px; border: 1px solid var(--border); background: #FCFCFE; font-size: 11.5px; font-weight: 500; color: var(--text); transition: all .14s; white-space: nowrap; }
.pr-wh-btn:hover { border-color: #C9D0DC; background: var(--surface); }
.pr-wh-cap { font-size: 10px; color: var(--text-3); margin-top: 4px; }

/* ---- density pass: compact pro drawer ---- */
.pr-drawer { width: 446px; }
.pr-dhead { padding: 15px 18px 13px; gap: 10px; }
.pr-dhead-name { font-size: 14px; }
.pr-dhead-sku { font-size: 10.5px; margin-top: 3px; }
.pr-dclose { width: 28px; height: 28px; }
.pr-dbody { padding: 13px 18px 16px; gap: 10px; }
.pr-dfoot { padding: 11px 18px; gap: 7px; }
.pr-dfoot .btn { height: 34px; }
.pr-alert { padding: 9px 12px; font-size: 12.5px; border-radius: 10px; gap: 8px; }
.pr-reco { padding: 14px 17px 15px; border-radius: 15px; }
.pr-kv-k { font-size: 12.5px; }
.pr-kv-v { font-size: 13px; }
.pr-conflict { padding: 9px 12px; border-radius: 10px; }
.pr-tiles { gap: 9px; }
.pr-tile { padding: 10px 12px; border-radius: 11px; }
.pr-tile-h { font-size: 11px; }
.pr-tile-val { font-size: 18px; margin-top: 5px; }
.pr-tile-sub { font-size: 10.5px; margin-top: 3px; }
.pr-tile-rub { font-size: 11.5px; margin-top: 2px; }
.pr-scale { margin: 19px 0 5px; height: 7px; }
.pr-chips { gap: 6px; }
.pr-chip { height: 25px; padding: 0 9px; font-size: 11.5px; border-radius: 7px; gap: 5px; }
.pr-profit { padding: 10px 13px; border-radius: 11px; gap: 11px; }
.pr-profit-ic { width: 33px; height: 33px; border-radius: 9px; }
.pr-profit-val { font-size: 17px; }
.pr-profit-sub { font-size: 11px; margin-top: 1px; }
.pr-exp { border-radius: 11px; }
.pr-exp-head { padding: 10px 13px; }
.pr-exp-l { font-size: 12.5px; }
.pr-exp-r { font-size: 12.5px; }
.pr-exp-body { padding: 2px 13px 10px; }
.pr-exp-row { padding: 6px 0; font-size: 12px; }
.pr-promo { padding: 12px 14px; border-radius: 11px; }
.pr-promo-name { font-size: 12.5px; margin-top: 7px; }
.pr-promo-price { font-size: 19px; margin-top: 6px; }
.pr-promo-meta { font-size: 11.5px; margin-top: 5px; gap: 12px; }
.pr-promo-warn { margin-top: 10px; padding: 8px 10px; font-size: 11.5px; gap: 7px; }
