.mdp-delivery-timeline{--mdp-delivery-ink:#101828;--mdp-delivery-muted:#8a8f9a;max-width:100%;margin:14px 0 20px;padding:22px 18px;border:1px solid rgba(16,24,40,.06);border-radius:10px;background:#f7f7f7;color:var(--mdp-delivery-ink);box-sizing:border-box;overflow:hidden}
.mdp-delivery-timeline ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}
.mdp-delivery-timeline li{position:relative;display:grid;justify-items:center;align-content:start;min-width:0;margin:0;padding:0;text-align:center}
.mdp-delivery-timeline li:not(:last-child):after{content:"";position:absolute;z-index:0;top:22px;left:calc(50% + 31px);width:calc(100% - 44px);border-top:2px solid #e0e3e8}
.mdp-delivery-timeline__icon{position:relative;z-index:1;display:grid;place-items:center;width:46px;height:46px;margin:0 0 10px;border:1.5px solid var(--mdp-delivery-ink);border-radius:50%;background:#f7f7f7;color:var(--mdp-delivery-ink)}
.mdp-delivery-timeline__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.mdp-delivery-timeline time,.mdp-delivery-timeline small{display:block;max-width:100%}
.mdp-delivery-timeline time{color:var(--mdp-delivery-ink);font-size:15px;font-weight:750;line-height:1.25;white-space:nowrap}
.mdp-delivery-timeline small{margin-top:3px;color:var(--mdp-delivery-muted);font-size:11.5px;line-height:1.25}
@media(max-width:680px){.mdp-delivery-timeline{margin:10px 0 14px;padding:17px 8px}.mdp-delivery-timeline ol{gap:4px}.mdp-delivery-timeline li:not(:last-child):after{top:18px;left:calc(50% + 23px);width:calc(100% - 30px)}.mdp-delivery-timeline__icon{width:38px;height:38px;margin-bottom:8px}.mdp-delivery-timeline__icon svg{width:20px;height:20px}.mdp-delivery-timeline time{font-size:11.5px;white-space:normal}.mdp-delivery-timeline small{font-size:9.5px}}
