/* Landing-page presentation; keep the exported Flow assets unchanged. */
:host { background: transparent; }
.lab { width: 100%; padding: 0; }
.lab-header,
.frame-navigation { display: none; }
#endReplay {
  font-size: 1rem;
  min-height: 2.75rem;
  padding: .5rem 1rem;
  color: #fff;
  background: #0C1D3B;
  border-color: #0C1D3B;
}
#endReplay:hover { background: #243956; }
