.xh-estimated-delivery {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  margin: 12px 0;
  padding: 11px 13px;
  border-left: 3px solid #2F3A4A;
  border-radius: 2px;
  line-height: 1.45;
  font-size: 14px;
}

.xh-estimated-delivery .xh-ed-icon {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

.xh-estimated-delivery .xh-ed-content {
  min-width: 0;
}

.xh-estimated-delivery .xh-ed-label {
  font-weight: 500;
}

.xh-estimated-delivery .xh-ed-value {
  font-weight: 700;
}

@media (max-width: 767px) {
  .xh-estimated-delivery {
    margin: 10px 0;
    padding: 11px 12px;
    font-size: 13px;
  }
}
