/* v454: two clear ways to begin from the site announcement banner. */
.prelaunch-actions{display:inline-flex;align-items:center;gap:14px;white-space:nowrap}
.prelaunch-actions .prelaunch-link+ .prelaunch-link{padding-left:14px;border-left:1px solid rgba(239,200,108,.35)}
@media(max-width:900px){
  .prelaunch-inner{flex-wrap:wrap}
  .prelaunch-actions{width:100%;justify-content:center}
}
@media(max-width:760px){
  .prelaunch-actions{gap:10px}
  .prelaunch-actions .prelaunch-link{font-size:.82rem}
  .prelaunch-actions .prelaunch-link+ .prelaunch-link{padding-left:10px}
}
