body.yp-single-event .event-date-wrapper {
  position: absolute;
  left: 0;
  margin-top: -285px;
  width: 220px;
  height: 220px;
}

body.yp-single-event .event-date-background {
  position: absolute;
  width: 170%;
  height: 140%;
  background: url(https://yogaetpresence.com/wp-content/uploads/2025/02/degarde-de-fond-date.png) no-repeat;
  background-size: cover;
  background-position: bottom left;
  z-index: 1;
  margin-top: -68px !important;
}

body.yp-single-event .event-date-article {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 2;
  margin-top: 49px;
}

body.yp-single-event .event-date-article .day,
body.yp-single-event .event-date-article .number,
body.yp-single-event .event-date-article .month {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

body.yp-single-event .event-date-article .day {
  font-size: 34px;
}

body.yp-single-event .event-date-article .number {
  font-size: 88px;
  font-family: "Playfair Display", serif;
}

body.yp-single-event .event-date-article .month {
  font-size: 34px;
  line-height: 99px;
}

@media (max-width: 768px) {
  body.yp-single-event .event-date-wrapper {
    position: absolute;
    left: 0;
    margin-top: -285px;
    width: 220px;
    height: 220px;
  }

  body.yp-single-event .event-date-background {
    position: absolute;
    width: 150%;
    height: 140%;
    background: url(https://yogaetpresence.com/wp-content/uploads/2025/02/degarde-de-fond-date.png) no-repeat;
    background-size: 50%;
    background-position: bottom left;
    z-index: 1;
    margin-top: -68px !important;
  }

  body.yp-single-event .event-date-article {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 2;
    top: 51px;
    left: -65px;
    margin-top: 0;
  }

  body.yp-single-event .event-date-article .day,
  body.yp-single-event .event-date-article .number,
  body.yp-single-event .event-date-article .month {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }

  body.yp-single-event .event-date-article .day {
    font-size: 19px;
    line-height: 10px;
  }

  body.yp-single-event .event-date-article .number {
    font-size: 48px;
    font-family: "Playfair Display", serif;
  }

  body.yp-single-event .event-date-article .month {
    font-size: 19px;
    line-height: 38px;
  }
}
