/* XRP V12.17 · customer deadline alert presentation */
.customer-deadline-alert{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center;margin-bottom:12px;padding:10px 12px;border:1px solid #e2383270;border-radius:11px;background:#fff3f2;color:#9f211d;box-shadow:0 5px 18px #e2383212}.customer-deadline-alarm{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#e23832;color:#fff;font-size:17px;font-weight:900;animation:xrpCustomerDeadlinePulse 1.15s ease-in-out infinite}.customer-deadline-alert b{display:block;font-size:10px}.customer-deadline-alert p{margin:4px 0 0;font-size:8px;line-height:1.45}.customer-deadline-alert .btn{border-color:#e2383270;background:#fff;color:#a72823}.customer-deadline-bell{border-color:#e23832!important;color:#e23832!important;animation:xrpCustomerDeadlineBell 1.15s ease-in-out infinite}@keyframes xrpCustomerDeadlinePulse{0%,100%{box-shadow:0 0 0 0 #e2383200}50%{box-shadow:0 0 0 7px #e2383225}}@keyframes xrpCustomerDeadlineBell{0%,100%{box-shadow:0 0 0 0 #e2383200}50%{box-shadow:0 0 0 5px #e2383230}}@media(prefers-reduced-motion:reduce){.customer-deadline-alarm,.customer-deadline-bell{animation:none}}@media(max-width:700px){.customer-deadline-alert{grid-template-columns:32px minmax(0,1fr)}.customer-deadline-alert .btn{grid-column:1/-1;width:100%}.customer-deadline-alert p{white-space:normal}}
