/* State-driven controls must override the base .button display declaration. */
.form-actions button[hidden] {
  display: none !important;
}

/* The twelve entries are exploration areas, not a week-by-week schedule. */
.week > div::before {
  content: "TOPIC " attr(data-topic);
}
