
.fs-delivery-estimate{display:flex;align-items:flex-start;gap:12px;margin-top:14px;padding:13px 14px;border:1px solid #dfe7e1;border-radius:14px;background:#fff}
.fs-delivery-estimate__icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#eaf5ed;color:var(--green)}
.fs-delivery-estimate__icon svg{width:22px;height:22px}
.fs-delivery-estimate__content{display:flex;flex-direction:column;gap:3px;min-width:0}
.fs-delivery-estimate__content strong{font-size:15px;line-height:1.2;color:var(--ink)}
.fs-delivery-estimate__content span{font-size:13px;line-height:1.45;color:var(--muted)}
.fs-delivery-estimate__content b{color:var(--green-2)}
@media(max-width:780px){
  .fs-delivery-estimate{margin-top:12px;padding:12px}
  .fs-delivery-estimate__icon{flex-basis:40px;width:40px;height:40px}
  .fs-delivery-estimate__content strong{font-size:14px}
  .fs-delivery-estimate__content span{font-size:12.5px}
}
