/* Medication Savings Calculator — the embed's own scoped stylesheet, verbatim.
   Every rule is namespaced under .elx-calc and cannot affect other pages. */
.elx-calc{display:block;font-family:var(--font-body, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);
color:var(--ink, #0c261b);-webkit-font-smoothing:antialiased}
.elx-calc *{box-sizing:border-box}
.elx-calc .elx-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5em;width:100%;
margin-top:19px;font-family:inherit;font-weight:600;font-size:1rem;padding:15px 28px;border-radius:16px;
border:1px solid transparent;background:var(--mint, #95d5b3);color:var(--green-950, #081c14);
text-decoration:none;cursor:pointer;transition:filter .2s}
.elx-calc .elx-cta:hover{filter:brightness(.95)}
/* ---- MEMBER MEDICATION SAVINGS CALCULATOR ---- */
.elx-calc .elx-block{margin-top:52px;padding-top:44px;border-top:1px solid var(--line-light, rgba(8,28,20,.10))}
.elx-calc .elx-h{font-family:var(--font-display, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-size:clamp(1.5rem,3.4vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--ink, #0c261b)}
.elx-calc .elx-intro{margin-top:12px;font-size:1rem;color:var(--ink-muted, #4c6459);max-width:620px}
.elx-calc .calc{display:grid;grid-template-columns:1fr;gap:20px;margin-top:28px;align-items:start}
@media(min-width:900px){
.elx-calc .calc{grid-template-columns:1.1fr .9fr;gap:26px}}
.elx-calc .elx-main{background:#fff;border:1px solid var(--line-light, rgba(8,28,20,.10));border-radius:var(--r-md, 18px);padding:24px 22px}
@media(min-width:760px){
.elx-calc .elx-main{padding:30px 30px}}
.elx-calc .elx-f{margin-bottom:20px}
.elx-calc .elx-f:last-child{margin-bottom:0}
.elx-calc .elx-f>label{display:block;font-family:var(--font-body, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-size:.94rem;font-weight:600;color:var(--ink, #0c261b);margin-bottom:9px}
.elx-calc .elx-f.elx-hide{display:none}
.elx-calc .elx-sel{position:relative}
.elx-calc .elx-sel::after{content:"";position:absolute;right:16px;top:50%;width:9px;height:9px;margin-top:-5px;border-right:2px solid var(--ink-muted, #4c6459);border-bottom:2px solid var(--ink-muted, #4c6459);transform:rotate(45deg);pointer-events:none}
.elx-calc .elx-sel select{-webkit-appearance:none;appearance:none;width:100%;font-family:var(--font-body, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-size:1rem;color:var(--ink, #0c261b);background:var(--pale-2, #f4faf7);border:1px solid var(--line-light, rgba(8,28,20,.10));border-radius:13px;padding:15px 40px 15px 16px;outline:0;cursor:pointer}
.elx-calc .elx-sel select:focus{border-color:var(--green-800, #1c4331);background:#fff}
.elx-calc .elx-money{display:flex;align-items:center;background:var(--pale-2, #f4faf7);border:1px solid var(--line-light, rgba(8,28,20,.10));border-radius:13px;padding:0 16px}
.elx-calc .elx-money:focus-within{border-color:var(--green-800, #1c4331);background:#fff}
.elx-calc .elx-money>span{font-size:1rem;color:var(--ink-muted, #4c6459);margin-right:2px}
.elx-calc .elx-money input{width:100%;font-family:var(--font-body, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-size:1rem;color:var(--ink, #0c261b);background:transparent;border:0;padding:15px 4px;outline:0}
.elx-calc .elx-side{background:var(--green-950, #081c14);border:1px solid var(--line-dark, rgba(255,255,255,.12));border-radius:var(--r-md, 18px);padding:26px 24px;color:#fff}
@media(min-width:900px){
.elx-calc .elx-side{position:sticky;top:96px}}
.elx-calc .elx-eyebrow{font-family:var(--font-mono, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mint, #95d5b3);display:block;margin-bottom:18px}
.elx-calc .elx-line{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:10px 0;font-size:.92rem;color:rgba(255,255,255,.72)}
.elx-calc .elx-line b{font-family:var(--font-body, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-weight:600;color:#fff;white-space:nowrap}
.elx-calc .elx-rule{height:1px;background:var(--line-dark, rgba(255,255,255,.12));margin:14px 0}
.elx-calc .elx-savelabel{font-family:var(--font-mono, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mint, #95d5b3)}
.elx-calc .elx-big{font-family:var(--font-display, 'TT Norms',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-size:clamp(2.3rem,7vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:7px 0 2px;color:#fff}
.elx-calc .elx-big.neg{color:var(--mint-200, #bce7d0)}
.elx-calc .elx-year{font-size:.88rem;color:rgba(255,255,255,.62)}
.elx-calc .elx-msg{margin-top:16px;font-size:.84rem;line-height:1.65;color:rgba(255,255,255,.66)}
.elx-calc .elx-side .btn{margin-top:20px;width:100%}
.elx-calc .elx-note{margin-top:14px;font-size:.72rem;line-height:1.6;color:rgba(255,255,255,.45)}
.elx-calc .elx-method{margin-top:26px;font-size:.77rem;line-height:1.75;color:var(--ink-muted, #4c6459);max-width:920px;background:var(--pale, #ebf6f2);border:1px solid var(--line-light, rgba(8,28,20,.10));border-radius:var(--r-sm, 13px);padding:16px 18px}
.elx-calc .elx-method b{color:var(--ink, #0c261b);font-weight:600}


/* ---------------------------------------------------------------------------
   RECOVERED during consolidation. The embed's three value cards use .val-grid,
   .val-card, .val-ic and .val-disc, which were defined in the host landing
   page's stylesheet rather than inside the embed — so the embed was not as
   self-contained as its header claims. These rules are copied verbatim from
   the approved landing page. Without them the icons render as unstyled blocks.
   --------------------------------------------------------------------------- */
.val-grid{display:grid;grid-template-columns:1fr;gap:26px;margin-top:60px}
.val-ic{width:46px;height:46px;border-radius:12px;background:#fff;border:1px solid var(--line-light);display:flex;align-items:center;justify-content:center;color:#1c4331;margin-bottom:18px}
.val-ic svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.val-card h3{font-size:1.18rem;margin-bottom:10px}
.val-card p{color:var(--ink-muted);font-size:.96rem}
.val-disc{margin-top:40px;font-size:.79rem;line-height:1.75;color:var(--ink-muted);max-width:920px}
@media(min-width:760px){.val-grid{grid-template-columns:repeat(3,1fr)}}
