:root {
  --em-navy: #071F41;
  --em-blue: #0F5EA8;
  --em-blue-dark: #0B3D79;
  --em-blue-soft: #F4F8FC;
  --em-bg: #F8FAFC;
  --em-card: #FFFFFF;
  --em-border: #DCE6F2;
  --em-text: #1E293B;
  --em-muted: #64748B;
  --em-alert: #EE3B46;
  --em-shadow-sm: 0 8px 28px rgba(7, 31, 65, .08);
  --em-shadow-lg: 0 22px 70px rgba(7, 31, 65, .13);
  --em-radius-sm: 12px;
  --em-radius: 18px;
  --em-radius-lg: 24px;
  --em-shell: 1180px;
  --em-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--em-bg);color:var(--em-text);font-family:var(--em-font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--em-blue);text-underline-offset:3px}a:hover{color:var(--em-blue-dark)}img{max-width:100%;height:auto}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid rgba(15,94,168,.35);outline-offset:3px}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.em-skip-link{position:fixed;z-index:99999;top:12px;left:12px;transform:translateY(-160%);padding:10px 14px;border-radius:8px;background:var(--em-navy);color:#fff}.em-skip-link:focus{transform:translateY(0)}.em-shell{width:min(calc(100% - 32px),var(--em-shell));margin-inline:auto}.em-main{min-height:58vh}

.em-site-header{position:sticky;z-index:1000;top:0;border-bottom:1px solid rgba(220,230,242,.92);background:rgba(255,255,255,.96);box-shadow:0 4px 18px rgba(7,31,65,.04);backdrop-filter:blur(12px)}.admin-bar .em-site-header{top:32px}.em-header-inner{min-height:72px;display:grid;grid-template-columns:auto minmax(240px,620px) auto auto;align-items:center;gap:18px}.em-brand-link,.em-home-logo{display:inline-flex;align-items:center;gap:10px;color:var(--em-navy);text-decoration:none}.em-brand-mark,.em-home-mark{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:12px;background:var(--em-navy);color:#fff;font-weight:800;letter-spacing:-.04em;box-shadow:0 8px 18px rgba(7,31,65,.18)}.em-brand-text,.em-home-name{font-weight:800;letter-spacing:-.035em;white-space:nowrap}.em-brand-text{font-size:1.08rem}.em-brand-text span,.em-home-name span{color:var(--em-blue)}.custom-logo-link{display:inline-flex;align-items:center}.custom-logo{width:auto;max-height:44px}.em-header-search{width:100%}.em-primary-nav{justify-self:end}.em-menu{display:flex;align-items:center;gap:20px;margin:0;padding:0;list-style:none}.em-menu a{color:var(--em-text);text-decoration:none;font-size:.94rem;font-weight:650}.em-menu a:hover{color:var(--em-blue)}.em-menu-toggle{display:none;border:0;background:transparent;padding:8px}.em-menu-toggle span:not(.screen-reader-text){display:block;width:24px;height:2px;margin:5px 0;background:var(--em-navy)}

.em-search-form{position:relative;display:flex;align-items:center;width:100%}.em-search-input{width:100%;height:58px;padding:0 108px 0 52px;border:2px solid #BFD5EB;border-radius:20px;background:#fff;color:var(--em-text);box-shadow:0 7px 22px rgba(7,31,65,.06);transition:border-color .18s ease,box-shadow .18s ease}.em-search-input::placeholder{color:#8190A3}.em-search-input:focus{border-color:rgba(15,94,168,.9);outline:none;box-shadow:0 0 0 4px rgba(15,94,168,.10),var(--em-shadow-sm)}.em-search-icon{position:absolute;left:20px;width:18px;height:18px;border:2px solid var(--em-blue);border-radius:50%;pointer-events:none}.em-search-icon::after{content:"";position:absolute;width:7px;height:2px;right:-5px;bottom:-3px;transform:rotate(45deg);background:var(--em-blue);border-radius:2px}.em-search-button{position:absolute;right:7px;height:46px;padding:0 26px;border:0;border-radius:14px;background:var(--em-blue);color:#fff;font-weight:750;cursor:pointer}.em-search-button:hover{background:var(--em-blue-dark)}

.em-hero{position:relative;overflow:visible;padding:56px 0 42px;background:linear-gradient(180deg,#f7fbff 0%,#eef5fb 100%);border-bottom:1px solid #E6EEF7}.em-hero::before{content:"";position:absolute;inset:0 auto 0 0;width:26vw;min-width:180px;max-width:360px;background:linear-gradient(90deg,rgba(15,94,168,.06),rgba(15,94,168,0));pointer-events:none}.em-hero-inner{position:relative;z-index:3;max-width:880px;text-align:center}.em-hero-kicker{display:inline-flex;align-items:center;justify-content:center;margin:0 0 18px;padding:7px 14px;border-radius:999px;background:#EAF2FB;color:var(--em-blue-dark);font-size:.82rem;font-weight:800;letter-spacing:-.01em}.em-hero h1{max-width:840px;margin:0 auto;color:var(--em-navy);font-size:clamp(2rem,5.6vw,3.9rem);line-height:1.06;letter-spacing:-.052em}.em-hero-copy{max-width:760px;margin:22px auto 0;color:#516A87;font-size:clamp(1rem,2vw,1.15rem)}.em-hero-search{position:relative;z-index:10;margin:30px auto 0;max-width:870px}.em-hero-search .em-search-input{height:64px;padding-left:58px;padding-right:126px;border-radius:22px;font-size:1.04rem;box-shadow:var(--em-shadow-lg)}.em-hero-search .em-search-icon{left:24px}.em-hero-search .em-search-button{right:8px;height:50px;padding-inline:28px;border-radius:16px}.em-search-help{margin:12px 0 0;color:var(--em-muted);font-size:.9rem}

.em-home-steps{padding:26px 0 16px}.em-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.em-step-card{padding:22px 24px;border:1px solid var(--em-border);border-radius:22px;background:#fff;box-shadow:var(--em-shadow-sm)}.em-step-no{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#EDF4FB;color:var(--em-blue);font-size:1.06rem;font-weight:800;margin-bottom:14px}.em-step-card h2{margin:0 0 8px;color:var(--em-navy);font-size:1.2rem;line-height:1.25}.em-step-card p{margin:0;color:#587089;font-size:.97rem}

.em-home-faq{padding:22px 0 24px}.em-faq-shell{max-width:980px}.em-home-faq h2{margin:0 0 18px;color:var(--em-navy);font-size:2rem;letter-spacing:-.03em}.em-faq-list{display:grid;gap:12px}.em-faq-item{border:1px solid var(--em-border);border-radius:18px;background:#fff;box-shadow:var(--em-shadow-sm);overflow:hidden}.em-faq-item summary{position:relative;cursor:pointer;list-style:none;padding:18px 22px;font-weight:760;color:var(--em-navy)}.em-faq-item summary::-webkit-details-marker{display:none}.em-faq-item summary::before{content:'▸';margin-right:10px;color:var(--em-blue);font-size:.9rem}.em-faq-item[open] summary::before{content:'▾'}.em-faq-item div{padding:0 22px 18px;color:#526B85}.em-faq-item p{margin:0}

.em-home-note{padding:10px 0 70px}.em-info-strip{display:flex;align-items:flex-start;gap:14px;max-width:960px;margin:auto;padding:18px 20px;border:1px solid #DDEAF7;border-radius:16px;background:#fff;color:#35516F}.em-info-strip p{margin:0;font-size:.94rem}.em-info-icon{display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border-radius:50%;background:var(--em-blue);color:#fff;font-weight:800}

.em-live-results{position:absolute;z-index:1100;left:0;right:0;top:calc(100% + 10px);max-height:min(520px,60vh);overflow:auto;background:#fff;border:1px solid #dce5ef;border-radius:22px;box-shadow:0 26px 70px rgba(7,31,65,.20);text-align:left;padding:8px}.em-live-heading{padding:10px 12px 8px;color:#64748b;font-size:12px;font-weight:750}.em-live-result{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 14px;border:1px solid #E5EEF7;border-radius:16px;background:#fff;color:inherit;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.em-live-result+.em-live-result{margin-top:8px}.em-live-result:hover,.em-live-result.is-active{background:#f1f7fd;border-color:#BFD5EB;transform:translateY(-1px)}.em-live-main{display:block;min-width:0;flex:1}.em-live-title{display:block;color:#071f41;font-size:14px;font-weight:800;line-height:1.35;white-space:normal}.em-live-ingredient{display:block;margin-top:4px;color:#0f5ea8;font-size:12.5px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.em-live-meta{display:flex;flex-wrap:wrap;gap:5px 12px;margin-top:6px;color:#64748b;font-size:11.5px}.em-live-meta>span{position:relative}.em-live-meta>span+span:before{content:'•';position:absolute;left:-8px;color:#a7b2c0}.em-live-side{display:flex;flex:0 0 auto;align-items:flex-end;flex-direction:column;gap:6px}.em-live-price{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:10px;background:#0F5EA8;color:#fff;font-weight:850;font-size:13px;white-space:nowrap}.em-live-badge{display:inline-flex;align-items:center;min-height:22px;padding:3px 8px;border-radius:999px;background:#EAF4FD;color:#0B5FA9;font-size:10.5px;font-weight:800;white-space:nowrap}.em-live-arrow{display:none;color:#0f5ea8;font-size:20px;font-weight:800}.em-live-empty{margin:0;padding:16px;color:#64748b;font-size:13px}

.em-content-shell,.em-drug-shell{padding-top:clamp(34px,6vw,64px);padding-bottom:clamp(56px,8vw,92px)}.em-content-shell{max-width:880px}.em-article,.em-drug-article,.em-empty-state{border:1px solid var(--em-border);border-radius:var(--em-radius-lg);background:var(--em-card);box-shadow:var(--em-shadow-sm)}.em-article{padding:clamp(26px,5vw,52px)}.em-article-header h1,.em-drug-header h1,.em-results-header h1{margin:0;color:var(--em-navy);line-height:1.15;letter-spacing:-.035em}.em-article-header h1{font-size:clamp(2rem,5vw,3rem)}.em-article-content{margin-top:28px}.em-article-content>:first-child{margin-top:0}.em-article-content h2{margin-top:2.1em;color:var(--em-navy);line-height:1.25}.em-article-content h3{margin-top:1.7em;color:var(--em-blue-dark)}.em-article-content table{width:100%;border-collapse:collapse}.em-article-content th,.em-article-content td{padding:12px;border:1px solid var(--em-border);text-align:left}
.em-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;color:var(--em-muted);font-size:.88rem}.em-breadcrumb a{text-decoration:none}.em-drug-article{overflow:hidden}.em-drug-header{padding:clamp(28px,5vw,44px);border-bottom:1px solid var(--em-border);background:linear-gradient(145deg,#fff 0%,var(--em-blue-soft) 100%)}.em-drug-header h1{font-size:clamp(1.8rem,4.4vw,3rem)}.em-eyebrow{margin:0 0 9px;color:var(--em-blue);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.em-site-footer{padding:20px 0 34px;border-top:1px solid var(--em-border);background:#fff}.em-footer-inner{text-align:center}.em-footer-note,.em-copyright{margin:0;color:#60748A;font-size:.92rem}.em-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:12px 0}.em-footer-nav a{text-decoration:none;font-size:.92rem}

@media (max-width:980px){.em-header-inner{grid-template-columns:auto 1fr auto;gap:12px}.em-primary-nav{display:none}.em-menu-toggle{display:block}.em-menu.is-open{display:flex;position:absolute;top:72px;left:16px;right:16px;flex-direction:column;align-items:stretch;padding:16px;border:1px solid var(--em-border);border-radius:18px;background:#fff;box-shadow:var(--em-shadow-lg)}.em-steps-grid{grid-template-columns:1fr}.em-home-faq h2{text-align:left}}
@media (max-width:680px){.em-shell{width:min(calc(100% - 20px),var(--em-shell))}.admin-bar .em-site-header{top:46px}.em-header-inner{min-height:64px;grid-template-columns:auto 1fr auto}.em-brand-text{font-size:1rem}.em-brand-mark{width:34px;height:34px}.em-header-search{display:none}.em-hero{padding:36px 0 28px}.em-hero h1{font-size:clamp(1.95rem,9vw,3rem)}.em-hero-copy{font-size:1rem}.em-hero-search{margin-top:24px}.em-hero-search .em-search-input{height:60px;padding-left:52px;padding-right:102px;font-size:1rem}.em-hero-search .em-search-button{height:46px;padding-inline:18px}.em-search-help{font-size:.84rem;line-height:1.6}.em-home-note{padding-bottom:48px}.em-step-card{padding:18px}.em-live-results{left:-2px;right:-2px;border-radius:16px;padding:5px;max-height:54vh}.em-live-result{padding:12px 10px;gap:10px}.em-live-side{align-items:center}.em-live-price,.em-live-badge{display:none}.em-live-arrow{display:block}.em-live-company{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}

/* v1.0.5: Turkish A-Z directory and drug page shell */
.em-home-directory{position:relative;z-index:4;margin-top:-8px;padding:0 0 12px}.em-home-directory-box{padding:18px 20px;border:1px solid var(--em-border);border-radius:20px;background:#fff;box-shadow:var(--em-shadow-sm)}.em-home-directory-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px}.em-home-directory-head h2{margin:2px 0 0;color:var(--em-navy);font-size:1.35rem;letter-spacing:-.025em}.em-home-directory-head>a{font-size:.87rem;font-weight:750;text-decoration:none}.em-mini-label{margin:0;color:var(--em-blue);font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.em-home-letter-nav{display:flex;flex-wrap:wrap;gap:7px}.em-home-letter-nav a{display:grid;place-items:center;min-width:37px;height:37px;padding:0 10px;border:1px solid #cfe0f0;border-radius:10px;background:#f8fbfe;color:var(--em-navy);font-size:.86rem;font-weight:800;text-decoration:none}.em-home-letter-nav a:hover{border-color:var(--em-blue);background:var(--em-blue);color:#fff}.em-drug-shell{max-width:1180px}.em-drug-main{background:#f5f8fb}.em-is-drug .em-site-footer{margin-top:0}
@media(max-width:680px){.em-home-directory-head{align-items:flex-start;flex-direction:column;gap:6px}.em-home-directory-box{padding:14px}.em-home-letter-nav{gap:6px}.em-home-letter-nav a{min-width:33px;height:34px;padding:0 8px}}

/* v1.0.6 — pharmacy-red brand accents and live-search stacking */
:root{
  --em-red:#E52535;
  --em-red-dark:#C7192A;
  --em-red-soft:#FFF1F3;
  --em-alert:#E52535;
}
.em-site-header{border-top:3px solid var(--em-red)}
.em-bundled-logo{display:block;width:auto;height:46px;max-width:240px}
.em-brand-link-image{line-height:0}
.em-brand-mark,.em-home-mark{background:var(--em-red);color:#fff;box-shadow:0 8px 18px rgba(229,37,53,.22)}
.em-brand-text span,.em-home-name span{color:var(--em-red)}
.em-search-input{border-color:#F1AAB2}
.em-search-input:focus{border-color:var(--em-red);box-shadow:0 0 0 4px rgba(229,37,53,.10),var(--em-shadow-sm)}
.em-search-icon{border-color:var(--em-red)}
.em-search-icon::after{background:var(--em-red)}
.em-search-button{background:var(--em-red)}
.em-search-button:hover{background:var(--em-red-dark)}
.em-hero{z-index:20;background:linear-gradient(180deg,#fff 0%,#fff6f7 100%);border-bottom-color:#F4D9DD}
.em-hero::before{background:linear-gradient(90deg,rgba(229,37,53,.055),rgba(229,37,53,0))}
.em-hero-kicker{background:var(--em-red-soft);color:var(--em-red-dark)}
.em-hero-search{z-index:50}
.em-live-results{z-index:5000;border-color:#F1C3C9;box-shadow:0 28px 75px rgba(7,31,65,.24)}
.em-live-result:hover,.em-live-result.is-active{background:#FFF5F6;border-color:#F0A8B1}
.em-live-price{background:var(--em-red)}
.em-live-badge{background:var(--em-red-soft);color:var(--em-red-dark)}
.em-home-directory{z-index:2}
.em-mini-label{color:var(--em-red)}
.em-home-directory-head>a{color:var(--em-red-dark)}
.em-home-letter-nav a:hover{border-color:var(--em-red);background:var(--em-red);color:#fff}
.em-step-no{background:var(--em-red-soft);color:var(--em-red)}
.em-faq-item summary::before{color:var(--em-red)}
.em-info-icon{background:var(--em-red)}
.em-eyebrow{color:var(--em-red)}
@media(max-width:680px){.em-bundled-logo{height:38px;max-width:190px}}

/* v1.0.7 — approved red/navy homepage design */
:root{
  --em-red:#DF172B;
  --em-red-dark:#BE1021;
  --em-red-soft:#FFF0F2;
  --em-navy:#071F41;
  --em-blue:#0F5EA8;
  --em-border:#DFE6EF;
  --em-bg:#F7F9FC;
}
body{background:var(--em-bg)}
.em-site-header{position:sticky;top:0;z-index:8000;border-top:0;border-bottom:1px solid #E4E9F0;background:rgba(255,255,255,.98);box-shadow:0 4px 18px rgba(7,31,65,.055)}
.admin-bar .em-site-header{top:32px}
.em-header-inner{min-height:78px;grid-template-columns:minmax(280px,auto) 1fr auto;gap:24px}
.em-brand-link{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--em-navy)}
.em-brand-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:12px;background:linear-gradient(145deg,#E92335,#C90D20);color:#fff;font-size:2rem;font-weight:900;line-height:1;box-shadow:0 8px 19px rgba(223,23,43,.25)}
.em-brand-copy{display:flex;flex-direction:column;line-height:1.05}.em-brand-copy strong{font-size:1.47rem;letter-spacing:-.045em;color:var(--em-navy)}.em-brand-copy strong span{color:var(--em-red)}.em-brand-copy small{margin-top:5px;color:#35465C;font-size:.69rem;font-weight:650;white-space:nowrap}
.custom-logo{max-height:56px}
.em-primary-nav{justify-self:end}.em-menu{gap:31px}.em-menu a{color:#08172D;font-weight:750;font-size:.92rem}.em-menu a:hover{color:var(--em-red)}.em-menu-cta a,.em-menu>li:last-child>a{display:inline-flex;align-items:center;min-height:46px;padding:0 21px;border-radius:9px;background:linear-gradient(145deg,#E51E32,#C90D20);color:#fff!important;box-shadow:0 8px 18px rgba(223,23,43,.18)}.em-menu-cta a::before,.em-menu>li:last-child>a::before{content:'⌕';margin-right:8px;font-size:1.28rem;line-height:1}.em-menu-cta a:hover,.em-menu>li:last-child>a:hover{background:var(--em-red-dark)}

.em-hero{z-index:4;overflow:visible;padding:38px 0 10px;border-bottom:0;background:radial-gradient(circle at 11% 58%,rgba(223,23,43,.055),transparent 21%),radial-gradient(circle at 90% 28%,rgba(15,94,168,.045),transparent 24%),linear-gradient(180deg,#FCFDFE 0%,#F6F9FC 100%)}
.em-hero::before,.em-hero::after{display:none}.em-hero-inner{max-width:930px}.em-hero h1{font-size:clamp(2.45rem,5.1vw,4.15rem);line-height:1.03;letter-spacing:-.06em}.em-hero h1 span{color:var(--em-navy)}.em-hero h1 strong{color:var(--em-red);font-weight:850}.em-hero-copy{max-width:720px;margin-top:15px;color:#334865;font-size:1.05rem;line-height:1.55}.em-hero-search{margin-top:25px;max-width:900px}
.em-search-form{position:relative;display:block;width:100%}.em-search-control-row{position:relative;display:flex;align-items:center;width:100%}.em-search-input{height:64px;padding:0 142px 0 58px;border:1px solid #F3A6AF;border-radius:17px;background:#fff;color:#18283F;box-shadow:0 13px 34px rgba(7,31,65,.09)}.em-search-input:focus{border-color:var(--em-red);box-shadow:0 0 0 3px rgba(223,23,43,.08),0 15px 38px rgba(7,31,65,.11)}.em-search-icon{left:25px;width:18px;height:18px;border-color:var(--em-navy)}.em-search-icon::after{background:var(--em-navy)}.em-search-button{right:9px;height:48px;min-width:110px;padding:0 23px;border-radius:12px;background:linear-gradient(145deg,#E51E32,#C90D20);font-size:1rem}.em-search-clear{position:absolute;right:132px;z-index:2;width:34px;height:34px;border:0;background:transparent;color:#071F41;font-size:1.55rem;font-weight:500;line-height:1;cursor:pointer}.em-search-clear:hover{color:var(--em-red)}
.em-hero-search .em-live-results{position:relative;top:auto;left:auto;right:auto;z-index:3;max-height:none;margin:3px 0 0;padding:10px 14px 8px;border:1px solid #DDE3EB;border-radius:0 0 17px 17px;background:#fff;box-shadow:0 16px 36px rgba(7,31,65,.12)}.em-live-heading{padding:6px 4px 10px;color:var(--em-red);font-size:.83rem;font-weight:850}.em-live-result{position:relative;min-height:66px;margin:0!important;padding:12px 145px 12px 67px;border:0;border-top:1px solid #E8ECF2;border-radius:0;background:#fff;transform:none!important}.em-live-result::before{content:'';position:absolute;left:21px;top:25px;width:25px;height:12px;border:2px solid var(--em-red);border-radius:999px;background:linear-gradient(90deg,var(--em-red) 0 50%,#fff 50%);transform:rotate(-43deg)}.em-live-result:hover,.em-live-result.is-active{border-color:#E8ECF2;background:#F9FAFC}.em-live-title{color:#07182F;font-size:.93rem;font-weight:850}.em-live-ingredient{margin-top:2px;color:#26384E;font-size:.83rem;font-weight:500}.em-live-meta{display:none}.em-live-side{position:absolute;right:18px;top:11px;bottom:10px;justify-content:center;align-items:flex-end;gap:3px}.em-live-price{min-height:auto;padding:0;background:transparent;color:var(--em-red);font-size:.92rem;font-weight:850}.em-live-badge{min-height:auto;padding:0;background:transparent;color:#47566A;font-size:.74rem;font-weight:500}.em-live-arrow{display:none}.em-live-all-results{display:flex;justify-content:center;align-items:center;min-height:43px;border-top:1px solid #E8ECF2;color:var(--em-red)!important;font-size:.87rem;font-weight:850;text-decoration:none}.em-live-all-results:hover{background:#FFF6F7}
.em-header-search .em-search-control-row{width:100%}.em-header-search .em-search-input{height:50px;border-radius:13px;padding-right:105px}.em-header-search .em-search-button{height:38px;min-width:78px}.em-header-search .em-search-clear{right:95px}.em-header-search .em-live-results{position:absolute;top:calc(100% + 6px);left:0;right:0}

.em-home-directory{z-index:2;margin-top:17px;padding:0}.em-home-directory-box{max-width:1098px;padding:17px 18px 16px;border:1px solid #E1E6ED;border-radius:14px;box-shadow:0 10px 30px rgba(7,31,65,.07)}.em-home-directory-head{margin-bottom:12px}.em-mini-label{color:var(--em-red);font-size:.74rem}.em-home-directory-head h2{font-size:1.54rem}.em-home-directory-head>a{color:var(--em-red);font-size:.85rem}.em-home-letter-nav{gap:6px}.em-home-letter-nav a{min-width:35px;height:35px;padding:0 9px;border-color:#D9E1EB;border-radius:8px;background:#fff;font-size:.78rem}.em-home-letter-nav a:hover,.em-home-letter-nav a.is-primary{border-color:var(--em-red);background:var(--em-red);color:#fff}

.em-home-steps{padding:13px 0 16px}.em-steps-grid{max-width:1098px;gap:9px}.em-step-card{display:flex;align-items:center;gap:18px;min-height:128px;padding:21px 24px;border-radius:14px;box-shadow:0 8px 25px rgba(7,31,65,.065)}.em-step-icon{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:16px;background:linear-gradient(145deg,#FFF1F2,#FFE4E7);color:var(--em-red)}.em-step-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.em-step-card h2{font-size:1.08rem}.em-step-card p{font-size:.87rem;line-height:1.55;color:#35465B}

.em-home-faq{padding:6px 0 13px}.em-faq-shell{max-width:1098px}.em-home-faq h2{font-size:1.72rem}.em-faq-list{gap:8px}.em-faq-item{border-radius:13px;box-shadow:0 5px 17px rgba(7,31,65,.045)}.em-faq-item summary{padding:16px 19px;font-size:.94rem}.em-faq-item summary::before{content:'›';color:var(--em-red);font-size:1.45rem}.em-faq-item[open] summary::before{content:'⌄'}.em-faq-item summary::after{content:'⌄';position:absolute;right:20px;color:var(--em-red);font-size:1.25rem}.em-faq-item[open] summary::after{transform:rotate(180deg)}.em-faq-item div{padding:0 20px 16px;font-size:.9rem}
.em-home-note{padding:0 0 34px}.em-info-strip{max-width:1098px;align-items:center;padding:13px 18px;border-color:#FFD7DB;border-radius:11px;background:#FFF0F2;color:#BD2433}.em-shield-icon{display:grid;place-items:center;flex:0 0 26px;width:26px;height:26px;border:2px solid var(--em-red);border-radius:9px;color:var(--em-red);font-size:.82rem;font-weight:900}.em-info-strip p{font-size:.82rem}

@media(max-width:1080px){.em-header-inner{grid-template-columns:auto 1fr auto}.em-menu{gap:17px}.em-menu a{font-size:.84rem}.em-brand-copy strong{font-size:1.25rem}}
@media(max-width:920px){.em-primary-nav{display:none}.em-menu-toggle{display:block}.em-header-inner{grid-template-columns:auto 1fr auto}.em-menu.is-open{display:flex;position:absolute;top:78px;left:16px;right:16px;z-index:9000;flex-direction:column;align-items:stretch;gap:7px;padding:14px;border:1px solid var(--em-border);border-radius:16px;background:#fff;box-shadow:var(--em-shadow-lg)}.em-menu.is-open a{display:block;padding:10px 12px}.em-menu.is-open .em-menu-cta a,.em-menu.is-open>li:last-child>a{text-align:center}.em-header-search{display:none}}
@media(max-width:680px){.admin-bar .em-site-header{top:46px}.em-header-inner{min-height:67px}.em-brand-icon{width:43px;height:43px;font-size:1.65rem}.em-brand-copy strong{font-size:1.03rem}.em-brand-copy small{display:none}.em-hero{padding:28px 0 8px}.em-hero h1{font-size:clamp(2.25rem,13vw,3.15rem)}.em-hero-copy{font-size:.94rem}.em-hero-search{margin-top:19px}.em-search-input{height:59px;padding-left:52px;padding-right:105px;font-size:.89rem}.em-search-button{right:7px;height:45px;min-width:82px}.em-search-clear{right:93px}.em-live-result{min-height:72px;padding:12px 94px 12px 52px}.em-live-result::before{left:15px}.em-live-side{right:10px}.em-live-price{font-size:.82rem}.em-live-badge{max-width:82px;text-align:right;font-size:.65rem}.em-home-directory-box{padding:15px}.em-home-directory-head{align-items:flex-start}.em-home-directory-head h2{font-size:1.35rem}.em-home-letter-nav a{min-width:32px;height:33px;padding:0 7px}.em-step-card{min-height:0;padding:17px}.em-step-icon{width:46px;height:46px;flex-basis:46px}.em-home-faq h2{font-size:1.48rem}}


/* v1.0.8 — fixed overlay search, compact action menu and SEO content */
.em-search-input::-webkit-search-cancel-button,
.em-search-input::-webkit-search-decoration{-webkit-appearance:none;appearance:none;display:none}
.em-header-inner{grid-template-columns:minmax(260px,auto) minmax(360px,1fr) auto;gap:18px}
.em-is-home .em-header-inner{grid-template-columns:minmax(260px,auto) 1fr auto}
.em-header-search{width:100%;max-width:820px;justify-self:center}
.em-action-menu{gap:9px}
.em-action-menu a{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:0 18px!important;border-radius:10px;font-size:.88rem!important;font-weight:800!important;box-shadow:0 7px 17px rgba(7,31,65,.10)}
.em-menu-directory a{border:1px solid #B8D4EE;background:#EAF4FD!important;color:#0B5FA9!important}
.em-menu-directory a::before{content:'A–Z';margin-right:8px;font-size:.69rem;font-weight:900}
.em-menu-search a{border:1px solid var(--em-red);background:linear-gradient(145deg,#E51E32,#C90D20)!important;color:#fff!important}
.em-menu-search a::before{content:'⌕';margin-right:8px;font-size:1.25rem;line-height:1}
.em-hero h1 span,.em-hero h1 strong{display:block}
.em-hero h1 span{font-size:.98em;color:var(--em-navy)}
.em-hero h1 strong{margin-top:4px;color:var(--em-red);font-size:.60em;line-height:1.15;letter-spacing:-.035em}
.em-search-form{position:relative;z-index:120}
.em-hero-search .em-live-results{
  position:absolute!important;top:calc(100% + 5px)!important;left:0!important;right:0!important;z-index:12000!important;
  max-height:min(470px,64vh)!important;overflow-y:auto!important;overscroll-behavior:contain;
  margin:0!important;padding:10px 14px 8px!important;border-radius:17px!important;
  border:1px solid #DDE3EB!important;background:#fff!important;box-shadow:0 25px 65px rgba(7,31,65,.24)!important
}
.em-header-search .em-live-results{z-index:12000;max-height:min(440px,68vh);overflow-y:auto;overscroll-behavior:contain}
.em-home-directory{position:relative;z-index:1}
.em-home-seo{padding:8px 0 18px}
.em-home-seo-box{max-width:1098px;padding:24px;border:1px solid #E1E6ED;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(7,31,65,.055)}
.em-home-seo-box>h2{max-width:850px;margin:0;color:var(--em-navy);font-size:clamp(1.45rem,2.7vw,2.05rem);line-height:1.22;letter-spacing:-.035em}
.em-home-seo-intro{max-width:940px;margin:12px 0 20px;color:#465B74;font-size:.94rem;line-height:1.72}
.em-home-seo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.em-home-seo-grid article{padding:17px;border:1px solid #E1E8F0;border-radius:13px;background:#FAFCFE}
.em-home-seo-grid h3{margin:0 0 7px;color:var(--em-navy);font-size:1rem}
.em-home-seo-grid p{margin:0;color:#566B82;font-size:.84rem;line-height:1.62}
@media(max-width:1080px){.em-header-inner{grid-template-columns:auto minmax(300px,1fr) auto}.em-action-menu a{padding-inline:14px!important}}
@media(max-width:920px){.em-header-inner,.em-is-home .em-header-inner{grid-template-columns:auto 1fr auto}.em-menu.is-open .em-menu-directory a,.em-menu.is-open .em-menu-search a{text-align:center}.em-home-seo-grid{grid-template-columns:1fr}}
@media(max-width:680px){.em-hero h1 strong{font-size:.62em}.em-hero-search .em-live-results{left:-2px!important;right:-2px!important;max-height:58vh!important;padding:7px!important}.em-home-seo-box{padding:18px}.em-header-search{display:none}}

/* v1.0.9 — Keep the complete medicine alphabet on one row. */
.em-home-letter-nav{
  display:grid!important;
  grid-template-columns:minmax(45px,1.35fr) repeat(26,minmax(0,1fr));
  gap:5px!important;
  width:100%;
  align-items:center;
}
.em-home-letter-nav a{
  min-width:0!important;
  width:100%;
  height:36px!important;
  padding:0 2px!important;
  white-space:nowrap;
  font-size:.76rem!important;
}
@media(max-width:760px){
  .em-home-letter-nav{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
    padding-bottom:5px;
  }
  .em-home-letter-nav a{
    flex:0 0 37px;
    width:37px;
  }
  .em-home-letter-nav a:first-child{flex-basis:47px;width:47px}
}


/* v1.0.10 — Live medicine search inside the tablet/mobile navigation. */
.em-menu-search-form{display:none}
@media(max-width:920px){
  .em-primary-nav{
    display:block!important;
    position:static;
    width:0;
    height:0;
    justify-self:auto;
  }
  .em-primary-nav .em-menu{display:none}
  .em-primary-nav .em-menu.is-open{
    display:flex;
    position:absolute;
    top:78px;
    left:16px;
    right:16px;
    z-index:12000;
    max-height:calc(100vh - 104px);
    overflow-y:auto;
    overscroll-behavior:contain;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:14px;
    border:1px solid var(--em-border);
    border-radius:16px;
    background:#fff;
    box-shadow:var(--em-shadow-lg);
  }
  .admin-bar .em-primary-nav .em-menu.is-open{max-height:calc(100vh - 146px)}
  .em-menu-search-form{
    display:block;
    width:100%;
    padding:2px 0 12px;
    border-bottom:1px solid var(--em-border);
  }
  .em-menu-search-copy{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 2px 8px}
  .em-menu-search-copy strong{color:var(--em-navy);font-size:.94rem}
  .em-menu-search-copy span{color:var(--em-muted);font-size:.72rem;line-height:1.35;text-align:right}
  .em-menu-search-form .em-search-form{z-index:12100}
  .em-menu-search-form .em-search-input{
    height:52px;
    padding:0 91px 0 47px;
    border:1px solid #BFD5EB;
    border-radius:14px;
    font-size:.86rem;
    box-shadow:0 7px 20px rgba(7,31,65,.06);
  }
  .em-menu-search-form .em-search-icon{left:17px}
  .em-menu-search-form .em-search-button{
    right:6px;
    height:40px;
    min-width:70px;
    padding:0 14px;
    border-radius:10px;
    font-size:.88rem;
  }
  .em-menu-search-form .em-search-clear{right:78px;width:30px;height:30px}
  .em-menu-search-form .em-live-results{
    position:static!important;
    z-index:12200!important;
    max-height:50vh!important;
    margin-top:8px!important;
    overflow-y:auto!important;
    border-radius:14px!important;
    box-shadow:0 16px 38px rgba(7,31,65,.16)!important;
  }
  .em-menu-search{display:none}
  .em-menu.is-open .em-menu-directory a{width:100%;text-align:center}
}
@media(max-width:480px){
  .em-menu-search-copy{display:block}
  .em-menu-search-copy span{display:block;margin-top:2px;text-align:left}
  .em-menu-search-form .em-search-input{font-size:.81rem}
}


/* v1.0.12 — compact clinical/source layout for drug pages. */
.em-is-drug .em-top-panels-compact{grid-template-columns:1fr}
.em-is-drug .em-ingredient-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px 22px}
.em-is-drug .em-ingredient-panel>span,.em-is-drug .em-ingredient-panel>strong{grid-column:1}
.em-is-drug .em-ingredient-panel>strong{margin-bottom:0}
.em-is-drug .em-ingredient-actions{grid-column:2;grid-row:1/3;display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:min(100%,310px)}
.em-is-drug .em-ingredient-related-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 13px;border:1px solid rgba(255,255,255,.42);border-radius:10px;background:#fff;color:#071f41;font-size:.8rem;font-weight:800;line-height:1.25;text-decoration:none}
.em-is-drug .em-ingredient-related-link:hover{background:#f4f8fc;transform:translateY(-1px)}
.em-is-drug .em-clinical-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;border:1px solid #cfe0f0;border-radius:17px;background:linear-gradient(135deg,#f8fbff 0%,#eef6fd 100%)}
.em-is-drug .em-clinical-group{min-width:0;padding:13px 14px;border:1px solid #d9e7f4;border-radius:12px;background:#fff}
.em-is-drug .em-clinical-label{display:block;margin-bottom:8px;color:#64748b;font-size:.69rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
.em-is-drug .em-clinical-values{display:flex;flex-wrap:wrap;gap:6px}
.em-is-drug .em-clinical-value{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:6px 9px;border:1px solid #d4e4f2;border-radius:999px;background:#f7fbff;color:#173b63;font-size:.76rem;font-weight:720;line-height:1.25}
.em-is-drug .em-clinical-value b{color:#c62828}
.em-is-drug .em-clinical-group small{display:block;margin-top:8px;color:#64748b;font-size:.7rem;line-height:1.45}
.em-is-drug .em-clinical-group>a{display:inline-flex;margin-top:9px;color:#0f5ea8;font-size:.77rem;font-weight:820;text-decoration:none}
.em-is-drug .em-source-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}
.em-is-drug .em-source-action{display:flex;flex-direction:column;gap:4px;padding:13px 14px;border:1px solid #cfe0f0;border-radius:11px;background:#f8fbfe;color:#071f41;text-decoration:none}
.em-is-drug .em-source-action strong{font-size:.82rem}
.em-is-drug .em-source-action span{color:#64748b;font-size:.73rem;line-height:1.45}
.em-is-drug .em-source-action:hover{border-color:#0f5ea8;background:#eef6fd}
.em-is-drug .em-error-report-link{border-color:#f2c9cb;background:#fff8f8}
.em-is-drug .em-error-report-link:hover{border-color:#ee3b46;background:#fff1f2}

@media(max-width:680px){
  .em-is-drug .em-ingredient-panel{display:block;padding:18px}
  .em-is-drug .em-ingredient-panel>strong{margin:7px 0 14px}
  .em-is-drug .em-ingredient-actions{display:grid;grid-template-columns:1fr;min-width:0}
  .em-is-drug .em-clinical-strip,.em-is-drug .em-source-actions{grid-template-columns:1fr}
  .em-is-drug .em-clinical-strip{padding:9px}
  .em-is-drug .em-clinical-value{border-radius:10px;white-space:normal}
}
