.hc-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  user-select: none;
}
.hc-prev, .hc-next {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}
.hc-inner {
  flex: 1;
  text-align: center;
}
.hc-month {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.hc-week {
  display: flex;
}
.hc-day {
  flex: 1;
  padding: 0.5em;
  border: 1px solid #ddd;
  margin: 0 2px;
  border-radius: 4px;
}
.hc-day .dow {
  font-size: 0.85em;
  color: #666;
}
.hc-day .date {
  font-size: 1.2em;
}
.hc-day.active {
  background-color: #f0f0f0;
}
.hc-posts {
  margin-top: 1em;
}
.hc-posts ul { list-style: none; padding: 0; }
.hc-posts li { margin-bottom: 0.5em; }
