/* Shared Stage 3 layout safeguards added during the desktop/iPad audit. */
.cinder-progress {
  top: calc(3.5% + 98px);
}

.festival-progress {
  top: calc(3.5% + 108px);
}

@media (orientation: portrait) {
  .cinder-progress,
  .festival-progress {
    top: calc(env(safe-area-inset-top) + 176px);
  }
}

@media (max-height: 650px) and (orientation: landscape) {
  .cinder-progress {
    top: 76px;
  }

  .festival-progress {
    top: 78px;
  }
}
