/* SMAAAQ Updates Subscription Card — editorial/newsroom style */
.smaaaq-push-card{
  position:fixed; z-index:2147483000; left:50%; bottom:18px; top:auto; transform:translateX(-50%);
  width:min(680px,calc(100% - 28px)); box-sizing:border-box; display:grid; grid-template-columns:1fr auto;
  align-items:center; column-gap:22px; row-gap:8px; padding:18px 20px 17px;
  border:1px solid rgba(142,27,27,.18); border-radius:20px; background:rgba(255,255,255,.98);
  box-shadow:0 18px 55px rgba(28,18,12,.18),0 2px 8px rgba(28,18,12,.08);
  font-family:inherit; animation:smaaaqPushIn .42s cubic-bezier(.2,.8,.2,1) both;
}
.smaaaq-push-copy{display:flex; flex-direction:column; gap:4px; min-width:0;}
.smaaaq-push-brand{display:flex; align-items:center; gap:7px; margin-bottom:1px; color:#8e1b1b; font-size:.66rem; font-weight:900; letter-spacing:.16em;}
.smaaaq-push-bell{display:inline-grid; place-items:center; width:17px; height:17px; border:1px solid currentColor; border-radius:50%; font-size:.52rem;}
.smaaaq-push-copy strong{font-family:Georgia,serif; font-size:1.08rem; line-height:1.2; letter-spacing:-.01em;}
.smaaaq-push-copy span{font-size:.78rem; opacity:.68; line-height:1.45; max-width:520px;}
.smaaaq-push-note{font-size:.66rem; opacity:.5; margin-top:2px;}
.smaaaq-push-enable{border:0; border-radius:999px; padding:11px 21px; background:#8e1b1b; color:#fff; font-weight:850; font-size:.82rem; cursor:pointer; white-space:nowrap; box-shadow:0 6px 18px rgba(142,27,27,.2); transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}
.smaaaq-push-enable:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(142,27,27,.25);background:#781616}
.smaaaq-push-enable:disabled{opacity:.6;cursor:wait;transform:none}
.smaaaq-push-dismiss{position:absolute;top:8px;right:9px;border:0;background:transparent;font-size:19px;line-height:1;opacity:.42;cursor:pointer;padding:4px}
.smaaaq-push-card.smaaaq-push-error{border-color:rgba(142,27,27,.28)}
.smaaaq-push-hide{animation:smaaaqPushOut .22s ease both}
[data-theme="night"] .smaaaq-push-card{background:rgba(25,24,23,.98);border-color:rgba(224,190,105,.2);box-shadow:0 18px 55px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.28)}
[data-theme="night"] .smaaaq-push-brand{color:#e0be69}
[data-theme="night"] .smaaaq-push-enable{background:#a62a2a}
[data-theme="night"] .smaaaq-push-enable:hover{background:#b93434}
@keyframes smaaaqPushIn{from{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%,0)}}
@keyframes smaaaqPushOut{from{opacity:1;transform:translate(-50%,0)}to{opacity:0;transform:translate(-50%,12px)}}
@media(max-width:520px){
  .smaaaq-push-card{bottom:12px;width:calc(100% - 20px);padding:16px 15px 15px;grid-template-columns:1fr auto;column-gap:12px;border-radius:17px}
  .smaaaq-push-copy{padding-right:2px}.smaaaq-push-copy strong{font-size:.98rem}.smaaaq-push-copy span{font-size:.71rem}.smaaaq-push-note{font-size:.61rem}
  .smaaaq-push-enable{padding:9px 14px;font-size:.76rem}.smaaaq-push-dismiss{top:5px;right:6px}
}


/* v205 — bell-first subscription UI: unobtrusive, publication-style */
.smaaaq-push-bell-fab{
  position:fixed; right:20px; bottom:20px; z-index:2147482999;
  width:52px; height:52px; border-radius:50%; border:1px solid rgba(142,27,27,.22);
  background:rgba(255,255,255,.96); color:#8e1b1b; display:grid; place-items:center;
  cursor:pointer; box-shadow:0 10px 30px rgba(28,18,12,.18),0 2px 7px rgba(28,18,12,.08);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.smaaaq-push-bell-fab:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(28,18,12,.22)}
.smaaaq-push-bell-fab:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.smaaaq-bell-icon{font-size:21px;line-height:1;filter:grayscale(1);}
.smaaaq-bell-dot{position:absolute;right:11px;top:10px;width:7px;height:7px;border-radius:50%;background:#a62a2a;box-shadow:0 0 0 2px rgba(255,255,255,.96)}
.smaaaq-push-card{opacity:0;pointer-events:none;transform:translate(-50%,10px) scale(.98);transition:opacity .22s ease,transform .22s ease}
.smaaaq-push-card.smaaaq-push-open{opacity:1;pointer-events:auto;transform:translate(-50%,0) scale(1)}
.smaaaq-push-card.smaaaq-push-hide{opacity:0;pointer-events:none}
[data-theme="night"] .smaaaq-push-bell-fab{background:rgba(28,27,25,.97);color:#e0be69;border-color:rgba(224,190,105,.25);box-shadow:0 12px 32px rgba(0,0,0,.45)}
[data-theme="night"] .smaaaq-bell-dot{background:#d4a84e;box-shadow:0 0 0 2px rgba(28,27,25,.97)}
@media(max-width:520px){
  .smaaaq-push-bell-fab{right:14px;bottom:14px;width:48px;height:48px}
  .smaaaq-bell-icon{font-size:19px}
  .smaaaq-bell-dot{right:10px;top:9px;width:6px;height:6px}
}

/* v206 — refined publication bell */
.smaaaq-push-bell-fab{
  width:54px;height:54px;right:24px;bottom:24px;
  border:1px solid rgba(142,27,27,.20);
  background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(249,244,235,.97));
  color:#7d171d;border-radius:18px;
  box-shadow:0 14px 34px rgba(38,22,15,.16),0 3px 10px rgba(38,22,15,.08),inset 0 1px 0 rgba(255,255,255,.95);
  transition:transform .32s cubic-bezier(.16,1,.3,1),box-shadow .32s cubic-bezier(.16,1,.3,1),border-color .25s ease;
}
.smaaaq-push-bell-fab:before{
  content:"";position:absolute;inset:5px;border:1px solid rgba(201,162,77,.20);border-radius:13px;pointer-events:none;
}
.smaaaq-push-bell-fab:hover{transform:translateY(-3px);box-shadow:0 19px 42px rgba(38,22,15,.20),0 4px 12px rgba(38,22,15,.09),inset 0 1px 0 rgba(255,255,255,.95);border-color:rgba(201,162,77,.48)}
.smaaaq-push-bell-fab:active{transform:translateY(-1px) scale(.97)}
.smaaaq-bell-icon{display:grid;place-items:center;width:27px;height:27px;font-size:0;position:relative;z-index:1}
.smaaaq-bell-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.smaaaq-bell-dot{right:10px;top:9px;width:8px;height:8px;background:#a62a2a;box-shadow:0 0 0 3px rgba(255,255,255,.98),0 0 12px rgba(166,42,42,.20);z-index:2}
.smaaaq-push-bell-fab:focus-visible{outline:2px solid #c9a24d;outline-offset:4px}
[data-theme="night"] .smaaaq-push-bell-fab{background:linear-gradient(145deg,#24211f,#171617);color:#e5c878;border-color:rgba(229,200,120,.22);box-shadow:0 16px 38px rgba(0,0,0,.44),0 3px 10px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.045)}
[data-theme="night"] .smaaaq-push-bell-fab:before{border-color:rgba(229,200,120,.16)}
[data-theme="night"] .smaaaq-push-bell-fab:hover{border-color:rgba(229,200,120,.45);box-shadow:0 20px 45px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.05)}
[data-theme="night"] .smaaaq-bell-dot{background:#d5ad55;box-shadow:0 0 0 3px #24211f,0 0 12px rgba(213,173,85,.22)}
@media(max-width:520px){.smaaaq-push-bell-fab{right:16px;bottom:16px;width:50px;height:50px;border-radius:16px}.smaaaq-push-bell-fab:before{inset:4px;border-radius:12px}.smaaaq-bell-icon svg{width:23px;height:23px}.smaaaq-bell-dot{right:8px;top:8px;width:7px;height:7px}}

/* v212: header bell replaces the floating notification button */
.smaaaq-push-bell-fab{display:none!important}


/* v214 — header-anchored notification popover; never sits over the page bottom */
.smaaaq-push-card{
  top:calc(68px + 12px)!important;
  bottom:auto!important;
  left:auto!important;
  right:22px!important;
  transform:translateY(-8px) scale(.98)!important;
  width:min(620px,calc(100vw - 44px))!important;
  animation:none!important;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease,transform .36s cubic-bezier(.16,1,.3,1),box-shadow .3s ease!important;
}
.smaaaq-push-card.smaaaq-push-open{
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
.smaaaq-push-card.smaaaq-push-hide{opacity:0!important;pointer-events:none!important;transform:translateY(-5px) scale(.985)!important}
.smaaaq-push-card:before{
  content:"";position:absolute;top:-6px;right:76px;width:11px;height:11px;
  background:rgba(255,255,255,.98);border-left:1px solid rgba(142,27,27,.16);border-top:1px solid rgba(142,27,27,.16);
  transform:rotate(45deg);border-radius:2px;pointer-events:none;
}
[data-theme="night"] .smaaaq-push-card:before{background:#191817;border-color:rgba(224,190,105,.2)}
@media(max-width:640px){
  .smaaaq-push-card{
    top:calc(68px + 9px)!important;right:10px!important;left:10px!important;
    width:auto!important;max-width:none!important;
    grid-template-columns:1fr!important;row-gap:11px!important;
    padding:17px 16px 16px!important;border-radius:17px!important;
  }
  .smaaaq-push-enable{width:100%;min-height:43px}
  .smaaaq-push-dismiss{top:7px!important;right:7px!important}
  .smaaaq-push-card:before{right:61px}
}

/* v214 — precision mobile hero alignment
   (min-height and padding trimmed: the previous 620px box with 58/70px
   top/bottom padding on .hero-content left a large empty band of pure
   background image above the title and a ~110px gap between the subtitle
   and the "Nohas" button below the hero.) */
@media(max-width:640px){
  .hero{min-height:480px!important;overflow:hidden!important}
  .hero-content{
    width:calc(100% - 30px)!important;
    max-width:520px!important;
    margin-inline:auto!important;
    padding:22px 0 26px!important;
    text-align:center!important;
    box-sizing:border-box!important;
    transform:translateY(18px)!important;
  }
  .hero-eyebrow{
    width:100%!important;max-width:100%!important;
    justify-content:center!important;text-align:center!important;
    white-space:normal!important;overflow-wrap:anywhere!important;
    font-size:clamp(.50rem,2.45vw,.64rem)!important;
    line-height:1.55!important;letter-spacing:.105em!important;
    margin:0 auto 14px!important;
  }
  .hero-eyebrow::before,.hero-eyebrow::after{flex:0 0 16px!important;width:16px!important}
  .hero-title{
    width:100%!important;margin-inline:auto!important;
    text-align:center!important;line-height:1.32!important;
    font-size:clamp(2rem,10.2vw,3.35rem)!important;
    overflow-wrap:anywhere!important;
  }
  .hero-subtitle{
    width:100%!important;max-width:100%!important;
    margin:0 auto!important;text-align:center!important;
    line-height:1.65!important;font-size:clamp(.82rem,3.5vw,1rem)!important;
    padding-inline:4px!important;box-sizing:border-box!important;
  }
  .hero-subtitle .imran-link{white-space:nowrap!important}
}
@media(max-width:380px){
  .hero-content{width:calc(100% - 24px)!important;padding-top:20px!important}
  .hero-eyebrow{font-size:.48rem!important;letter-spacing:.08em!important}
  .hero-eyebrow::before,.hero-eyebrow::after{flex-basis:12px!important;width:12px!important}
  .hero-title{font-size:clamp(1.82rem,9.8vw,2.8rem)!important}
  .hero-subtitle{font-size:.78rem!important}
}

/* v215 — header-anchored subscription card is authoritative */
.smaaaq-push-card{
  bottom:auto!important;
  top:80px!important;
  left:auto!important;
  right:18px!important;
  transform:translateY(-8px) scale(.985)!important;
  animation:none!important;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease,transform .38s cubic-bezier(.16,1,.3,1),box-shadow .3s ease!important;
}
.smaaaq-push-card.smaaaq-push-open{
  opacity:1!important;
  pointer-events:auto!important;
  transform:translateY(0) scale(1)!important;
}
@media(max-width:640px){
  .smaaaq-push-card{
    top:80px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    max-width:none!important;
    padding:17px 16px 16px!important;
    border-radius:17px!important;
    grid-template-columns:1fr!important;
    row-gap:11px!important;
  }
  .smaaaq-push-enable{width:100%!important;min-height:43px}
}


/* v229 — clear notification permission state */
.header-notify-btn.notifications-enabled .header-notify-dot{
  background:#c9a24d;
  box-shadow:0 0 0 3px rgba(255,255,255,.98),0 0 12px rgba(201,162,77,.30);
}
.header-notify-btn.notifications-denied .header-notify-dot{
  background:#9a2b2b;
}
.smaaaq-push-enable.is-enabled{
  cursor:default!important;
  opacity:.82;
}
.smaaaq-push-card .smaaaq-push-copy strong{
  display:block;
}
[data-theme="night"] .header-notify-btn.notifications-enabled .header-notify-dot{
  background:#e1bd62;
  box-shadow:0 0 0 3px #24211f,0 0 12px rgba(225,189,98,.30);
}

/* v244 — premium solid notification panel: no transparent/glass wash */
.smaaaq-push-card{
  background:#fffdf8!important;
  border:1px solid rgba(201,162,77,.42)!important;
  box-shadow:0 22px 60px rgba(24,18,12,.20),0 6px 18px rgba(24,18,12,.10),inset 0 1px 0 rgba(255,255,255,.95)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  overflow:visible!important;
}
.smaaaq-push-card:after{
  content:"";
  position:absolute;
  left:0;top:16px;bottom:16px;width:3px;
  border-radius:0 3px 3px 0;
  background:linear-gradient(to bottom,#8e1b1b,#c9a24d,#8e1b1b);
  pointer-events:none;
}
.smaaaq-push-card:before{
  background:#fffdf8!important;
  border-color:rgba(201,162,77,.42)!important;
}
.smaaaq-push-copy strong{color:#25211d!important}
.smaaaq-push-copy span{color:#514a43!important;opacity:.86!important}
.smaaaq-push-note{color:#756d64!important;opacity:.72!important}
.smaaaq-push-dismiss{color:#5f574f!important;opacity:.62!important}
.smaaaq-push-enable{background:linear-gradient(135deg,#9b2028,#7d171d)!important;box-shadow:0 8px 20px rgba(125,23,29,.20)!important}
.smaaaq-push-enable:hover{background:linear-gradient(135deg,#a92a32,#861a21)!important}

[data-theme="night"] .smaaaq-push-card{
  background:#211f1d!important;
  border-color:rgba(224,190,105,.38)!important;
  box-shadow:0 24px 65px rgba(0,0,0,.58),0 7px 20px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.055)!important;
}
[data-theme="night"] .smaaaq-push-card:before{background:#211f1d!important;border-color:rgba(224,190,105,.38)!important}
[data-theme="night"] .smaaaq-push-copy strong{color:#f3eee5!important}
[data-theme="night"] .smaaaq-push-copy span{color:#d2cbc1!important;opacity:.88!important}
[data-theme="night"] .smaaaq-push-note{color:#aaa095!important;opacity:.82!important}
[data-theme="night"] .smaaaq-push-dismiss{color:#eee6da!important}

@media(max-width:640px){
  .smaaaq-push-card:after{top:14px;bottom:14px}
}


/* v242.1 — Notification Center is the authoritative bell interface */
.smaaaq-notification-center{display:block!important;padding:0!important;overflow:hidden!important;background:#fffdf8!important;border:1px solid rgba(201,162,77,.42)!important;border-radius:20px!important;box-shadow:0 24px 70px rgba(24,18,12,.22),0 8px 22px rgba(24,18,12,.10)!important}
.smaaaq-center-head{display:flex;gap:18px;justify-content:space-between;padding:20px 20px 15px;border-bottom:1px solid rgba(126,106,72,.16)}
.smaaaq-center-kicker{font-size:.62rem;font-weight:900;letter-spacing:.16em;color:#8e1b1b;margin-bottom:5px}.smaaaq-center-head h3{margin:0;font:700 1.25rem Georgia,serif;color:#28231e}.smaaaq-center-head p{margin:5px 0 0;color:#6b6259;font-size:.76rem;line-height:1.45}
.smaaaq-center-head .smaaaq-push-dismiss{position:static;flex:0 0 auto;margin:-5px -5px 0 0;color:#5f574f;opacity:.65}
.smaaaq-center-tabs{display:flex;align-items:center;gap:7px;padding:10px 14px;border-bottom:1px solid rgba(126,106,72,.12);background:#fbf7ef}.smaaaq-center-tabs button{border:0;background:transparent;color:#6b6259;border-radius:999px;padding:7px 11px;font-size:.72rem;font-weight:800;cursor:pointer}.smaaaq-center-tabs button.is-active{background:#8e1b1b;color:#fff}.smaaaq-center-tabs .smaaaq-mark-read{margin-left:auto;color:#8e1b1b}.smaaaq-unread-count{display:none;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:#c9a24d;color:#fff;font-size:.58rem;margin-left:3px}
.smaaaq-center-list{max-height:min(54vh,430px);overflow:auto}.smaaaq-center-item{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;text-decoration:none;color:inherit;border-bottom:1px solid rgba(126,106,72,.11);transition:background .18s ease}.smaaaq-center-item:hover{background:#f8f2e8}.smaaaq-center-item.is-unread{background:rgba(142,27,27,.035)}.smaaaq-center-icon{width:34px;height:34px;flex:0 0 34px;border-radius:11px;display:grid;place-items:center;background:#f2e8d7;color:#8e1b1b;font-weight:900}.smaaaq-center-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.smaaaq-center-copy strong{font-size:.82rem;color:#2c2722}.smaaaq-center-copy span{font-size:.73rem;color:#655d55;line-height:1.45}.smaaaq-center-copy small{font-size:.61rem;color:#94897d;text-transform:capitalize}.smaaaq-center-arrow{margin-left:auto;color:#9b8b77;font-size:1.35rem;line-height:1;padding-top:5px}.smaaaq-center-empty,.smaaaq-center-loading{padding:34px 20px;text-align:center;color:#82776c;display:flex;flex-direction:column;gap:5px;font-size:.75rem}.smaaaq-center-empty strong{color:#4a423b;font:700 1rem Georgia,serif}.smaaaq-center-subscribe{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:14px 16px;background:#f7f0e5;border-top:1px solid rgba(126,106,72,.14)}.smaaaq-center-subscribe .smaaaq-push-copy{display:flex;flex-direction:column;gap:3px}.smaaaq-center-subscribe .smaaaq-push-copy strong{font-size:.78rem;color:#302a25}.smaaaq-center-subscribe .smaaaq-push-copy span{font-size:.66rem;color:#71675e;line-height:1.4}.smaaaq-center-subscribe .smaaaq-push-enable{padding:9px 14px;border-radius:999px;background:linear-gradient(135deg,#9b2028,#7d171d);color:#fff;border:0;font-weight:850;cursor:pointer}.smaaaq-center-subscribe .smaaaq-push-enable:disabled{opacity:.65}
html[data-theme="night"] .smaaaq-notification-center{background:#211f1d!important;border-color:rgba(224,190,105,.38)!important;box-shadow:0 26px 75px rgba(0,0,0,.62)!important}.smaaaq-notification-center [class*="smaaaq-center"]{border-color:rgba(224,190,105,.12)}html[data-theme="night"] .smaaaq-center-head h3,html[data-theme="night"] .smaaaq-center-copy strong,html[data-theme="night"] .smaaaq-center-subscribe .smaaaq-push-copy strong{color:#f3eee5}html[data-theme="night"] .smaaaq-center-head p,html[data-theme="night"] .smaaaq-center-copy span{color:#c9c0b5}html[data-theme="night"] .smaaaq-center-tabs{background:#1c1a19}html[data-theme="night"] .smaaaq-center-item:hover{background:#292522}html[data-theme="night"] .smaaaq-center-subscribe{background:#1c1a19}html[data-theme="night"] .smaaaq-center-icon{background:#302a25;color:#e0be69}
@media(max-width:640px){.smaaaq-notification-center{max-height:calc(100vh - 86px)}.smaaaq-center-list{max-height:calc(100vh - 300px)}.smaaaq-center-head{padding:17px 16px 13px}.smaaaq-center-tabs{padding:8px 10px}.smaaaq-center-tabs button{padding:7px 9px}.smaaaq-center-subscribe{grid-template-columns:1fr auto}}


/* v281 — Notification Center floats with the page instead of being viewport-fixed. */
.smaaaq-push-card{
  position:absolute!important;
  top:auto!important;
  bottom:auto!important;
  z-index:2147483000!important;
}
@media(max-width:640px){
  .smaaaq-push-card{top:auto!important;bottom:auto!important;}
}


/* v281 — Notification Center: floating document panel, not viewport-fixed. */
.smaaaq-push-card{
  position:absolute!important;
  top:auto!important; bottom:auto!important;
  left:auto!important; right:auto!important;
}
@media(max-width:640px){
  .smaaaq-push-card{top:auto!important;bottom:auto!important;left:auto!important;right:auto!important;}
}

/* v281.1 — coordinate bridge for the floating panel. */
.smaaaq-push-card{top:var(--smaaaq-float-top,auto)!important;left:var(--smaaaq-float-left,auto)!important;right:var(--smaaaq-float-right,auto)!important;}

/* v463 — auto-prompt popup for visitors who never activated notifications.
   Capped to 2 appearances/day in JS; this is just the presentation.
   Anchored near the top of the screen so it's actually noticed. */
.smaaaq-auto-popup{
  position:fixed; z-index:2147483000; left:50%; top:92px; bottom:auto; transform:translate(-50%,-14px) scale(.98);
  width:min(460px,calc(100% - 24px)); box-sizing:border-box; padding:16px 18px 15px;
  border:1px solid rgba(201,162,77,.42); border-radius:18px; background:#fffdf8;
  box-shadow:0 20px 55px rgba(24,18,12,.20),0 6px 18px rgba(24,18,12,.10),inset 0 1px 0 rgba(255,255,255,.95);
  font-family:inherit; opacity:0; pointer-events:none;
  transition:opacity .26s ease,transform .32s cubic-bezier(.16,1,.3,1);
}
.smaaaq-auto-popup.smaaaq-auto-popup-open{opacity:1; pointer-events:auto; transform:translate(-50%,0) scale(1)}
.smaaaq-auto-popup .smaaaq-push-copy{display:flex;flex-direction:column;gap:4px;padding-right:16px}
.smaaaq-auto-popup .smaaaq-push-copy strong{font-family:Georgia,serif;font-size:1rem;color:#25211d}
.smaaaq-auto-popup .smaaaq-push-copy span{font-size:.78rem;line-height:1.45;color:#514a43;opacity:.9}
.smaaaq-auto-popup-close{position:absolute;top:8px;right:10px;border:0;background:transparent;font-size:18px;line-height:1;opacity:.45;cursor:pointer;padding:4px;color:#5f574f}
.smaaaq-auto-popup-actions{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}
.smaaaq-auto-popup .smaaaq-push-enable{border:0;border-radius:999px;padding:10px 18px;background:linear-gradient(135deg,#9b2028,#7d171d);color:#fff;font-weight:850;font-size:.8rem;cursor:pointer;box-shadow:0 8px 20px rgba(125,23,29,.20);transition:transform .18s ease,box-shadow .18s ease}
.smaaaq-auto-popup .smaaaq-push-enable:hover{transform:translateY(-1px)}
.smaaaq-auto-popup .smaaaq-push-enable:disabled{opacity:.6;cursor:wait;transform:none}
.smaaaq-auto-popup-later{border:1px solid rgba(127,127,127,.28);background:transparent;border-radius:999px;padding:10px 16px;font-size:.8rem;font-weight:700;color:#5f574f;cursor:pointer}
[data-theme="night"] .smaaaq-auto-popup{background:#211f1d;border-color:rgba(224,190,105,.38);box-shadow:0 22px 60px rgba(0,0,0,.55)}
[data-theme="night"] .smaaaq-auto-popup .smaaaq-push-copy strong{color:#f3eee5}
[data-theme="night"] .smaaaq-auto-popup .smaaaq-push-copy span{color:#d2cbc1}
[data-theme="night"] .smaaaq-auto-popup-later{color:#d2cbc1;border-color:rgba(224,190,105,.3)}
@media(max-width:520px){
  .smaaaq-auto-popup{top:70px;padding:14px 15px 14px;border-radius:16px}
  .smaaaq-auto-popup .smaaaq-push-copy strong{font-size:.94rem}
  .smaaaq-auto-popup .smaaaq-push-copy span{font-size:.73rem}
  .smaaaq-auto-popup .smaaaq-push-enable,.smaaaq-auto-popup-later{padding:9px 14px;font-size:.76rem}
}
