/* Modern, local enhancements layered over the legacy theme. */
.mPower button {
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
}

.mPower button[hidden] {
  display: none !important;
}

#off:not([hidden]) {
  display: inline-block;
}

#on::before {
  content: "❚❚";
}

#off::before {
  content: "▶";
}

.page-13 h3 {
  height: 20%;
}

@media (prefers-reduced-motion: reduce) {
  .flowtime,
  .flowtime * {
    transition: none !important;
    animation: none !important;
  }
}
