.dateBadgeWrapper {
  position: absolute;
  text-align: center;
  padding-bottom: 0.625rem;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.articleImage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  background-color: #888;
}
.dateBadge {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  color: white;
  background-color: #777; /* gray background */
  border-radius: 50%;
  border: 10px solid #fff;
  width: 75px;
  height: 75px;
  line-height: 1;
  padding: 10px 0;
  font-family: sans-serif;
}

/* .dateBadge::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 91px;
  height: 91px;
  background-color: white;
  border-radius: 50%;
  z-index: -1;
} */
.dateMonth {
  font-size: 0.85rem;
  font-weight: 500;
}
.dateDay {
  font-size: 1.25rem;
  font-weight: 700;
}
