.delivery-estimation{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-radius:var(--border-radius,8px);background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.delivery-estimation__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;opacity:.8}.delivery-estimation__icon .custom-icon,.delivery-estimation__icon svg{width:1.25rem;height:1.25rem;object-fit:contain}.delivery-estimation__content{display:flex;flex-direction:column;gap:.25rem;line-height:1.4}.delivery-estimation__cutoff{font-weight:600}.delivery-estimation__cutoff--accent-1{color:rgb(var(--color-accent-1))}.delivery-estimation__cutoff--accent-2{color:rgb(var(--color-accent-2))}.delivery-estimation__cutoff--text{color:rgb(var(--color-foreground))}.delivery-estimation__date{opacity:.9}@media screen and (max-width:749px){.delivery-estimation{padding:.625rem .875rem;gap:.625rem}.delivery-estimation__icon .custom-icon,.delivery-estimation__icon svg{width:1.125rem;height:1.125rem}}