.delivery-date-line {
  margin-top: 5px;
  height: 21px;
  overflow-y: hidden;
}
.delivery-date {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 2px 25px 2px 25px;
  width: max-content;
  margin-top: 2px;
  position: relative;
  height: 30px;
}
.delivery-date-popup {
  background-color: #f5f5f5;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  padding: 2px 25px 2px 25px;
  width: max-content;
  max-width: 140%;
  position: absolute;
  display: none;
  z-index: 1;
}

.delivery-date-popup li {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  font: status-bar;
}
.delivery-date-popup ul {
  list-style: square;
}