.as-push-prompt {
  position: fixed;
  z-index: 1090;
  left: max(20px, env(safe-area-inset-left));
  bottom: max(20px, env(safe-area-inset-bottom));
  display: flex;
  width: min(430px, calc(100vw - 40px));
  gap: 14px;
  padding: 18px;
  color: #17212b;
  background: #fff;
  border: 1px solid rgba(19,59,99,.16);
  box-shadow: 0 18px 48px rgba(13,31,48,.2);
  box-sizing: border-box;
}
.as-push-prompt[hidden] { display: none !important; }
.as-push-icon { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; color: #fff; background: #133b63; border-radius: 50%; }
.as-push-icon svg { display: block; color: #fff !important; fill: #fff !important; }
.as-push-copy { min-width: 0; padding-right: 18px; }
.as-push-copy strong { display: block; margin-bottom: 5px; font-size: 16px; }
.as-push-copy p { margin: 0 0 12px; color: #596673; font-size: 13px; line-height: 1.45; }
.as-push-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.as-push-primary { padding: 9px 13px; color: #fff; background: #133b63; border: 0; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.as-push-unsubscribe { padding: 8px 5px; color: #7b3028; background: transparent; border: 0; font: inherit; font-size: 12px; text-decoration: underline; cursor: pointer; }
.as-push-later { padding: 8px 5px; color: #52606d; background: transparent; border: 0; font: inherit; font-size: 12px; cursor: pointer; }
.as-push-close { position: absolute; top: 6px; right: 8px; width: 28px; height: 28px; padding: 0; color: #687582; background: transparent; border: 0; font-size: 23px; line-height: 26px; cursor: pointer; }
.as-push-error { margin-top: 8px; color: #a5271b; font-size: 12px; }
.as-push-prompt button:focus-visible { outline: 3px solid rgba(196,154,90,.6); outline-offset: 2px; }
@media (max-width:575.98px) {
  .as-push-prompt { left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); width: auto; padding: 15px; }
  .as-push-icon { width: 42px; height: 42px; }
}
