/* Window Seat page fixes, loaded after the kit style. Tokens only, no hex. */
/* dropdowns: the kit's select sits its text at the top of the 50px field */
.fcard label i select{line-height:47px;padding-top:0;padding-bottom:0}
/* FAQ: closed items must hide their answer */
.q:not(.open) p{display:none}
.q:not(.open) .t{display:flex;justify-content:space-between;align-items:center;width:100%}
.faq .q .t{cursor:pointer}
/* points report: seats are good news, not a failing score */
.ws-rep .score b{color:var(--green)}
.rr.ws-flat:after{content:none}
.rr.ws-no:after{content:"No route"}
.rr.ok:after{content:"Transfers"}
.fcard .ws-hint{font:500 13px var(--fu);color:var(--red);margin:4px 0 6px}
/* phone: get the top of the Points Check form onto the first screen */
@media (max-width:760px){.ws-check-hero .checks{display:none}.ws-check-hero .lead{margin-bottom:0}}
