body {
  margin: 0;
  color: #222;
  background: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

main {
  box-sizing: border-box;
  max-width: 44rem;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}

h1 {
  margin: 1.5rem 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
}

h2 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.workout-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.workout-heading h1 {
  margin-bottom: 0;
}

.secondary {
  color: #595959;
}

.workout-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.workout-list li {
  padding: 1rem 0;
}

.workout-list a {
  font-size: 1.25rem;
  font-weight: 600;
}

.workout-list p {
  margin: 0.25rem 0 0;
}

.exercise-list {
  margin: 2rem 0 0;
  padding-left: 1.5rem;
}

.exercise-list li {
  margin-bottom: 2rem;
  padding-left: 0.25rem;
}

.exercise-list h2,
.exercise-list p {
  margin-top: 0;
}

.cues {
  padding: 0.08em 0.18em;
  color: inherit;
  background: #fff1a8;
  white-space: pre-line;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#session-phase {
  margin-top: 3rem;
}

#session-view {
  text-align: center;
}

#session-timer {
  margin: 0.25rem 0 2rem;
  font-size: 5rem;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

#session-next-label {
  margin-bottom: 0;
}

#session-exercise {
  margin-top: 0.25rem;
  font-size: 2.5rem;
  line-height: 1.25;
}

#session-cues {
  font-size: 1.25rem;
  line-height: 1.8;
}

#finish-session {
  display: inline-block;
  margin-top: 2rem;
}

#finish-session[hidden] {
  display: none;
}
