/* =====================
   OHO DATE BLOCK SCSS
   ===================== */
.oho-date-block {
  background-color: grey;
  text-align: center;
  width: 3.75rem;
  color: #fff;
  padding: 0.3125rem 0;
}

.content .oho-date-block {
  margin-top: 15px;
}
.content .event-date {
  margin-top: 15px;
}

.oho-date-block--month {
  text-transform: uppercase;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 500;
}

.oho-date-block--day {
  line-height: 1;
  font-size: 1.875rem;
  font-weight: 900;
}
