#ch235-email-banner {
  position: relative; z-index: 70; width: min(1480px, calc(100% - 30px)); margin: 10px auto 0;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px;
  min-height: 76px; padding: 13px 18px; color: #0b1b35; background: linear-gradient(105deg, #fff8f4, #fff 42%, #f7fbff);
  border: 1px solid #f3b89f; box-shadow: 0 10px 28px #17355b14;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}
#ch235-email-banner::before { content: ""; width: 44px; height: 44px; border: 2px solid #ff4d00; background: #fff; clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%); }
#ch235-email-banner::after { content: "✓"; position: absolute; left: 31px; top: 27px; color: #ff4d00; font: 900 22px/1 Arial; }
#ch235-email-banner b { display: block; margin-bottom: 3px; font-size: 15px; letter-spacing: .03em; }
#ch235-email-banner span { display: block; color: #607188; font-size: 13px; line-height: 1.45; }
#ch235-email-banner button { min-height: 42px; padding: 0 18px; border: 0; color: #fff; background: #ff4d00; font: 800 12px/1 Arial; letter-spacing: .04em; cursor: pointer; box-shadow: 0 8px 18px #ff4d0033; }
#ch235-email-banner button:disabled { opacity: .62; cursor: wait; }
#ch235-email-banner[data-tone="success"] { border-color: #79d6aa; background: #f2fff8; }
#ch235-email-banner[data-tone="success"]::before { border-color: #12a66a; }
#ch235-email-banner[data-tone="success"]::after { color: #12a66a; }
.ch235-verify-toast { position: fixed; right: 22px; top: 102px; z-index: 10020; max-width: 380px; padding: 15px 18px; border-left: 4px solid #ff4d00; background: #0b1b35; color: #fff; box-shadow: 0 18px 45px #081a3340; font: 700 13px/1.5 Arial; }
.ch231-expired-message { margin-left: 8px; color: #fff !important; background: #ff4d00 !important; border-color: #ff4d00 !important; }
@media (max-width: 700px) {
  #ch235-email-banner { grid-template-columns: 36px 1fr; gap: 11px; width: calc(100% - 20px); padding: 12px; }
  #ch235-email-banner::before { width: 34px; height: 34px; }
  #ch235-email-banner::after { left: 23px; top: 25px; font-size: 17px; }
  #ch235-email-banner button { grid-column: 1 / -1; width: 100%; }
  .ch235-verify-toast { left: 12px; right: 12px; top: 82px; max-width: none; }
}
