/* eSIMTweaks Review Blocks — front-end (v3 UX: bold, solid colours, no gradients) */
.esr {
	--esr-accent: #FE41C4;        /* primary (brand teal) */
	--esr-accent-dark: #C9128F;
	--esr-accent-soft: #FFE7F5;
	--esr-cta: #FE41C4;           /* CTA accent (orange) */
	--esr-cta-dark: #C9128F;
	--esr-cta-soft: #FFF5FB;
	--esr-ink: #0E0E12;           /* navy */
	--esr-ink-2: #1A1A20;
	--esr-muted: #4E4E59;
	--esr-line: #EAEAEE;
	--esr-surface: #ffffff;
	--esr-surface-2: #FAFAFB;
	--esr-amber: #FFC93D;
	--esr-green: #00B67A;
	--esr-green-soft: #EDF9F4;
	--esr-rose: #E2415A;
	--esr-rose-soft: #FDF2F4;
	--esr-radius: 24px;
	--esr-shadow: 0 1px 3px rgba(14,14,18,.05), 0 12px 26px -14px rgba(14,14,18,.24);
	color: var(--esr-ink);
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	margin: 1.8rem 0;
	-webkit-font-smoothing: antialiased;
}
.esr *, .esr *::before, .esr *::after { box-sizing: border-box; }
.esr h3, .esr h4 { font-family: 'Archivo', 'Poppins', sans-serif; font-weight: 800; letter-spacing: -.032em; margin: 0; line-height: 1.12; }
.esr-missing { color: #b32d2e; font-size: 14px; }

/* Buttons — solid orange, chunky, with a press animation */
.esr-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--esr-cta); color: #000; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 14.5px; letter-spacing: -.012em; padding: 14px 27px; border-radius: 999px; text-decoration: none; border: 0; cursor: pointer; box-shadow: 0 8px 22px -10px rgba(254,65,196,.5); transition: transform .18s cubic-bezier(.22,.8,.28,1), box-shadow .18s, background .16s; }
.esr-btn:hover { background: #FF5CCD; color: #000; transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(254,65,196,.62); }
.esr-btn:active { transform: translateY(0); }
.esr-btn--lg { padding: 15px 32px; font-size: 15px; }
.esr-btn--block { display: flex; width: 100%; }
.esr-btn--grad { background: var(--esr-cta); }

.esr-logo { width: 44px; height: 44px; object-fit: contain; border-radius: 13px; background: #fff; border: 0; box-shadow: 0 0 0 1px rgba(14,14,18,.07), 0 4px 12px -6px rgba(14,14,18,.3); padding: 6px; }
.esr-logo--lg { width: 56px; height: 56px; border-radius: 14px; }
.esr-logo--ph { display: grid; place-items: center; font-weight: 800; font-size: 22px; color: #fff; background: var(--esr-accent); border: 0; }

.esr-stars { display: inline-flex; align-items: center; gap: 1px; color: #c9d4dd; font-size: 17px; }
.esr-stars .esr-star.is-on { color: var(--esr-amber); }
.esr-stars .esr-star.is-half { background: linear-gradient(90deg, var(--esr-amber) 50%, #c9d4dd 50%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.esr-stars b { margin-left: 6px; font-size: 13px; color: inherit; }

/* Keyboard focus rings (a11y + polish) */
.esr-btn:focus-visible, .esr-copy:focus-visible, .esr-vote-btn:focus-visible,
.esr-compat-in:focus-visible, .esr-ilink:focus-visible { outline: 2px solid var(--esr-accent); outline-offset: 2px; }

/* Inline SVG icons (replace emoji) — inherit colour, sized per context */
.esr-ico { width: 1em; height: 1em; display: inline-block; vertical-align: -0.14em; flex: none; }
.esr-pc-ic .esr-ico { width: 14px; height: 14px; }
.esr-medal { display: inline-flex; align-items: center; color: var(--esr-amber); }
.esr-medal .esr-ico { width: 17px; height: 17px; }
.esr-vs-trophy { display: inline-flex; color: var(--esr-accent); }
.esr-vs-trophy .esr-ico { width: 24px; height: 24px; }
.esr-compat-ic { display: inline-flex; color: var(--esr-accent); }
.esr-compat-ic .esr-ico { width: 20px; height: 20px; }
.esr-bv-tag .esr-ico { width: 14px; height: 14px; vertical-align: -0.18em; }
.esr-vote-btn .esr-ico { width: 16px; height: 16px; }
.esr-bor-stats b .esr-ico { width: 13px; height: 13px; vertical-align: -0.12em; margin-right: 3px; color: var(--esr-accent-dark); }
.esr-score-readers .esr-ico { width: 13px; height: 13px; vertical-align: -0.12em; }

.esr-pricing { margin: 2rem 0; }
.esr-pricing-h { font-family: 'Sora', sans-serif; font-size: 22px; margin: 0 0 12px; }

/* ---------- Review masthead (summary hero) ---------- */
.esr-summary { display: grid; gap: 14px; }
.esr-sum-card { background: var(--esr-surface); border: 1px solid var(--esr-line); border-top: 5px solid var(--esr-accent); border-radius: var(--esr-radius); padding: 26px; box-shadow: var(--esr-shadow); }
.esr-sum-main { display: flex; gap: 18px; align-items: center; min-width: 0; margin-bottom: 18px; }
.esr-sum-main .esr-logo { flex: none; }
.esr-sum-body { min-width: 0; flex: 1 1 auto; }
.esr-sum-eyebrow { display: inline-block; font-size: 10.5px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--esr-accent-dark); margin-bottom: 4px; }
.esr-sum-body h3 { font-size: 26px; margin-bottom: 6px; }
/* score dial */
.esr-dial { --esr-p: 90; position: relative; width: 76px; height: 76px; border-radius: 50%; background: conic-gradient(var(--esr-accent) calc(var(--esr-p) * 1%), var(--esr-line) 0); display: grid; place-items: center; flex: none; }
.esr-dial::before { content: ''; position: absolute; inset: 7px; border-radius: 50%; background: var(--esr-surface); }
.esr-dial b { position: relative; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 22px; color: var(--esr-ink); }
.esr-dial--sm { width: 62px; height: 62px; }
.esr-dial--sm::before { inset: 6px; }
.esr-dial--sm b { font-size: 18px; }
.esr-sum-score { flex: none; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; }
.esr-score-label { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--esr-muted); }
.esr-score-readers { font-size: 11px; font-weight: 700; color: var(--esr-muted); }
/* fact chips + blurb + cta row */
.esr-hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.esr-hero-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--esr-accent-soft); color: var(--esr-accent-dark); font-weight: 700; font-size: 12.5px; padding: 7px 13px; border-radius: 999px; }
.esr-hero-chip .esr-ico { width: 13px; height: 13px; }
.esr-hero-blurb { color: var(--esr-muted); line-height: 1.7; margin: 0 0 18px; font-size: 15.5px; }
.esr-summary .esr-proscons { margin-bottom: 18px; }
.esr-hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.esr-hero-code { font-size: 13.5px; color: var(--esr-muted); display: inline-flex; align-items: center; gap: 8px; }
.esr-hero-code b { color: var(--esr-accent-dark); letter-spacing: .06em; font-family: 'Sora', ui-monospace, monospace; }
.esr-copy--mini { padding: 6px 12px; font-size: 11.5px; border-radius: 8px; box-shadow: 0 2px 0 0 var(--esr-cta-dark); }

/* Pros / cons — solid tinted panels with header chips */
.esr-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.esr-pc { border-radius: 14px; padding: 0; overflow: hidden; border: 1px solid var(--esr-line); display: flex; flex-direction: column; }
.esr-pc ul { flex: 1 1 auto; } /* tint always fills to the bottom, even when lists differ in length */
.esr-pc h4 { font-size: 14px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; padding: 12px 18px; color: #fff; }
.esr-pc--pro h4 { background: var(--esr-green); }
.esr-pc--con h4 { background: var(--esr-rose); }
.esr-pc-ic { width: 22px; height: 22px; border-radius: 7px; background: rgba(255,255,255,.25); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 800; }
.esr-pc ul { margin: 0; padding: 14px 18px; list-style: none; }
.esr-pc--pro ul { background: var(--esr-green-soft); }
.esr-pc--con ul { background: var(--esr-rose-soft); }
.esr-pc li { position: relative; padding-left: 24px; margin: 9px 0; line-height: 1.45; font-size: 14.5px; }
.esr-pc--pro li::before { content: '✓'; position: absolute; left: 0; top: -1px; color: var(--esr-green); font-weight: 900; font-size: 16px; }
.esr-pc--con li::before { content: '×'; position: absolute; left: 1px; top: -2px; color: var(--esr-rose); font-weight: 900; font-size: 19px; }

/* ---------- Spotlight — spec sheet + buy panel ---------- */
.esr-spotlight { border: 1px solid var(--esr-line); border-radius: var(--esr-radius); background: var(--esr-surface); box-shadow: var(--esr-shadow); max-width: 860px; overflow: hidden; }
.esr-sp-cols { display: grid; grid-template-columns: 1.7fr 1fr; }
.esr-sp-main { padding: 24px 26px; min-width: 0; }
.esr-sp-head { display: flex; align-items: center; gap: 14px; position: relative; flex-wrap: wrap; margin-bottom: 12px; }
.esr-sp-head h3 { font-size: 23px; flex: 1 1 auto; }
.esr-rank { min-width: 34px; height: 34px; display: grid; place-items: center; background: var(--esr-ink); color: #fff; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 14px; border-radius: 10px; padding: 0 8px; }
.esr-sp-blurb { color: var(--esr-muted); line-height: 1.65; margin: 0 0 16px; font-size: 15px; }
.esr-tiles { display: flex; flex-wrap: wrap; gap: 10px; }
.esr-tiles--trial { margin: 16px 0; }
.esr-tile { flex: 1 1 120px; background: var(--esr-accent-soft); border-radius: 13px; padding: 14px 16px; display: flex; flex-direction: column; gap: 2px; }
.esr-tile-v { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 21px; color: var(--esr-accent-dark); }
.esr-tile-v small { font-size: 11px; color: var(--esr-accent-dark); font-weight: 700; margin-left: 2px; }
.esr-tile-k { font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--esr-accent-dark); opacity: .8; }
.esr-spec { width: 100%; border-collapse: collapse; margin: 0 0 16px; font-size: 14px; }
.esr-spec th { text-align: left; font-weight: 700; padding: 11px 12px 11px 0; width: 44%; vertical-align: top; color: var(--esr-muted); border-bottom: 1px solid var(--esr-line); }
.esr-spec td { padding: 11px 0; color: var(--esr-ink); font-weight: 700; border-bottom: 1px solid var(--esr-line); text-align: right; }
.esr-spec tr:last-child td, .esr-spec tr:last-child th { border-bottom: 0; }
.esr-spotlight .esr-proscons { margin: 0; }
/* buy panel (right rail) */
.esr-sp-buy { background: var(--esr-surface-2); border-left: 1px solid var(--esr-line); padding: 26px 22px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; }
.esr-sp-buy .esr-stars { font-size: 15px; }
.esr-sp-facts { width: 100%; display: flex; flex-direction: column; gap: 0; margin-top: 4px; }
.esr-sp-fact { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 2px; border-bottom: 1px dashed var(--esr-line); }
.esr-sp-fact:last-child { border-bottom: 0; }
.esr-sp-fact-k { font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--esr-muted); }
.esr-sp-fact-v { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 14px; color: var(--esr-ink); }
.esr-sp-fact-v small { font-size: 10px; font-weight: 700; color: var(--esr-muted); }
.esr-sp-deal { font-size: 12px; font-weight: 800; color: var(--esr-cta-dark); background: var(--esr-cta-soft); padding: 6px 13px; border-radius: 999px; }
.esr-sp-buy .esr-btn { width: 100%; justify-content: center; margin-top: 2px; }

/* ---------- Verdict — editorial pull-quote ---------- */
.esr-verdict { background: var(--esr-surface); border: 1px solid var(--esr-line); border-left: 6px solid var(--esr-accent); border-radius: var(--esr-radius); padding: 26px 30px 24px; max-width: 820px; box-shadow: var(--esr-shadow); }
.esr-verdict h3 { font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--esr-accent-dark); margin-bottom: 12px; }
.esr-verdict p { line-height: 1.7; color: var(--esr-ink); margin: 0 0 18px; font-size: 18px; font-family: 'Sora', sans-serif; font-weight: 600; }
.esr-verdict-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 1px dashed var(--esr-line); padding-top: 16px; }
.esr-verdict-score { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: var(--esr-muted); font-weight: 700; }
.esr-verdict-score b { font-family: 'Sora', sans-serif; font-size: 24px; color: var(--esr-accent-dark); }

/* ---------- Promo / coupon — horizontal boarding-pass ticket ---------- */
.esr-promo-card { max-width: 620px; margin: 0 auto; background: var(--esr-surface); border: 1px solid var(--esr-line); border-radius: var(--esr-radius); box-shadow: var(--esr-shadow); overflow: hidden; display: grid; grid-template-columns: 1.5fr minmax(220px, 1fr); position: relative; }
.esr-promo-head { padding: 22px 24px; text-align: left; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; }
.esr-promo-kick { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--esr-cta-dark); background: var(--esr-cta-soft); padding: 6px 13px; border-radius: 999px; }
.esr-promo-top { display: flex; align-items: center; gap: 12px; }
.esr-promo-name { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 800; color: var(--esr-ink); }
.esr-promo-off { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 32px; line-height: 1; color: var(--esr-accent-dark); }
.esr-promo-desc { margin: 0; color: var(--esr-muted); font-size: 13.5px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
/* right stub with perforation + notches */
.esr-promo-body { padding: 22px 20px; text-align: center; background: var(--esr-accent-soft); border-left: 2px dashed var(--esr-accent); position: relative; display: flex; flex-direction: column; justify-content: center; }
.esr-promo-body::before, .esr-promo-body::after { content: ''; position: absolute; left: -11px; width: 20px; height: 20px; border-radius: 50%; background: var(--esr-surface); border: 1px solid var(--esr-line); }
.esr-promo-body::before { top: -11px; }
.esr-promo-body::after { bottom: -11px; }
.esr-promo-codebox { position: relative; display: flex; flex-direction: column; align-items: center; gap: 7px; border: 2px dashed var(--esr-accent); background: var(--esr-surface); border-radius: 12px; padding: 12px; margin: 8px 0 12px; }
.esr-promo-codelabel { font-size: 10px; font-weight: 800; letter-spacing: .14em; color: var(--esr-accent-dark); }
.esr-promo-code { flex: none; text-align: center; font-family: 'Sora', ui-monospace, monospace; font-weight: 800; font-size: clamp(15px, 2.6vw, 20px); letter-spacing: .08em; color: var(--esr-ink); white-space: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
.esr-copy { border: 0; background: var(--esr-cta); color: #fff; font-weight: 800; font-size: 13px; padding: 10px 18px; border-radius: 10px; cursor: pointer; box-shadow: 0 3px 0 0 var(--esr-cta-dark); transition: transform .08s; }
.esr-copy:active { transform: translateY(2px); box-shadow: 0 1px 0 0 var(--esr-cta-dark); }
.esr-copy.copied { background: var(--esr-green); box-shadow: 0 3px 0 0 #008F63; }
.esr-promo-pills { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 18px; }
.esr-promo-pills span { font-size: 12px; font-weight: 700; color: var(--esr-accent-dark); background: var(--esr-accent-soft); padding: 6px 13px; border-radius: 999px; }

/* ---------- Free trial ---------- */
.esr-trial { border: 1px solid var(--esr-line); border-top: 5px solid var(--esr-accent); border-radius: var(--esr-radius); padding: 24px; background: var(--esr-surface); box-shadow: var(--esr-shadow); max-width: 580px; }
.esr-trial-head { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.esr-trial-head strong { display: block; font-size: 18px; }
.esr-trial-head span { color: var(--esr-muted); font-size: 13px; }
.esr-kicker { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--esr-accent-dark); margin: 16px 0 7px; }
.esr-checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.esr-checklist li { background: var(--esr-accent-soft); border-radius: 11px; padding: 11px 14px; font-weight: 600; color: var(--esr-ink); }
.esr-bestfor { display: inline-block; background: var(--esr-accent); color: #fff; border-radius: 999px; padding: 8px 16px; font-weight: 700; }
.esr-trial .esr-btn { display: flex; margin-top: 18px; }

/* ---------- Coupon details table — navy header band ---------- */
.esr-coupontable { border: 1px solid var(--esr-line); border-radius: var(--esr-radius); overflow: hidden; box-shadow: var(--esr-shadow); max-width: 740px; }
.esr-ct-head { display: flex; align-items: center; gap: 14px; padding: 20px 22px; background: var(--esr-ink); color: #fff; }
.esr-ct-head .esr-logo { background: #fff; }
.esr-ct-headtext strong { display: block; font-family: 'Sora', sans-serif; font-size: 18px; color: #fff; }
.esr-ct-headtext span { font-size: 13px; color: var(--esr-amber); font-weight: 700; }
.esr-ct { width: 100%; border-collapse: collapse; }
.esr-ct th { text-align: left; font-weight: 700; padding: 13px 22px; width: 42%; vertical-align: top; color: var(--esr-muted); font-size: 14px; }
.esr-ct td { padding: 13px 22px; color: var(--esr-ink); font-weight: 700; text-align: right; }
.esr-ct-alt { background: var(--esr-surface-2); }
.esr-ct-feat { margin: 0; padding-left: 0; list-style: none; text-align: left; }
.esr-ct-feat li { position: relative; padding-left: 24px; margin-bottom: 7px; font-weight: 600; }
.esr-ct-feat li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--esr-green); font-weight: 900; }
.esr-ct-cta { padding: 20px 22px 22px; }

/* ---------- VS — bold ---------- */
.esr-vs { border: 1px solid var(--esr-line); border-radius: var(--esr-radius); overflow: hidden; max-width: 880px; box-shadow: var(--esr-shadow); }
.esr-vs-head, .esr-vs-row { display: grid; grid-template-columns: 1fr 92px 1fr; }
.esr-vs-head { background: var(--esr-ink); align-items: center; position: relative; }
.esr-vs-side { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 26px 16px; }
.esr-vs-side .esr-logo { background: #fff; }
.esr-vs-side strong { font-size: 19px; font-family: 'Sora', sans-serif; color: #fff; }
.esr-vs-x { display: grid; place-items: center; }
.esr-vs-x::before { content: 'VS'; width: 54px; height: 54px; border-radius: 50%; background: var(--esr-cta); color: #fff; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 16px; display: grid; place-items: center; box-shadow: 0 0 0 5px var(--esr-ink); }
.esr-vs-row { border-top: 1px solid var(--esr-line); align-items: stretch; }
.esr-vs-cell { display: flex; align-items: center; gap: 8px; padding: 15px 18px; font-size: 14px; line-height: 1.5; justify-content: center; text-align: center; }
.esr-vs-cell.is-win { font-weight: 800; }
.esr-vs-cell.is-win span { background: var(--esr-accent); color: #fff; padding: 5px 12px; border-radius: 999px; }
.esr-vs-cell.is-win strong { color: rgba(255,255,255,.85); }
.esr-vs-mid { display: grid; place-items: center; font-weight: 800; font-size: 11px; letter-spacing: .04em; color: var(--esr-muted); background: var(--esr-surface-2); padding: 15px 8px; text-align: center; text-transform: uppercase; }
.esr-medal { font-size: 16px; }

/* ---------- Roundup heading ---------- */
.esr-rh { font-family: 'Sora', sans-serif; font-size: 25px; font-weight: 800; margin: 44px 0 18px; padding-left: 16px; position: relative; }
.esr-rh::before { content: ''; position: absolute; left: 0; top: 3px; bottom: 3px; width: 6px; border-radius: 3px; background: var(--esr-cta); }

/* ---------- Podium — #1 feature card + compact runners-up ---------- */
.esr-podium-grid { display: grid; grid-template-columns: 1.45fr 1fr; grid-auto-rows: min-content; gap: 14px; align-items: stretch; counter-reset: esr-rank; }
.esr-podium-card { position: relative; border: 1px solid var(--esr-line); border-radius: var(--esr-radius); background: var(--esr-surface); box-shadow: var(--esr-shadow); transition: transform .15s ease; counter-increment: esr-rank; }
.esr-podium-card:hover { transform: translateY(-3px); }
.esr-podium-card::before { content: counter(esr-rank); position: absolute; top: 14px; right: 14px; width: 30px; height: 30px; border-radius: 50%; background: var(--esr-surface-2); color: var(--esr-muted); font-family: 'Sora', sans-serif; font-weight: 800; font-size: 14px; display: grid; place-items: center; }
/* #1: big feature card spanning both rows */
.esr-podium-card:first-child { grid-row: 1 / 3; border: 2px solid var(--esr-cta); padding: 26px 22px 22px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
.esr-podium-card:first-child::before { background: var(--esr-cta); color: #fff; }
.esr-podium-card:first-child::after { content: '★ Top pick'; position: absolute; top: -12px; left: 20px; background: var(--esr-cta); color: #fff; font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 13px; border-radius: 999px; white-space: nowrap; }
/* runners-up: compact rows — logo | name + 2-line blurb | button, vertically centred */
.esr-podium-card:not(:first-child) { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; grid-template-rows: auto auto; align-items: center; align-content: center; column-gap: 14px; row-gap: 4px; text-align: left; padding: 16px 52px 16px 16px; }
.esr-podium-card:not(:first-child) h4, .esr-podium-card:not(:first-child) p { min-width: 0; overflow-wrap: normal; word-break: normal; }
.esr-podium-card:not(:first-child) .esr-logo--lg { grid-row: 1 / 3; width: 44px; height: 44px; border-radius: 12px; font-size: 17px; }
.esr-podium-card:not(:first-child) h4 { grid-column: 2; font-size: 16px; margin: 0; align-self: end; }
.esr-podium-card:not(:first-child) p { grid-column: 2; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 12.5px; line-height: 1.45; align-self: start; flex: none; }
.esr-podium-card:not(:first-child) .esr-btn { grid-column: 3; grid-row: 1 / 3; padding: 9px 14px; font-size: 12.5px; }
.esr-podium-card:not(:first-child) .esr-podium-code { display: none; }
.esr-podium-card h4 { font-size: 20px; margin-top: 4px; }
.esr-podium-card p { color: var(--esr-muted); font-size: 14px; margin: 0; flex: 1; line-height: 1.55; }
.esr-podium-code { font-size: 12px; color: var(--esr-accent-dark); letter-spacing: .04em; font-weight: 800; background: var(--esr-accent-soft); padding: 5px 12px; border-radius: 999px; }

/* ---------- Best of the rest ---------- */
.esr-bor { display: grid; gap: 12px; counter-reset: esr-bor; }
.esr-bor-row { position: relative; background: var(--esr-surface); border: 1px solid var(--esr-line); border-radius: 14px; padding: 18px 20px 18px 64px; display: grid; grid-template-columns: 1fr; gap: 10px; box-shadow: 0 1px 2px rgba(0,0,0,.04); counter-increment: esr-bor; }
.esr-bor-row::before { content: counter(esr-bor); position: absolute; left: 16px; top: 18px; width: 34px; height: 34px; border-radius: 10px; background: var(--esr-ink); color: #fff; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 15px; display: grid; place-items: center; }
.esr-bor-name { display: flex; align-items: center; gap: 12px; justify-content: space-between; flex-wrap: wrap; }
.esr-bor-name strong { font-size: 17px; font-family: 'Sora', sans-serif; }
.esr-bor-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.esr-bor-stats span { display: flex; flex-direction: column; font-size: 14px; font-weight: 800; color: var(--esr-ink); }
.esr-bor-stats b { display: block; font-size: 10px; color: var(--esr-accent-dark); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 2px; }
.esr-bor-blurb { margin: 2px 0 0; color: var(--esr-muted); font-size: 14px; line-height: 1.55; }

/* ---------- VS winner callout — light scoreboard footer ---------- */
.esr-vs-winner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 16px 20px; background: var(--esr-accent-soft); border-top: 2px solid var(--esr-accent); }
.esr-vs-winner-txt { display: flex; align-items: center; gap: 12px; font-size: 15px; line-height: 1.4; color: var(--esr-ink); }
.esr-vs-trophy { font-size: 26px; line-height: 1; }
.esr-vs-winner-k { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--esr-accent-dark); }
.esr-vs-winner-txt strong { font-family: 'Sora', sans-serif; font-size: 17px; }

/* ---------- Best-value badge ---------- */
.esr-bv { border: 1px solid var(--esr-line); border-radius: var(--esr-radius); overflow: hidden; box-shadow: var(--esr-shadow); max-width: 560px; }
.esr-bv-tag { background: var(--esr-amber); color: #000000; font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; padding: 8px 18px; display: flex; align-items: center; gap: 7px; }
.esr-bv-spark { font-size: 14px; }
.esr-bv-main { display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: var(--esr-surface); }
.esr-bv-body { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.esr-bv-body strong { font-family: 'Sora', sans-serif; font-size: 18px; }
.esr-bv-price { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; color: var(--esr-accent-dark); }
.esr-bv-price small { font-size: 12px; color: var(--esr-muted); font-weight: 700; }

/* ---------- Speed chart ---------- */
.esr-chart { border: 1px solid var(--esr-line); border-radius: var(--esr-radius); padding: 22px 24px; background: var(--esr-surface); box-shadow: var(--esr-shadow); max-width: 660px; }
.esr-chart-h { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 16px; margin-bottom: 16px; }
.esr-chart-h small { font-weight: 600; color: var(--esr-muted); font-size: 12px; }
.esr-chart-row { display: grid; grid-template-columns: 120px 1fr 64px; align-items: center; gap: 12px; margin: 9px 0; }
.esr-chart-name { font-weight: 700; font-size: 14px; }
.esr-chart-track { background: var(--esr-surface-2); border-radius: 999px; height: 14px; overflow: hidden; }
.esr-chart-bar { display: block; height: 100%; background: var(--esr-accent); border-radius: 999px; }
.esr-chart-bar.is-top { background: var(--esr-cta); }
.esr-chart-val { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 14px; text-align: right; color: var(--esr-ink); }

/* ---------- Compatibility checker ---------- */
.esr-compat { border: 1px solid var(--esr-line); border-top: 5px solid var(--esr-accent); border-radius: var(--esr-radius); padding: 24px; background: var(--esr-surface); box-shadow: var(--esr-shadow); max-width: 560px; }
.esr-compat-h { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 18px; display: flex; align-items: center; gap: 9px; }
.esr-compat-sub { color: var(--esr-muted); font-size: 14px; margin: 6px 0 14px; }
.esr-compat-in { width: 100%; border: 2px solid var(--esr-line); border-radius: 12px; padding: 13px 16px; font-size: 15px; font-family: inherit; outline: none; transition: border-color .15s; }
.esr-compat-in:focus { border-color: var(--esr-accent); }
.esr-compat-out { margin-top: 14px; font-size: 15px; font-weight: 600; padding: 0 4px; }
.esr-compat-out.is-yes { color: var(--esr-green); }
.esr-compat-out.is-no { color: var(--esr-muted); }

/* ---------- Reader votes ---------- */
.esr-vote { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; padding: 14px 18px; background: var(--esr-surface-2); border-radius: 12px; }
.esr-vote-q { font-weight: 700; font-size: 14px; margin-right: 4px; }
.esr-vote-btn { border: 1.5px solid var(--esr-accent); background: var(--esr-accent-soft); color: var(--esr-accent-dark); border-radius: 999px; padding: 8px 16px; font-weight: 800; font-size: 13.5px; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; transition: background .15s, transform .08s; }
.esr-vote-btn:hover { background: var(--esr-accent); color: #fff; }
.esr-vote-btn.is-picked { background: var(--esr-accent); color: #fff; }
.esr-vote-btn[data-dir='down'] { border-color: var(--esr-line); background: #fff; color: var(--esr-muted); }
.esr-vote-btn[data-dir='down']:hover, .esr-vote-btn[data-dir='down'].is-picked { background: var(--esr-surface-2); color: var(--esr-ink); }
.esr-vote-btn b { font-family: 'Sora', sans-serif; }
.esr-score-readers { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.7); margin-top: 8px; }

/* ---------- Auto internal link ---------- */
.esr-ilink { color: var(--esr-accent-dark); text-decoration: underline; text-decoration-color: var(--esr-accent); text-underline-offset: 2px; }

/* ---------- Scorecard (category rating bars) ---------- */
.esr-score { border: 1px solid var(--esr-line); border-radius: var(--esr-radius); background: var(--esr-surface); box-shadow: var(--esr-shadow); padding: 22px 24px; max-width: 660px; }
.esr-score-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.esr-score-head strong { flex: 1; font-family: 'Sora', sans-serif; font-size: 17px; }
.esr-score-big { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 26px; color: var(--esr-accent-dark); background: var(--esr-accent-soft); padding: 6px 14px; border-radius: 12px; }
.esr-score-big small { font-size: 13px; font-weight: 700; opacity: .7; }
.esr-score-row { display: grid; grid-template-columns: 82px 1fr 36px minmax(70px, auto); align-items: center; gap: 12px; margin: 10px 0; }
.esr-score-k { font-weight: 800; font-size: 13px; }
/* segmented meter: the fill is masked into 10 blocks by white gap stripes */
.esr-score-track { position: relative; background: var(--esr-surface-2); border-radius: 4px; height: 16px; overflow: hidden; }
.esr-score-fill { display: block; height: 100%; background: var(--esr-accent); }
.esr-score-track::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(10% - 3px), var(--esr-surface) calc(10% - 3px), var(--esr-surface) 10%); pointer-events: none; }
.esr-score-row.is-overall .esr-score-fill { background: var(--esr-cta); }
.esr-score-row.is-overall .esr-score-k { color: var(--esr-cta-dark); }
.esr-score-v { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 14px; text-align: right; }
.esr-score-note { font-size: 12px; color: var(--esr-muted); font-weight: 600; text-align: right; }

/* ---------- FAQ — numbered minimal accordion ---------- */
.esr-faq { border: 1px solid var(--esr-line); border-radius: var(--esr-radius); background: var(--esr-surface); box-shadow: var(--esr-shadow); overflow: hidden; max-width: 740px; counter-reset: esr-q; padding: 6px 0; }
.esr-faq-h { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 17px; padding: 18px 24px 10px; color: var(--esr-ink); }
.esr-faq-item { border-top: 1px solid var(--esr-line); counter-increment: esr-q; }
.esr-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 15px 24px; font-weight: 700; font-size: 15px; }
.esr-faq-item summary::before { content: counter(esr-q, decimal-leading-zero); font-family: 'Sora', sans-serif; font-weight: 800; font-size: 12px; color: var(--esr-accent); flex: none; }
.esr-faq-item summary::-webkit-details-marker { display: none; }
.esr-faq-item summary:hover { background: var(--esr-surface-2); }
.esr-faq-item summary:focus-visible { outline: 2px solid var(--esr-accent); outline-offset: -2px; }
.esr-faq-chev { flex: none; margin-left: auto; width: 9px; height: 9px; border-right: 2.5px solid var(--esr-accent); border-bottom: 2.5px solid var(--esr-accent); transform: rotate(45deg); transition: transform .18s ease; margin-top: -3px; }
.esr-faq-item[open] .esr-faq-chev { transform: rotate(225deg); margin-top: 4px; }
.esr-faq-item[open] summary { color: var(--esr-accent-dark); }
.esr-faq-a { padding: 0 24px 16px 62px; color: var(--esr-muted); line-height: 1.65; font-size: 14.5px; }

/* ---------- "At a glance" card ---------- */
.esr-glance { border: 1px solid var(--esr-line); border-left: 6px solid var(--esr-cta); border-radius: var(--esr-radius); background: var(--esr-surface); box-shadow: var(--esr-shadow); padding: 22px 24px; max-width: 620px; }
.esr-glance-head { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; flex-wrap: wrap; }
.esr-glance-t { flex: 1; display: flex; flex-direction: column; }
.esr-glance-kick { font-size: 10.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--esr-cta-dark); }
.esr-glance-t strong { font-family: 'Sora', sans-serif; font-size: 19px; }
.esr-glance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; }
.esr-glance-fact { background: var(--esr-surface-2); border-radius: 12px; padding: 12px 14px; display: flex; flex-direction: column; gap: 2px; }
.esr-glance-fact .esr-ico { width: 16px; height: 16px; color: var(--esr-accent-dark); margin-bottom: 4px; }
.esr-glance-k { font-size: 10.5px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--esr-muted); }
.esr-glance-v { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 17px; }
.esr-glance-best { margin: 14px 0 0; font-size: 14px; color: var(--esr-ink); background: var(--esr-accent-soft); border-radius: 10px; padding: 10px 14px; }
.esr-glance-cta { display: flex; align-items: center; gap: 14px; margin-top: 16px; flex-wrap: wrap; }
.esr-glance-code { font-size: 13px; color: var(--esr-muted); }
.esr-glance-code b { color: var(--esr-accent-dark); letter-spacing: .05em; }

/* ---------- Design polish (existing blocks) ---------- */
.esr-sum-card, .esr-spotlight, .esr-promo-card, .esr-coupontable, .esr-vs, .esr-trial, .esr-verdict, .esr-score, .esr-glance, .esr-faq, .esr-chart, .esr-compat, .esr-bv { transition: box-shadow .18s ease; }
.esr-sum-card:hover, .esr-spotlight:hover, .esr-promo-card:hover { box-shadow: 0 3px 6px rgba(0,0,0,.06), 0 30px 60px -32px rgba(0,0,0,.4); }
.esr-tile { border: 1px solid rgba(254,65,196,.14); }
.esr-verdict h3::before { content: ''; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--esr-cta); margin-right: 8px; vertical-align: 1px; }

/* ---------- Sticky "Get deal" — floating pill ---------- */
/* !important guards: page-cache/optimisers can serve a stale combined stylesheet
   containing the old full-width bar rules — the pill geometry must always win. */
.esr.esr-sticky { position: fixed !important; left: 50% !important; right: auto !important; bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important; z-index: 9990; width: calc(100% - 24px) !important; max-width: 520px !important; margin: 0 !important; background: var(--esr-ink); color: #fff; border-radius: 999px !important; box-shadow: 0 12px 32px -8px rgba(0,0,0,.55); transform: translate(-50%, 0); transition: transform .25s ease, opacity .25s ease; }
.esr.esr-sticky.is-hidden { transform: translate(-50%, 140%); opacity: 0; }
.esr-sticky-inner { display: flex; align-items: center; gap: 12px; padding: 8px 10px 8px 12px; }
.esr-sticky-logo { width: 34px; height: 34px; border-radius: 50%; background: #fff; }
.esr-sticky .esr-btn, .esr-sticky-btn { border-radius: 999px; }
.esr-sticky-txt { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.esr-sticky-txt strong { font-family: 'Sora', sans-serif; font-size: 15px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.esr-sticky-code { font-size: 12px; color: rgba(255,255,255,.75); }
.esr-sticky-code b { color: var(--esr-amber); letter-spacing: .04em; }
.esr-sticky-btn { flex: none; padding: 10px 20px; font-size: 13.5px; }
.esr-sticky-x { flex: none; width: 30px; height: 30px; border: 0; border-radius: 8px; background: rgba(255,255,255,.12); color: #fff; font-size: 18px; line-height: 1; cursor: pointer; }
.esr-sticky-x:hover { background: rgba(255,255,255,.22); }

/* Never let media/blocks overflow the content column */
.esr img { max-width: 100%; height: auto; }
.esr { max-width: 100%; }

@media (max-width: 640px) {
	.esr-sum-card { padding: 20px 16px; }
	.esr-sum-main { flex-wrap: wrap; }
	.esr-sum-score { margin-left: auto; }
	.esr-sp-cols { grid-template-columns: 1fr; }
	.esr-sp-buy { border-left: 0; border-top: 1px solid var(--esr-line); }
	.esr-chart-row { grid-template-columns: 92px 1fr 52px; }
	.esr-chart-row .esr-chart-name { font-size: 12px; }
	.esr-proscons { grid-template-columns: 1fr; }
	.esr-promo-card { grid-template-columns: 1fr; }
	.esr-promo-body { border-left: 0; border-top: 2px dashed var(--esr-accent); }
	.esr-promo-body::before { top: -11px; left: -11px; }
	.esr-promo-body::after { top: -11px; bottom: auto; left: auto; right: -11px; }
	.esr-podium-grid { grid-template-columns: 1fr; }
	.esr-podium-card:first-child { grid-row: auto; }
	/* runners on phones: button drops to its own full-width row so the name never gets crushed */
	.esr-podium-card:not(:first-child) { grid-template-columns: auto minmax(0, 1fr); padding: 14px 48px 14px 14px; }
	.esr-podium-card:not(:first-child) .esr-btn { grid-column: 1 / -1; grid-row: 3; width: 100%; justify-content: center; margin-top: 8px; }
	.esr-vs-head, .esr-vs-row { grid-template-columns: 1fr 56px 1fr; }
	.esr-vs-cell { padding: 11px 8px; font-size: 12.5px; flex-wrap: wrap; }
	.esr-vs-side strong { font-size: 15px; }
	.esr-vs-winner { flex-direction: column; align-items: stretch; text-align: left; }
	.esr-vs-winner .esr-btn { justify-content: center; }
	.esr-bor-stats { grid-template-columns: repeat(3, 1fr); }
	.esr-sp-main { padding: 18px 16px; }
	.esr-sp-buy { padding: 18px 16px; }
	.esr-verdict { padding: 22px 18px; }
	.esr-score { padding: 18px 14px; }
	.esr-score-row { grid-template-columns: 66px 1fr 32px; }
	.esr-score-note { display: none; } /* keep the bar readable — detail lives in the spec table */
	.esr-glance { padding: 18px 16px; }
	.esr-glance-grid { grid-template-columns: 1fr 1fr; }
	.esr-faq-item summary { padding: 13px 16px; font-size: 14px; }
	.esr-faq-a { padding: 0 16px 14px; }
	.esr-faq-h { padding: 15px 16px; }
	.esr-promo-card { margin: 0; }
	.esr-podium-card { padding: 26px 16px 20px; }

	/* Sticky bar — compact single row that always fits */
	.esr-sticky-inner { gap: 10px; padding: 9px 12px; padding-bottom: calc(9px + env(safe-area-inset-bottom, 0px)); }
	.esr-sticky-logo { width: 30px; height: 30px; border-radius: 8px; }
	.esr-sticky-txt strong { font-size: 13px; }
	.esr-sticky-code { font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.esr-sticky-btn { padding: 9px 14px; font-size: 12.5px; white-space: nowrap; }
	.esr-sticky-x { width: 26px; height: 26px; font-size: 16px; }
}

@media (max-width: 420px) {
	/* Very small phones: drop the logo, give the text + button all the room */
	.esr-sticky-logo { display: none; }
	.esr-sticky-inner { gap: 8px; }
	.esr-sticky-btn { padding: 9px 12px; }
	.esr-tile { flex-basis: 100%; }
	.esr-tile-v { font-size: 18px; }
	.esr-glance-grid { grid-template-columns: 1fr 1fr; }
	.esr-bor-row { padding-left: 58px; }
	.esr-bor-stats { grid-template-columns: 1fr 1fr; }
	.esr-promo-codebox { flex-wrap: wrap; justify-content: center; }
	.esr-promo-code { font-size: 17px; }
	.esr-ct th { width: 38%; padding: 11px 14px; font-size: 13px; }
	.esr-ct td { padding: 11px 14px; font-size: 13px; }
}

/* ================= v4 summary structure ================= */
.esr-s4 .esr-sum-card{padding:0;overflow:hidden}
.esr-s4-bar{position:relative;background:linear-gradient(135deg,#1C1C23,#0E0E12 62%);color:#fff;padding:22px;display:flex;align-items:center;gap:16px;overflow:hidden}
.esr-s4-bar::after{content:"";position:absolute;right:-70px;top:-90px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(254,65,196,.28),transparent 66%);pointer-events:none}
.esr-s4-bar>*{position:relative;z-index:1}
.esr-s4-id{flex:1;min-width:0}
.esr-s4-id h3{color:#fff;font-size:clamp(23px,2.8vw,28px);margin-top:2px}
.esr-s4-kicker{font-family:'IBM Plex Mono',ui-monospace,monospace;font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
.esr-s4-id>.esr-s4-kicker{color:var(--esr-accent);display:block;margin-bottom:5px}
.esr-s4-meta{display:flex;align-items:center;gap:9px;margin-top:8px}
.esr-s4-meta small{font-family:'IBM Plex Mono',monospace;font-size:11px;color:#9797A2}
.esr-s4-slab{background:#fff;color:#0E0E12;border-radius:16px;padding:12px 18px;text-align:center;box-shadow:0 10px 26px -12px rgba(0,0,0,.55)}
.esr-s4-slab b{display:block;font-family:'Archivo',sans-serif;font-weight:800;font-size:26px;letter-spacing:-.04em;line-height:1}
.esr-s4-slab b span{font-size:13px;color:#83838F;font-weight:700}
.esr-s4-slab .esr-s4-kicker{color:#83838F;margin-top:4px;display:block;font-size:8.5px}
.esr-s4-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));background:#FFF8EC;border-bottom:1px solid #F2DFA0}
.esr-s4-stat{padding:15px 16px;text-align:center;position:relative}
.esr-s4-stat+.esr-s4-stat::before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:#F2DFA0}
.esr-s4-stat b{display:block;font-family:'Archivo',sans-serif;font-weight:800;font-size:21px;letter-spacing:-.035em;font-variant-numeric:tabular-nums}
.esr-s4-stat b small{font-size:11px;font-weight:600;color:#83838F;margin-left:3px}
.esr-s4-stat .esr-s4-kicker{display:block;font-size:8.5px;color:#83838F;margin-top:4px}
.esr-s4-body{padding:24px;display:flex;flex-direction:column;gap:20px}
.esr-s4-deal{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:17px 18px;border-radius:18px;background:linear-gradient(120deg,#FFF5FB,#FFE7F5);border:1px solid #F9C7E8}
.esr-s4-deal-txt{flex:1;min-width:170px}
.esr-s4-deal-txt b{display:block;font-family:'Archivo',sans-serif;font-weight:800;font-size:17px;letter-spacing:-.028em}
.esr-s4-deal-txt small{display:flex;align-items:center;gap:8px;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.05em;color:#83838F;margin-top:4px}
.esr-s4-live{width:6px;height:6px;border-radius:50%;background:#00B67A;display:inline-block;flex:0 0 6px;box-shadow:0 0 0 0 rgba(0,182,122,.6);animation:esrPulse 2.6s infinite}
@keyframes esrPulse{70%{box-shadow:0 0 0 6px rgba(0,182,122,0)}100%{box-shadow:0 0 0 0 rgba(0,182,122,0)}}
.esr-s4-code{font-family:'IBM Plex Mono',monospace;font-size:13px;font-weight:600;letter-spacing:.06em;border:1.6px dashed var(--esr-accent);color:var(--esr-accent-dark);background:rgba(254,65,196,.05);padding:12px 16px;border-radius:12px;cursor:pointer;transition:all .16s}
.esr-s4-code:hover{background:var(--esr-accent);color:#000;border-style:solid}
/* The slab is pushed right only inside the summary bar, where it wraps onto
   its own line beside the provider name. The spotlight and top-pick slabs sit
   in centred columns, and an unscoped margin-left:auto shunted those to the
   right edge on every phone. */
@media (max-width:640px){.esr-s4-bar{flex-wrap:wrap}.esr-s4-bar > .esr-s4-slab{margin-left:auto}}

/* v4 pros/cons: soft wash columns (overrides solid banner headers) */
.esr-pc{border-radius:16px;border:1px solid var(--esr-line);overflow:hidden}
.esr-pc--pro{background:#EDF9F4;border-color:#B6E5D2}
.esr-pc--con{background:#FDF2F4;border-color:#F3C9D0}
.esr-pc h4{background:transparent !important;color:#007D54 !important;font-family:'IBM Plex Mono',monospace !important;font-size:11px !important;font-weight:600 !important;letter-spacing:.16em;text-transform:uppercase;padding:14px 16px 4px !important}
.esr-pc--con h4{color:#B12A40 !important}
.esr-pc ul{padding:6px 16px 14px !important}
.esr-pc li{color:#1A1A20}

/* ================= v4 provider panel ================= */
.esr-p4{display:grid;grid-template-columns:1.55fr .85fr;background:#fff;border:1px solid var(--esr-line);border-radius:24px;box-shadow:var(--esr-shadow);overflow:hidden}
.esr-p4-main{padding:26px;display:flex;flex-direction:column;gap:18px}
.esr-p4-id{display:flex;align-items:center;gap:16px}
.esr-p4-id h3{font-size:clamp(21px,2.4vw,26px);margin-top:3px}
.esr-p4-kick{color:var(--esr-accent-dark);display:block}
.esr-p4-lede{font-size:15.5px;line-height:1.66;color:var(--esr-muted);margin:0}
.esr-ledger{display:flex;flex-direction:column;margin:0}
.esr-ledger-row{display:flex;align-items:baseline;gap:12px;padding:11px 0;border-bottom:1px solid var(--esr-line);font-size:15px}
.esr-ledger-row:last-child{border-bottom:0}
.esr-ledger-row dt{color:var(--esr-muted);font-weight:500;flex:0 0 auto}
.esr-ledger-row .esr-dots{flex:1;height:1px;border-bottom:1px dotted #DFDFE5;transform:translateY(-4px)}
.esr-ledger-row dd{margin:0;font-weight:700;font-variant-numeric:tabular-nums}
.esr-ledger-row dd.esr-on{color:#007D54}
.esr-ledger-row dd.esr-off{color:#B12A40}
.esr-p4-side{background:linear-gradient(160deg,#1C1C23,#0E0E12 66%);color:#fff;padding:26px 22px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:13px}
.esr-p4-slab{background:#fff;color:#0E0E12;box-shadow:0 10px 26px -12px rgba(0,0,0,.55)}
.esr-p4-rule{width:34px;height:2px;border-radius:2px;background:rgba(255,255,255,.2)}
.esr-p4-verdict{font-family:'Archivo',sans-serif;font-weight:700;font-size:15.5px;line-height:1.4;letter-spacing:-.02em;color:#fff;margin:0}
.esr-p4-tag{font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;padding:6px 12px;border-radius:999px;background:rgba(255,231,119,.14);border:1px solid rgba(255,231,119,.4);color:#FFE777}
.esr-p4-note{font-family:'IBM Plex Mono',monospace;font-size:9.5px;letter-spacing:.08em;color:#8B8B96;line-height:1.7;margin-top:2px}
.esr-p4-side .esr-btn{width:100%}
@media (max-width:760px){.esr-p4{grid-template-columns:1fr}.esr-p4-side{padding:22px}}

/* ================= v4 final verdict ================= */
.esr-v4{position:relative;overflow:hidden;border-radius:24px;padding:30px;background:linear-gradient(140deg,#1C1C23,#0E0E12 58%);color:#fff;box-shadow:0 2px 6px rgba(14,14,18,.05),0 28px 56px -26px rgba(14,14,18,.36);display:flex;flex-direction:column;gap:22px;border:0}
.esr-v4::after{content:"";position:absolute;right:-80px;top:-110px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(254,65,196,.3),transparent 66%);pointer-events:none}
.esr-v4>*{position:relative;z-index:1}
.esr-v4-kick{color:var(--esr-accent);display:flex;align-items:center;gap:9px}
.esr-v4-kick::before{content:"";width:16px;height:2px;border-radius:2px;background:currentColor}
.esr-v4-text{font-family:'Archivo',sans-serif;font-weight:700;font-size:clamp(19px,2.4vw,25px);line-height:1.34;letter-spacing:-.028em;color:#fff;margin:0}
.esr-v4-text em{font-style:normal;color:#FFE777}
.esr-v4-foot{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}
.esr-v4-score{display:flex;align-items:center;gap:15px;margin-right:auto}
.esr-v4-score>b{font-family:'Archivo',sans-serif;font-weight:800;font-size:46px;letter-spacing:-.055em;line-height:.88;color:var(--esr-accent);font-variant-numeric:tabular-nums}
.esr-v4-score div>span:last-child{display:block;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.06em;color:#8B8B96;margin-top:6px}
@media (max-width:640px){.esr-v4{padding:22px}.esr-v4-foot{flex-direction:column;align-items:flex-start}.esr-v4-foot .esr-btn{width:100%}}
/* specificity fix: v4 verdict text beats the legacy .esr-verdict p rule */
.esr-verdict.esr-v4 .esr-v4-text{font-family:'Archivo','Poppins',sans-serif;font-weight:700;color:#fff}
.esr-verdict.esr-v4 h3{display:none}

/* ============ responsive polish pass (all v4 blocks) ============ */
/* stars must always sit in a row, everywhere */
.esr .esr-stars{display:inline-flex !important;gap:2px;line-height:1}
.esr .esr-star{display:inline-block}
.esr-v4-score .esr-stars{color:#FFC93D}

@media (max-width:640px){
	/* summary */
	.esr-s4-bar{padding:18px;gap:12px}
	.esr-s4-id h3{font-size:21px}
	.esr-s4-bar .esr-logo--lg{width:48px;height:48px}
	.esr-s4-slab{padding:10px 14px}
	.esr-s4-slab b{font-size:21px}
	.esr-s4-stat{padding:12px 8px}
	.esr-s4-stat b{font-size:17px}
	.esr-s4-body{padding:18px;gap:16px}
	.esr-s4-deal{flex-direction:column;align-items:stretch;gap:10px;padding:14px}
	.esr-s4-deal .esr-btn,.esr-s4-code{width:100%;text-align:center;justify-content:center}
	/* provider panel */
	.esr-p4-main{padding:18px;gap:14px}
	.esr-p4-id h3{font-size:19px}
	.esr-ledger-row{font-size:14px;padding:9px 0}
	.esr-p4-side{gap:11px}
	/* verdict */
	.esr-v4{padding:20px;gap:16px}
	.esr-v4-text{font-size:18px}
	.esr-v4-score{gap:12px}
	.esr-v4-score>b{font-size:38px}
	/* pros/cons stack */
	.esr-proscons{grid-template-columns:1fr !important;display:grid;gap:10px}
	/* generic buttons never overflow */
	.esr .esr-btn{max-width:100%;white-space:normal;text-align:center}
}
@media (max-width:400px){
	.esr-s4-strip{grid-template-columns:1fr 1fr}
	.esr-s4-stat:last-child{grid-column:1/-1;border-top:1px solid #F2DFA0}
	.esr-s4-stat+.esr-s4-stat::before{display:none}
}
@media (max-width:480px){
  .esr-coupontable{overflow-x:auto}
  .esr-coupontable table{min-width:0}
  .esr-coupontable th,.esr-coupontable td{padding:9px 10px;font-size:13px}
}
/* read-more accordion + panel balance */
.esr .esr-more{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.esr .esr-more:not(.is-open)>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}
.esr .esr-more-btn{background:none;border:0;padding:0;cursor:pointer;font-family:'IBM Plex Mono',monospace;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#C9128F}
.esr .esr-more-btn::after{content:" ↓";font-size:10px}
.esr .esr-more.is-open .esr-more-btn::after{content:" ↑"}
.esr .esr-more-btn:hover{color:#FE41C4;text-decoration:underline}
.esr-p4-side{justify-content:center}
.esr-p4 .esr-p4-main{align-content:start}
/* coupon-confetti page background - single posts */
body.single-post .site{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='420'%20height='420'%3E%3Cg%20fill='none'%20stroke='%23FE41C4'%20stroke-opacity='.17'%20stroke-width='1.5'%20stroke-dasharray='5%205'%3E%3Crect%20x='40'%20y='50'%20width='120'%20height='56'%20rx='10'%20transform='rotate(-8%20100%2078)'/%3E%3C/g%3E%3Cg%20fill='none'%20stroke='%23029DD3'%20stroke-opacity='.15'%20stroke-width='1.5'%20stroke-dasharray='5%205'%3E%3Crect%20x='250'%20y='280'%20width='114'%20height='52'%20rx='10'%20transform='rotate(6%20307%20306)'/%3E%3C/g%3E%3Ctext%20x='300'%20y='120'%20font-family='Arial'%20font-size='40'%20font-weight='800'%20fill='%23029DD3'%20fill-opacity='.11'%20transform='rotate(-12%20300%20120)'%3E%25%3C/text%3E%3Ctext%20x='80'%20y='330'%20font-family='Arial'%20font-size='34'%20font-weight='800'%20fill='%23FE41C4'%20fill-opacity='.13'%3E%25%3C/text%3E%3Ccircle%20cx='210'%20cy='210'%20r='4'%20fill='%23FFE777'%20fill-opacity='.85'/%3E%3Ccircle%20cx='60'%20cy='400'%20r='3'%20fill='%23FE41C4'%20fill-opacity='.4'/%3E%3C/svg%3E") !important;background-repeat:repeat !important;background-size:420px 420px !important;}
/* content-area blur only - no box (user request) */
body.single-post .content-container.site-container{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
/* ============ premium archive cards v2 (bold) ============ */
article.entry.loop-entry.content-bg{position:relative;border:2px solid #101014 !important;border-radius:24px !important;overflow:hidden;box-shadow:0 4px 0 #101014;transition:transform .2s ease,box-shadow .2s ease}
article.entry.loop-entry.content-bg:hover{transform:translate(-3px,-3px);box-shadow:7px 11px 0 #101014}
.loop-entry .post-thumbnail{display:block;overflow:hidden;position:relative}
.loop-entry .post-thumbnail::after{content:"";position:absolute;inset:auto 0 0 0;height:44%;background:linear-gradient(180deg,transparent,rgba(14,14,18,.28))}
.loop-entry .post-thumbnail img{transition:transform .4s ease}
.loop-entry:hover .post-thumbnail img{transform:scale(1.05)}
.loop-entry .entry-content-wrap{padding:18px 20px 20px}
.loop-entry .entry-taxonomies{position:absolute;top:14px;left:14px;margin:0;z-index:2}
.loop-entry .entry-taxonomies .category-links a{display:inline-block;font-family:'IBM Plex Mono',monospace;font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#000;background:#FE41C4;border:1.5px solid #101014;padding:6px 12px;border-radius:999px;text-decoration:none;box-shadow:0 2px 0 #101014}
.loop-entry.category-coupons .entry-taxonomies .category-links a{background:#FFE777}
.loop-entry.category-comparison .entry-taxonomies .category-links a,.loop-entry.category-comparisons .entry-taxonomies .category-links a{background:#7DD8FF}
.loop-entry.category-best-of .entry-taxonomies .category-links a{background:#5AF574}
.loop-entry h2.entry-title{font-family:'Archivo','Poppins',sans-serif;font-weight:800;letter-spacing:-.03em;font-size:21px;line-height:1.26;margin:0}
.loop-entry h2.entry-title a{color:#0E0E12;text-decoration:none;background-image:linear-gradient(#FE41C4,#FE41C4);background-repeat:no-repeat;background-size:0% 3px;background-position:0 96%;transition:background-size .25s}
.loop-entry:hover h2.entry-title a{background-size:100% 3px}
.loop-entry .entry-footer{margin-top:16px}
.loop-entry .entry-footer::after{content:"Read article \2192";display:flex;align-items:center;justify-content:center;height:46px;border-radius:999px;background:#0E0E12;color:#fff;font-size:14.5px;font-weight:700;letter-spacing:-.01em;transition:background .18s,color .18s}
.loop-entry:hover .entry-footer::after{background:#FE41C4;color:#000}
/* ============ v4 coupon ticket (esr-t4) ============ */
.esr-promo.esr-t4{display:grid;grid-template-columns:1fr 300px;background:#fff;border:1px solid #ECECEF;border-radius:24px;box-shadow:0 1px 3px rgba(14,14,18,.05),0 12px 26px -14px rgba(14,14,18,.24);position:relative;overflow:visible;padding:0}
.esr-t4-l{padding:28px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;min-width:0}
.esr-t4-tag{display:inline-block;font-family:'IBM Plex Mono',monospace;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#C9128F;background:#FFE7F5;border:1px solid #F4C0D1;padding:6px 12px;border-radius:999px}
.esr-t4-brand{display:flex;align-items:center;gap:14px}
.esr-t4-brand h3{font-size:22px;margin:0}
.esr-t4-brand .esr-s4-kicker{display:block;margin-top:4px}
.esr-t4-off{font-family:'Archivo','Poppins',sans-serif;font-weight:800;font-size:clamp(40px,5.4vw,56px);line-height:.92;letter-spacing:-.05em;color:#C9128F}
.esr-t4-lede{font-size:14.5px;line-height:1.55;color:#52525E;margin:0}
.esr-t4-r{position:relative;padding:26px 24px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;background:linear-gradient(165deg,#FFF5FB,#FFE7F5);border-left:2px dashed #F4C0D1;border-radius:0 24px 24px 0}
.esr-t4-r::before,.esr-t4-r::after{content:"";position:absolute;left:-12px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #ECECEF}
.esr-t4-r::before{top:-12px}
.esr-t4-r::after{bottom:-12px}
.esr-t4-codebox{width:100%;background:#fff;border:1.5px dashed #FE41C4;border-radius:16px;padding:16px 14px;display:flex;flex-direction:column;align-items:center;gap:12px;box-shadow:0 1px 3px rgba(14,14,18,.06)}
.esr-t4-codebox .esr-s4-kicker{font-size:9px;color:#C9128F}
.esr-t4-codebox b{font-family:'IBM Plex Mono',monospace;font-size:20px;font-weight:600;letter-spacing:.11em;color:#0E0E12}
.esr-t4-copy{font-size:12.5px;padding:9px 18px;border-radius:999px;border:0;background:#FE41C4;color:#000;font-weight:700;cursor:pointer;box-shadow:0 8px 22px -10px rgba(254,65,196,.5);transition:background .18s,transform .18s}
.esr-t4-copy:hover{background:#FF5CCD;transform:translateY(-1px)}
.esr-t4-terms{display:flex;flex-direction:column;gap:7px;width:100%}
.esr-t4-terms span{font-size:12.5px;font-weight:600;color:#C9128F;display:flex;align-items:center;gap:8px;justify-content:center}
.esr-t4-cta{width:100%;white-space:normal;height:auto;padding:14px 18px;line-height:1.3;background:#0E0E12 !important;color:#fff !important;box-shadow:0 10px 24px -14px rgba(14,14,18,.5) !important}
.esr-t4-cta:hover{background:#26262E !important}
.esr-t4-used{display:flex;align-items:center;gap:7px;font-family:'IBM Plex Mono',monospace;font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:#7D7D88}
@media (max-width:760px){
  .esr-promo.esr-t4{grid-template-columns:1fr}
  .esr-t4-l{padding:22px}
  .esr-t4-r{border-left:0;border-top:2px dashed #F4C0D1;border-radius:0 0 24px 24px}
  .esr-t4-r::before{top:-12px;left:auto;right:-12px}
  .esr-t4-r::after{bottom:auto;top:-12px;left:-12px}
}
/* ============ Rank Math FAQ — v4 accordion ============ */
.rank-math-block .rank-math-list-item{background:#fff;border:1px solid #ECECEF;border-radius:18px;box-shadow:0 1px 3px rgba(14,14,18,.05);margin:0 0 12px;overflow:hidden;transition:box-shadow .18s,border-color .18s}
.rank-math-block .rank-math-list-item:hover{border-color:#F4C0D1;box-shadow:0 1px 3px rgba(14,14,18,.05),0 10px 24px -16px rgba(201,18,143,.35)}
.rank-math-block .rank-math-question{font-family:'Archivo','Poppins',sans-serif;font-weight:800;letter-spacing:-.02em;font-size:17px;line-height:1.35;color:#0E0E12;margin:0;padding:18px 52px 18px 20px;cursor:pointer;position:relative;user-select:none}
.rank-math-block .rank-math-question::before{content:"Q";position:absolute;right:auto;display:none}
.rank-math-block .rank-math-question::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;background:#FFE7F5;border:1px solid #F4C0D1;color:#C9128F;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center;line-height:1;transition:transform .2s,background .2s}
.rank-math-block .rank-math-list-item.is-open .rank-math-question::after{content:"−";background:#FE41C4;border-color:#FE41C4;color:#000}
.rank-math-block .rank-math-answer{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .28s ease,padding .28s ease;font-size:15px;line-height:1.6;color:#52525E}
.rank-math-block .rank-math-list-item.is-open .rank-math-answer{padding:0 20px 18px;max-height:600px}
.rank-math-block .rank-math-answer p:first-child{margin-top:0}
/* no-js / crawler fallback: answers visible when JS has not initialized */
.rank-math-block:not(.esr-faq-ready) .rank-math-answer{max-height:none;padding:0 20px 18px}
/* ============ premium content tables ============ */
body.single-post figure.wp-block-table{border:2px solid #101014;border-radius:16px;overflow:auto;box-shadow:0 4px 0 #101014;margin:28px 0;background:#fff;-webkit-overflow-scrolling:touch}
body.single-post figure.wp-block-table table{border-collapse:collapse;width:100%;border:0;margin:0}
body.single-post figure.wp-block-table th{background:#0E0E12;color:#fff;font-family:'Archivo','Poppins',sans-serif;font-weight:700;letter-spacing:-.01em;font-size:14.5px;padding:14px 18px;border:0;text-align:left}
body.single-post figure.wp-block-table td{padding:13px 18px;border:0;border-top:1px solid #F1F1F4;font-size:14.5px}
body.single-post figure.wp-block-table tbody tr:nth-child(even){background:#FAFAFB}
body.single-post figure.wp-block-table tbody tr:hover{background:#FFF5FB}
body.single-post figure.wp-block-table td:first-child{font-weight:600;color:#0E0E12}
@media (max-width:640px){body.single-post figure.wp-block-table{overflow-x:auto}body.single-post figure.wp-block-table th,body.single-post figure.wp-block-table td{padding:11px 13px;font-size:13.5px}}
/* ============ BOLD BLOCK IDENTITY — blocks stand apart from prose ============ */
.esr.esr-summary,.esr-spotlight.esr-p4,.esr-verdict.esr-v4,.esr-promo.esr-t4,.esr-vs,.esr-coupontable,.esr-pricing,.esr-podium-card{border:2px solid #101014 !important;box-shadow:0 5px 0 #101014 !important;border-radius:24px !important}
.esr.esr-summary{position:relative;background:#fff;padding:14px;margin:46px 0 34px}
.esr-spotlight.esr-p4{position:relative;margin:46px 0 34px}
.esr-verdict.esr-v4{position:relative;margin:46px 0 34px}
.esr-promo.esr-t4{position:relative;margin:46px 0 34px}
.esr-vs{margin:46px 0 34px}
.esr-coupontable{margin:42px 0 30px}
.esr-podium-grid{position:relative;margin:46px 0 34px}
.esr-pricing{position:relative;background:#fff;padding:0;margin:46px 0 34px;overflow:visible}
.esr-pricing h2.esr-pricing-h,.esr-pricing h3.esr-pricing-h{font-family:'Archivo','Poppins',sans-serif;font-weight:800;letter-spacing:-.02em;font-size:19px;margin:0;padding:18px 22px 12px;color:#0E0E12}
.esr-pricing .epc-price-table{padding:0 14px 14px}
.esr-pricing .epc-table-wrap{border:1px solid #EFEFF1;box-shadow:none}
/* stamped type labels */
.esr.esr-summary::before,.esr-spotlight.esr-p4::after,.esr-verdict.esr-v4::before,.esr-promo.esr-t4::before,.esr-podium-grid::before,.esr-pricing::before{
  position:absolute;top:-14px;left:22px;z-index:3;
  font-family:'IBM Plex Mono',monospace;font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;
  color:#000;padding:5px 13px;border-radius:999px;border:1.5px solid #101014;box-shadow:0 2px 0 #101014;line-height:1.2}
.esr.esr-summary::before{content:"Provider snapshot";background:#FE41C4}
.esr-spotlight.esr-p4::after{content:"Provider panel";background:#7DD8FF}
.esr-verdict.esr-v4::before{content:"Our verdict";background:#5AF574}
.esr-promo.esr-t4::before{content:"Exclusive coupon";background:#FFE777}
.esr-podium-grid::before{content:"Top picks";background:#FE41C4}
.esr-pricing::before{content:"Live plans & prices";background:#FFE777}
/* bolder pros/cons inside blocks */
.esr-pc--pro{border:2px solid #1D9E75 !important}
.esr-pc--con{border:2px solid #D4537E !important}
/* verdict dark block: crisp pink top accent for scannability */
.esr-verdict.esr-v4{border-top:2px solid #101014 !important}
@media (max-width:640px){
  .esr.esr-summary::before,.esr-spotlight.esr-p4::after,.esr-verdict.esr-v4::before,.esr-promo.esr-t4::before,.esr-podium-grid::before,.esr-pricing::before{font-size:9.5px;padding:4px 10px;left:16px;top:-12px}
  .esr.esr-summary,.esr-spotlight.esr-p4,.esr-verdict.esr-v4,.esr-promo.esr-t4,.esr-vs,.esr-coupontable,.esr-podium-grid,.esr-pricing{margin:38px 0 28px}
}
/* ---- bold-identity refinements: no double box, no clipped chips ---- */
/* summary: ONE seamless box (wrapper is the only frame) */
.esr.esr-summary{padding:0 !important;gap:0 !important;overflow:visible}
.esr.esr-summary .esr-s4-bar{border-radius:22px 22px 0 0}
.esr.esr-summary .esr-s4-strip{border-radius:0}
.esr.esr-summary .esr-s4-body{border-radius:0 0 22px 22px}
/* panel + verdict wrappers clip (decorative overflow) — chips live INSIDE the corner */
.esr-spotlight.esr-p4::after{top:14px;left:14px;box-shadow:0 2px 0 rgba(16,16,20,.9)}
.esr-p4 .esr-p4-main{padding-top:54px}
.esr-verdict.esr-v4::before{top:16px;left:20px}
.esr-verdict.esr-v4{padding-top:56px}
@media (max-width:640px){
  .esr-spotlight.esr-p4::after{top:12px;left:12px}
  .esr-verdict.esr-v4::before{top:12px;left:16px}
  .esr-verdict.esr-v4{padding-top:48px}
  .esr-p4 .esr-p4-main{padding-top:46px}
}
.esr.esr-summary .esr-sum-card{border:0 !important;border-radius:22px !important;box-shadow:none !important;padding:0 !important;overflow:hidden}
/* ---- sitewide button pass: white text on solid pink + consistent hover ---- */
.esr-btn{color:#fff}
.esr-btn:hover{background:#E01FAC;color:#fff}
.esr-t4-copy{color:#fff}
.esr-t4-copy:hover{background:#E01FAC}
.esr-s4-code:hover{color:#C9128F}
.loop-entry:hover .entry-footer::after{background:#FE41C4;color:#fff}
/* ============ v4 "Our top picks" (esr-tp4) ============ */
.esr-tp4{margin:46px 0 34px}
.esr-tp4-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:18px}
.esr-tp4-kick{display:block;font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:#C9128F;margin-bottom:6px}
.esr-tp4-kick::before{content:"—";margin-right:8px;color:#FE41C4}
h2.esr-tp4-title{font-family:'Archivo','Poppins',sans-serif;font-weight:800;letter-spacing:-.03em;font-size:27px;margin:0}
.esr-tp4-upd{font-family:'IBM Plex Mono',monospace;font-size:10.5px;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:#854F0B;background:#FFF8EC;border:1.5px dashed #F2DFA0;padding:6px 13px;border-radius:999px;white-space:nowrap}
.esr-tp4-hero{position:relative;display:grid;grid-template-columns:1fr 280px;background:#fff;border:2px solid #101014;border-radius:24px;box-shadow:0 5px 0 #101014;margin-bottom:16px}
.esr-tp4-ribbon{position:absolute;top:-14px;left:22px;z-index:3;font-family:'IBM Plex Mono',monospace;font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#fff;background:#0E0E12;border:1.5px solid #101014;padding:5px 13px;border-radius:999px;box-shadow:0 2px 0 #101014}
.esr-tp4-main{padding:30px 26px 24px;display:flex;flex-direction:column;gap:15px;min-width:0}
.esr-tp4-id{display:flex;align-items:center;gap:14px}
.esr-tp4-rank{width:40px;height:40px;flex:0 0 40px;border-radius:12px;background:#FE41C4;color:#fff;font-family:'Archivo',sans-serif;font-weight:800;font-size:16px;display:grid;place-items:center;border:1.5px solid #101014;box-shadow:0 2px 0 #101014}
.esr-tp4-id h3{margin:0;font-size:25px;font-family:'Archivo','Poppins',sans-serif;font-weight:800;letter-spacing:-.03em}
.esr-tp4-meta{display:flex;align-items:center;gap:8px;margin-top:3px}
.esr-tp4-meta small{font-family:'IBM Plex Mono',monospace;font-size:11px;color:#7D7D88}
.esr-tp4-blurb{margin:0;font-size:15.5px;line-height:1.6;color:#3F3F49}
.esr-tp4-chips{display:flex;gap:8px;flex-wrap:wrap}
.esr-tp4-chip{font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#3F3F49;background:#fff;border:1.5px solid #E4E4E6;padding:7px 13px;border-radius:999px}
.esr-tp4-chip--speed{color:#085041;background:#EDF9F4;border-color:#B6E5D2}
.esr-tp4-chip--save{color:#085041;background:#EDF9F4;border-color:#B6E5D2}
.esr-tp4-side{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;text-align:center;padding:26px 20px;background:linear-gradient(165deg,#FFF5FB,#FFE7F5);border-left:2px dashed #F4C0D1;border-radius:0 22px 22px 0}
.esr-tp4-slab{background:#FE41C4;border:1.5px solid #101014;box-shadow:0 2px 0 #101014}
.esr-tp4-side .esr-btn{width:100%}
.esr-tp4-code{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.08em;color:#C9128F}
.esr-tp4-note{font-family:'IBM Plex Mono',monospace;font-size:9.5px;letter-spacing:.11em;text-transform:uppercase;color:#7D7D88}
.esr-tp4-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.esr-tp4-card{position:relative;background:#fff;border:2px solid #101014;border-radius:20px;box-shadow:0 4px 0 #101014;padding:20px;display:flex;flex-direction:column;gap:12px}
.esr-tp4-cardrank{position:absolute;top:14px;right:14px;font-family:'IBM Plex Mono',monospace;font-size:11px;font-weight:700;color:#7D7D88;background:#F4F4F5;border:1px solid #E4E4E6;padding:4px 9px;border-radius:8px}
.esr-tp4-cardhead{display:flex;align-items:center;gap:12px}
.esr-tp4-cardhead h3{margin:0;font-size:18px;font-family:'Archivo','Poppins',sans-serif;font-weight:800;letter-spacing:-.02em}
.esr-tp4-card p{margin:0;font-size:14px;line-height:1.55;color:#52525E;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.esr-tp4-cta{width:100%;margin-top:auto}
@media (max-width:760px){
  .esr-tp4-hero{grid-template-columns:1fr}
  .esr-tp4-side{border-left:0;border-top:2px dashed #F4C0D1;border-radius:0 0 22px 22px}
  .esr-tp4-row{grid-template-columns:1fr}
  .esr-tp4-head{flex-direction:column;align-items:flex-start}
  h2.esr-tp4-title{font-size:23px}
  .esr-tp4-id h3{font-size:21px}
}
.esr-t4-anchor{font-family:'IBM Plex Mono',monospace;font-size:13.5px;font-weight:600;display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.esr-t4-anchor s{color:#A6A6B3}
.esr-t4-anchor span{color:#7D7D88}
.esr-t4-anchor b{color:#0F6E56}

/* Top-pick slab repaints itself pink, but the shared slab styles set the
   label and the /5 to a mid grey chosen for the WHITE slab. On #FE41C4 that
   grey lands at 1.2:1 contrast — the text is there but nobody can read it.
   Dark ink on the pink measures ~6:1, so the label stays legible. */
.esr-tp4-slab .esr-s4-kicker,
.esr-tp4-slab b span{color:#101014}
.esr-tp4-slab .esr-s4-kicker{font-size:10px;font-weight:700;letter-spacing:.12em}

/* ---- Top-picks block: dark ground for the CTAs -------------------------
   The pink CTA had nothing to sit against: the hero panel was a pale pink
   wash and the runner-up cards were flat white. Both now give it a black
   ground. Everything inside the hero panel is re-coloured for that ground —
   the previous ink was picked for pale pink and would be unreadable.
   Scoped to .esr-tp4-side / .esr-tp4-card so no other button changes. */
.esr-tp4-side{background:#101014;border-left:2px dashed #3A3A44}
@media (max-width:760px){.esr-tp4-side{border-left:0;border-top:2px dashed #3A3A44}}
.esr-tp4-side .esr-tp4-code{color:#FF8FDA}
.esr-tp4-side .esr-tp4-note{color:#A8A8B4}
/* The rating slab keeps its pink fill; its dark outline would vanish on
   black, so it gets a light one. */
.esr-tp4-side .esr-tp4-slab{border-color:#FFFFFF;box-shadow:0 2px 0 rgba(255,255,255,.28)}

/* Runner-up cards: a black band across the foot of the card with the pink
   pill inside it. The band is the <a> itself (bled out to the card edges with
   negative margins); the pill is drawn by its ::before, so no extra markup is
   needed and the band height follows the button rather than a magic number.
   `isolation` keeps the z-index:-1 pill inside the anchor instead of dropping
   it behind the card. */
.esr-tp4-card{background:#fff;overflow:hidden;position:relative;padding-bottom:64px}
.esr-tp4-card .esr-tp4-cta{
	position:absolute;left:0;right:0;bottom:0;isolation:isolate;
	margin:0;width:auto;
	padding:19px 20px;
	background:#101014;border:0;border-radius:0;box-shadow:none;
	transition:padding .18s cubic-bezier(.22,.8,.28,1);
}
.esr-tp4-card .esr-tp4-cta::before{
	content:"";position:absolute;inset:8px 18px;z-index:-1;
	background:var(--esr-cta,#FE41C4);border-radius:999px;
	transition:background .16s ease,transform .18s cubic-bezier(.22,.8,.28,1);
}
.esr-tp4-card .esr-tp4-cta:hover{transform:none}
.esr-tp4-card .esr-tp4-cta:hover::before{background:#FF5CCD;transform:scale(1.015)}
.esr-tp4-card .esr-tp4-cta:active::before{transform:scale(.99)}
/* The frame above is the site's card outline; inside it the columns need
   their own separators, and the last one is skipped because that edge is
   already the table's border. */
body.single-post figure.wp-block-table td:not(:last-child){border-right:1px solid #EDEDEF}
body.single-post figure.wp-block-table th:not(:last-child){border-right:1px solid #2A2A32}

/* Coupon code inside the provider panel's dark side column. The copy button
   keeps its brand fill so it reads as pressable next to the CTA. */
.esr-p4-code{display:flex;flex-direction:column;align-items:center;gap:6px;margin:2px 0 10px}
.esr-p4-codelabel{font-family:'IBM Plex Mono',monospace;font-size:9.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;opacity:.62}
.esr-p4-copy{font-family:'IBM Plex Mono',monospace;letter-spacing:.09em;width:100%;border:1px dashed rgba(255,255,255,.34)}
.esr-p4-copy::after{content:' ⧉';opacity:.6}
.esr-p4-copy.copied::after{content:' ✓'}


/* Rating slab stays on the centre line of the panels that stack on mobile. */
.esr-tp4-side > .esr-s4-slab,.esr-p4-side > .esr-s4-slab{margin-left:auto;margin-right:auto;align-self:center}
@media (max-width:760px){.esr-tp4-side{padding:22px 18px}.esr-tp4-side .esr-btn{max-width:340px}}
