
.americom-lp-gate-notice{
  padding: 14px 16px;
  border-radius: 10px;
  margin: 12px 0 18px;
  font-size: 16px;
  line-height: 1.35;
  border: 1px solid rgba(0,0,0,0.08);
}
.americom-lp-gate-notice--warn{ background: rgba(214,54,56,0.08); }
.americom-lp-gate-notice--success{ background: rgba(34,113,177,0.08); }
.americom-lp-gate-btn{ display:inline-block; text-decoration:none; }
.americom-lp-gate-btn--pending{ opacity:0.85; cursor:not-allowed; }

.americom-lp-status-popup{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;}
.americom-lp-status-popup__box{background:#fff;color:#222;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.2);padding:24px 28px;min-width:280px;max-width:520px;display:flex;align-items:center;gap:14px;font-size:18px;line-height:1.4;font-weight:600;}
.americom-lp-status-popup__spinner{width:22px;height:22px;border-radius:999px;border:3px solid rgba(0,0,0,.15);border-top-color:#2271b1;animation:americom-lp-spin 1s linear infinite;flex:0 0 auto;}
@keyframes americom-lp-spin{to{transform:rotate(360deg)}}
