.product-delivery-estimate {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-block-start: -.2rem;
  padding: .85rem;
  border: 1px solid color-mix(in srgb, var(--store-accent) 25%, var(--store-border));
  border-radius: var(--store-radius);
  color: var(--store-text);
}
.product-delivery-estimate__icon { display: grid; inline-size: 2.25rem; block-size: 2.25rem; flex: 0 0 2.25rem; place-items: center; border-radius: 50%; color: var(--store-accent); background: color-mix(in srgb, var(--store-accent) 12%, var(--store-surface)); }
.product-delivery-estimate__icon svg { inline-size: 1.25rem; block-size: 1.25rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.product-delivery-estimate__body { display: grid; min-inline-size: 0; gap: .3rem; }
.product-delivery-estimate__body p { margin: 0; font-size: .9rem; line-height: 1.45; }
.product-delivery-estimate__body small { color: var(--store-muted); font-size: .78rem; }
.product-delivery-message time { font-family: inherit; font-size: inherit; }
.product-delivery-message__operation-time { display: block; }
.delivery-part--font-sans{font-family:Inter,system-ui,sans-serif}.delivery-part--font-serif{font-family:Georgia,serif}.delivery-part--font-mono{font-family:monospace}.delivery-part--size-compact{font-size:.85em}.delivery-part--size-large{font-size:1.15em}.delivery-part--weight-medium{font-weight:500}.delivery-part--weight-bold{font-weight:700}.delivery-part--weight-heavy{font-weight:850}.delivery-part--color-accent{color:var(--store-accent)}.delivery-part--color-muted{color:var(--store-muted)}.delivery-part--color-positive{color:var(--store-success,var(--store-accent))}.delivery-part--color-warning{color:var(--store-warning,#b45309)}
.product-delivery-estimate--background-transparent{background:transparent}
.product-delivery-estimate--background-surface{background:var(--store-surface)}
.product-delivery-estimate--background-accent_soft{background:color-mix(in srgb,var(--store-accent) 8%,var(--store-surface))}
.product-delivery-estimate--radius-none{border-radius:0}.product-delivery-estimate--radius-small{border-radius:var(--store-radius-sm)}.product-delivery-estimate--radius-medium{border-radius:var(--store-radius)}.product-delivery-estimate--radius-large{border-radius:var(--store-radius-lg)}
.product-delivery-estimate.pb-delivery-size--compact{font-size:.82rem}.product-delivery-estimate.pb-delivery-size--standard{font-size:.9rem}.product-delivery-estimate.pb-delivery-size--large{font-size:1.05rem}
.product-delivery-estimate.pb-delivery-color--inherit{color:inherit}.product-delivery-estimate.pb-delivery-color--text{color:var(--store-text)}.product-delivery-estimate.pb-delivery-color--accent{color:var(--store-accent)}.product-delivery-estimate.pb-delivery-color--muted{color:var(--store-muted)}.product-delivery-estimate.pb-delivery-color--custom{color:var(--pb-delivery-custom-color)}
[data-color-mode="dark"] .product-delivery-estimate.pb-delivery-dark-color--inherit{color:inherit}[data-color-mode="dark"] .product-delivery-estimate.pb-delivery-dark-color--text{color:var(--store-text)}[data-color-mode="dark"] .product-delivery-estimate.pb-delivery-dark-color--accent{color:var(--store-accent)}[data-color-mode="dark"] .product-delivery-estimate.pb-delivery-dark-color--muted{color:var(--store-muted)}[data-color-mode="dark"] .product-delivery-estimate.pb-delivery-dark-color--custom{color:var(--pb-delivery-dark-custom-color)}
