.amadeus-notice{position:relative;font-family:inherit}
.amadeus-notice__bell{display:inline-flex;align-items:center;gap:8px;border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer}
.amadeus-notice__badge{min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;line-height:18px;text-align:center;padding:0 6px}
.amadeus-notice__panel{position:absolute;right:0;top:44px;width:min(420px,92vw);background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.08);z-index:9999;overflow:hidden}
.amadeus-notice__panelHeader{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #f1f5f9}
.amadeus-notice__close{border:0;background:transparent;font-size:18px;cursor:pointer;line-height:1}
.amadeus-notice__items{max-height:420px;overflow:auto}
.amadeus-notice__item{padding:10px 12px;border-bottom:1px solid #f1f5f9}
.amadeus-notice__item:last-child{border-bottom:0}
.amadeus-notice__title{display:flex;gap:8px;align-items:center}
.amadeus-notice__dot{width:8px;height:8px;border-radius:50%;background:#3b82f6;flex:0 0 auto}
.amadeus-notice__meta{font-size:12px;opacity:.7;margin-top:4px}
.amadeus-notice__loading{padding:12px;opacity:.7}
.amadeus-notice__link{display:inline-block;margin-top:8px}