.pill.rejected { background: #fae1df; color: #762622; }
.row-error { display: block; color: #762622; max-width: 240px; margin-top: 5px; }
.error-box { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.error-box[hidden] { display: none; }
.error-box form { margin: 0; }
.error-box .dismiss { border: 0; background: transparent; color: #762622; font-size: 24px; line-height: 1; padding: 2px 7px; }
.live-update { color: #67736d; font-size: 12px; }
.queue-progress { margin: 18px 0 4px; }
.progress-track { height: 8px; background: #e5e9e1; border-radius: 99px; overflow: hidden; margin-top: 7px; }
.progress-track i { display: block; height: 100%; background: #245c42; transition: width .35s ease; }
.snapshot-label { margin-top: 18px; color: #67736d; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.secondary-stats { display: flex; gap: 24px; flex-wrap: wrap; color: #67736d; font-size: 13px; margin: -8px 0 16px; }
.secondary-stats b { color: #17221d; }
.delivery-channel { display: inline-block; margin-top: 3px; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
.delivery-channel.gmail { color: #175536; }
.delivery-channel.smtp { color: #9b302e; }
.gmail-button { color: #174ea6; border-color: #a8c7fa; background: #f7faff; }
