.edd-estimate-block{
  display:flex;
  align-items:center;
  gap:.5rem;
  padding:.5rem .75rem;
  border:1px solid #e5e7eb;
  border-radius:8px;
  background:#f9fafb;
  font-size:14px;
  line-height:1.4;
  margin-bottom:16px;
}
.edd-estimate-block .edd-icon{
  width:18px;height:18px;display:inline-flex;
}
.edd-truck{width:18px;height:18px;fill:currentColor}
.edd-text{color:#16a34a;font-weight:500}
