/* Doctor Addition Notice Popup — v3.3.156
   Intentionally scoped as a modal only. No inline/permanent notice styles. */
.sgs-dan-modal,
.sgs-dan-modal *{box-sizing:border-box}
.sgs-dan-modal[hidden]{display:none!important}
.sgs-dan-modal{position:fixed;inset:0;z-index:99990;display:grid;place-items:center;padding:24px;font-family:var(--ss-font-primary,"Tiro Bangla",serif)}
.sgs-dan-modal-backdrop{position:absolute;inset:0;background:rgba(8,22,37,.52);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;transition:opacity .22s ease}
.sgs-dan-dialog{position:relative;z-index:1;width:min(920px,100%);max-height:min(86vh,760px);outline:0;transform:translateY(14px) scale(.985);opacity:0;transition:opacity .22s ease,transform .22s ease}
.sgs-dan-modal.is-open .sgs-dan-modal-backdrop{opacity:1}
.sgs-dan-modal.is-open .sgs-dan-dialog{opacity:1;transform:none}
body.sgs-dan-modal-open{overflow:hidden}
.sgs-dan-card{position:relative;display:grid;grid-template-columns:minmax(160px,260px) minmax(0,1fr);gap:24px;align-items:center;overflow:hidden;border:1px solid rgba(42,184,170,.24);border-radius:30px;background:radial-gradient(circle at 8% 12%,rgba(35,184,171,.15),transparent 34%),radial-gradient(circle at 96% 100%,rgba(32,139,225,.13),transparent 35%),linear-gradient(135deg,#f4fffd 0%,#ffffff 54%,#f2faff 100%);box-shadow:0 24px 70px rgba(15,52,96,.22);padding:32px 34px}
.sgs-dan-card::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.58),transparent 45%);pointer-events:none}
.sgs-dan-card::after{content:"";position:absolute;right:22px;bottom:22px;width:108px;height:108px;border-radius:999px;background-image:radial-gradient(circle,rgba(33,184,170,.28) 2px,transparent 3px);background-size:18px 18px;opacity:.42;pointer-events:none}
.sgs-dan-art,.sgs-dan-content{position:relative;z-index:1}
.sgs-dan-art{min-width:0;display:flex;justify-content:center;align-items:center}
.sgs-dan-illustration-svg{display:block;width:min(230px,100%);height:auto;filter:drop-shadow(0 18px 24px rgba(15,118,110,.13))}
.sgs-dan-content{min-width:0}
.sgs-dan-brand{position:absolute;right:0;top:0;display:flex;align-items:center;gap:10px;color:#0f766e;text-align:left}
.sgs-dan-brand strong{display:block;margin:0;color:#0f766e;font-size:18px;line-height:1.1;font-weight:900;letter-spacing:-.01em}
.sgs-dan-brand small{display:block;margin-top:3px;color:#42566b;font-size:11px;line-height:1.2;font-weight:700;white-space:nowrap}
.sgs-dan-logo{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:#e5fbf7;color:#0f766e;box-shadow:inset 0 0 0 1px rgba(15,118,110,.1)}
.sgs-dan-logo svg{width:24px;height:24px}
.sgs-dan-badge{display:inline-flex;align-items:center;gap:8px;max-width:100%;margin:0 0 14px;padding:9px 15px;border-radius:999px;background:linear-gradient(135deg,#dff8f2,#edfaff);color:#0b7b70;font-size:16px;font-weight:900;line-height:1.2;box-shadow:inset 0 0 0 1px rgba(15,118,110,.08)}
.sgs-dan-badge svg{width:20px;height:20px;flex:0 0 auto}
.sgs-dan-content h2{max-width:620px;margin:0 0 12px;color:#103b5f;font-size:clamp(30px,4vw,50px);font-weight:900;line-height:1.12;letter-spacing:-.035em}
.sgs-dan-message{max-width:670px;margin:0;color:#263848;font-size:clamp(17px,1.55vw,22px);line-height:1.9;font-weight:500}
.sgs-dan-helper{display:flex;align-items:center;gap:12px;max-width:650px;margin:18px 0 22px;padding:13px 16px;border-radius:14px;background:rgba(224,248,244,.86);color:#263848;font-size:16px;line-height:1.65;box-shadow:inset 0 0 0 1px rgba(19,144,132,.06)}
.sgs-dan-helper svg{width:24px;height:24px;color:#0b9388;flex:0 0 auto}
.sgs-dan-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 16px}
.sgs-dan-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:12px 20px;border-radius:16px;border:1px solid transparent;text-decoration:none!important;font-size:16px;font-weight:900;line-height:1.2;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;color:inherit;font-family:inherit}
.sgs-dan-btn svg{width:21px;height:21px;flex:0 0 auto}
.sgs-dan-btn:hover{transform:translateY(-1px)}
.sgs-dan-btn-primary{border-color:#0f8f84;background:linear-gradient(135deg,#0f9f8f,#087a73);color:#fff!important;box-shadow:0 14px 28px rgba(15,159,143,.28)}
.sgs-dan-btn-secondary{border-color:rgba(15,95,183,.24);background:#fff;color:#0f5fb7!important;box-shadow:0 10px 22px rgba(15,52,96,.08)}
.sgs-dan-link{display:inline-flex;align-items:center;gap:8px;color:#0f5fb7!important;text-decoration:none!important;font-size:16px;font-weight:900;line-height:1.25;min-height:44px}
.sgs-dan-link svg{width:20px;height:20px;transition:transform .18s ease}.sgs-dan-link:hover svg{transform:translateX(-2px)}
.sgs-dan-close{position:absolute;right:16px;top:16px;z-index:4;display:grid;place-items:center;width:40px;height:40px;border:1px solid rgba(15,52,96,.1);border-radius:14px;background:rgba(255,255,255,.9);color:#254259;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 10px 24px rgba(15,52,96,.12);transition:transform .16s ease,background .16s ease}
.sgs-dan-close:hover{transform:translateY(-1px);background:#fff}.sgs-dan-close:focus-visible,.sgs-dan-btn:focus-visible,.sgs-dan-link:focus-visible{outline:3px solid rgba(33,150,243,.28);outline-offset:3px}

@media (max-width:760px){
  .sgs-dan-modal{padding:14px;align-items:center}
  .sgs-dan-dialog{width:min(100%,560px);max-height:calc(100vh - 28px);overflow:auto;border-radius:24px;-webkit-overflow-scrolling:touch}
  .sgs-dan-card{grid-template-columns:1fr;gap:10px;padding:22px 18px 20px;border-radius:24px;text-align:center}
  .sgs-dan-card::after{width:78px;height:78px;right:12px;bottom:12px;opacity:.24}
  .sgs-dan-art{order:0;max-height:128px;overflow:hidden}.sgs-dan-illustration-svg{width:150px;margin-top:-8px}
  .sgs-dan-content{display:flex;flex-direction:column;align-items:center}.sgs-dan-brand{position:static;order:-1;margin:0 0 10px;justify-content:center}.sgs-dan-brand strong{font-size:17px}.sgs-dan-brand small{font-size:10px}.sgs-dan-logo{width:34px;height:34px;border-radius:12px}.sgs-dan-logo svg{width:22px;height:22px}
  .sgs-dan-badge{margin:6px 0 12px;font-size:14px;padding:8px 13px}.sgs-dan-content h2{font-size:clamp(26px,7.4vw,34px);margin-bottom:9px}.sgs-dan-message{font-size:16px;line-height:1.75}.sgs-dan-helper{margin:14px 0 16px;padding:11px 12px;text-align:left;font-size:14.5px;line-height:1.55}.sgs-dan-actions{width:100%;justify-content:center;gap:10px}.sgs-dan-btn{width:100%;min-height:45px;font-size:15px;border-radius:14px;padding:11px 14px}.sgs-dan-link{width:100%;justify-content:center;font-size:15px}.sgs-dan-close{right:10px;top:10px;width:36px;height:36px;border-radius:12px;font-size:25px}
}
@media (max-width:380px){.sgs-dan-modal{padding:10px}.sgs-dan-dialog{max-height:calc(100vh - 20px)}.sgs-dan-card{padding:20px 14px 18px;border-radius:22px}.sgs-dan-art{max-height:112px}.sgs-dan-illustration-svg{width:136px}.sgs-dan-message{font-size:15.5px}.sgs-dan-helper{font-size:14px}.sgs-dan-content h2{font-size:25px}}
@media (prefers-reduced-motion:reduce){.sgs-dan-modal-backdrop,.sgs-dan-dialog,.sgs-dan-btn,.sgs-dan-close,.sgs-dan-link svg{transition:none!important}}
