/* Styles for Estimated Delivery date block */
.flare-est-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #ede3d8;
  border-radius: 8px;
  padding: 12px;
  background: #fffbf6;
  margin: 16px 0;
}
.flare-est-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flare-est-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  font-size: 14px;
  color: #202223;
}
.flare-est-line {
  line-height: 1.3;
}
.flare-est-stock,
#flare-est-date {
  white-space: nowrap;
}
.flare-est-stock {
  color: #000000;
  font-weight: 600;
}
.flare-est-hint {
  color: #6B7280;
  font-size: 12px;
  flex-basis: 100%;
}


