.er-delivery-date {
  font-family: inherit;
  font-size: 17px;
  font-weight: bold;
}

.delivery-container {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.truck-icon {
  width: 26px;
  height: auto;
  margin-right: 8px;
  margin-bottom: 8px;
}

.er-delivery-date {
  margin-left: 5px; /* Dodaje odstęp między tekstem a datą */
}
