/**
 * @file
 * Stylesheet for default oho_date_block styling.
 */

.oho-date-block {
  background-color: #e9e9e9;
  text-align: center;
  height: 90px;
  width: fit-content;
  padding: 5px 5px 5px 5px;
}

.oho-date-block time {
  width: 64px;
  float: left;
}

.oho-date-block--day,
.oho-date-block--weekday,
.oho-date-block--month,
.oho-date-block--year {
  line-height: 1;
  text-transform: uppercase;
}

.oho-date-block .oho-date-block--weekday,
.oho-date-block .oho-date-block--month,
.oho-date-block .oho-date-block--year {
  font-size: 1.3em;
}

.oho-date-block .oho-date-block--day {
  font-size: 2.4em;
}
