.hold-status{margin-top:18px;padding:16px 18px;border-left:3px solid var(--sage);background:#edf3ea;color:#43533c}
.hold-status p{margin:0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px}
.hold-status strong{font-variant-numeric:tabular-nums}
.hold-status.expiring{border-color:#b38b41;background:#f7f1e4;color:#705822}
.hold-status.expired{border-color:var(--lavender);background:#f0eaf2;color:var(--aubergine)}
.hold-status .button{margin-top:14px;min-height:44px}
