/**
 * This file is for event detail styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.event-detail__date-wrap {
  padding-bottom: 10px;
}

.event-detail__date {
  color: #8d331e;
  font-weight: 700;
  position: relative;
  font-size: 0.8888888889rem;
  line-height: 3.0555555556rem;
  letter-spacing: 0.0617283333rem;
}
.event-detail__date:before {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_date.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 24px;
  background-size: 100%;
  margin: 0 10px 0 0;
  position: relative;
  top: 7px;
}

/*# sourceMappingURL=event-detail.css.map */
