/* Compact SVG delivery receipts: sent, delivered, read. */
.message-delivery-status{display:inline-grid;width:18px;height:12px;margin-left:4px;place-items:center;vertical-align:-2px;color:#87928a}
.message-delivery-status svg{display:block;width:18px;height:12px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.message-delivery-status .delivery-check{transition:opacity .18s ease,stroke .18s ease,filter .18s ease}
.message-delivery-status[data-status=sent] .second{opacity:0}
.message-delivery-status[data-status=delivered] .first,.message-delivery-status[data-status=delivered] .second{opacity:1;color:#87928a}
.message-delivery-status[data-status=read]{color:#cfff57;filter:drop-shadow(0 0 3px #a9dc4555)}
.message-delivery-status[data-status=read] .first,.message-delivery-status[data-status=read] .second{opacity:1}
.message-line.mine time{display:flex!important;align-items:center;justify-content:flex-end;gap:0}
.call-history-meta time{display:inline-flex!important}
html[data-theme=light] .message-delivery-status[data-status=read]{color:#79a91f;filter:none}
.message-delivery-status[data-status=failed]{color:#e16d72;filter:none}
.message-delivery-status[data-status=failed] .second{opacity:0}
.delivery-failure-notice{align-self:center;display:flex;flex-direction:column;gap:2px;max-width:min(88%,430px);margin:5px auto;padding:7px 14px;border:1px solid color-mix(in srgb,#e16d72 38%,transparent);border-radius:999px;background:color-mix(in srgb,#e16d72 8%,transparent);color:#d7dcd9;text-align:center;font-size:12px;line-height:1.3}
.delivery-failure-notice b{color:#ef8c90;font-size:12px}.delivery-failure-notice span{opacity:.78}
html[data-theme=light] .delivery-failure-notice{color:#39443e;background:#e16d720d}
