/* The public home has one live-debate door, standings and the original expandable tour. */
#first-screen .fs-actions-row{grid-template-columns:repeat(2,minmax(0,1fr))}
#first-screen .fs-actions-row .fs-cta{width:100%}
#first-screen{height:auto;min-height:0;padding-top:44px;padding-bottom:40px}
.landing-more-shell:empty,.hero-founder-frame:empty,.page-toc,.jumpnav{display:none!important}
/* These wrappers used to hide the long tour on phones. */
body .lm-wl-row,body .landing-more-shell{display:block!important;width:100%;max-width:none;padding:0;margin:0;grid-template-columns:none}
@media(max-width:720px){#ranked-band.ranked-band{display:block!important;width:calc(100% - 40px)}}
body .lm-wl-row #landing-more{margin:0 auto 28px}
/* The original tour also opens on phones; parked chapters stay parked. */
@media(max-width:720px){
 body.landing-more-open #how-it-works,
 body.landing-more-open .hero-founder-frame > .hero,
 body.landing-more-open #live-proof,
 body.landing-more-open #reviews,
 body.landing-more-open .founder-line-band,
 body.landing-more-open #faq{display:block!important}
}
