/* Match the Official timeline reading order: date first, state second. */
html[data-crossroad-phase="prelaunch"]
  .present-marker .origin-today::before {
  top: calc(100% + 4px);
  bottom: auto;
  transform-origin: right top;
}
