/* Programmatic scrolling must stop below the real sticky navbar, including zoom. */
:root{
  --cp-scroll-offset:84px;
  scroll-padding-top:var(--cp-scroll-offset)!important;
}

#planItemForm,
#add-exercise-card,
.live-exercise-card,
.card[id],
form[id],
section[id],
[data-cp-scroll-target],
[id^="ex-"]{
  scroll-margin-top:calc(var(--cp-scroll-offset) + 8px)!important;
}
