/* HEAVEN TCG · customer notice bar (24 Sep 2026) */
.hv-notice{display:flex;align-items:flex-start;gap:12px;padding:11px 16px;margin:0;
  background:#3a2a10;color:#f7e6c4;border-bottom:1px solid #a8752b;
  font:500 14px/1.5 system-ui,-apple-system,"Segoe UI",sans-serif}
.hv-notice-warn{background:#3b1a12;color:#ffd9cf;border-bottom-color:#c0523a}
.hv-notice-ic{flex:0 0 auto;width:22px;height:22px;border-radius:50%;background:#e6a24e;color:#241a15;
  font-weight:800;font-size:14px;line-height:22px;text-align:center;margin-top:1px}
.hv-notice-warn .hv-notice-ic{background:#e0684c;color:#fff}
.hv-notice-tx{flex:1 1 auto;max-width:960px}
.hv-notice-x{flex:0 0 auto;background:none;border:0;color:inherit;opacity:.7;font:inherit;font-size:22px;line-height:1;
  cursor:pointer;padding:0 4px;margin:-2px 0 0 4px}
.hv-notice-x:hover{opacity:1}
@media (max-width:600px){.hv-notice{font-size:13px;padding:10px 12px}}
