/* modules/abcproductnotice/views/assets/css/notice.css */
.abc-notice{padding:12px;border:1px solid #f1c40f;background:#fffbe6;margin-bottom:12px;border-radius:6px}
.abc-notice-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}
.abc-notice-modal{background:#fff;max-width:680px;width:92%;padding:16px;border-radius:8px;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.abc-notice-close{position:absolute;top:8px;right:8px;border:0;background:#e53935;color:#fff;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer;line-height:30px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.2)}
.abc-notice-close:hover{filter:brightness(0.95)}
