.wpi-date__wrapper {
  display: inline-block;
  background-color: #eee;
  padding: 10px;
}

.wpi-date__date {
  display: flex;
  flex-direction: column;
  min-width: 46px;
}

.wpi-date__date--different-day {
  justify-content: space-around;
}

.wpi-date__month,
.wpi-date__year {
  color: #1f2327;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.wpi-date__month--diff {
  font-size: 13px;
}

.wpi-date__day {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.wpi-date__day--same {
  font-size: 25px;
  color: #1f2327;
  line-height: 1.15;
}

.wpi-date__day--diff {
  font-size: 14px;
  margin-top: 11px;
}

.wpi-date__separator {
  text-align: center;
  line-height: 1;
}
