/* Keep the converter's amount, currency controls and result on separate grid rows. */
.home-convert-grid{grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr)}
.home-convert-grid>label:first-child{grid-column:1/-1}
.home-convert-grid>label:nth-of-type(2){grid-column:1}
.home-convert-grid>#swap{grid-column:2}
.home-convert-grid>label:nth-of-type(3){grid-column:3}
@media(max-width:780px){.home-convert-grid>label:first-child,.home-convert-grid>label:nth-of-type(2),.home-convert-grid>label:nth-of-type(3),.home-convert-grid>#swap{grid-column:auto}}
