/* Refine the gender labels in horizontal name fields. */
#home .match-form label{grid-template-columns:104px minmax(0,1fr)}
#home .match-form label span{
  gap:5px;
  padding:0 10px;
  white-space:nowrap;
  text-align:center;
  font-size:15px;
  line-height:1;
  letter-spacing:0;
}
#home .match-form input{padding-left:18px}
@media(max-width:390px){
  #home .match-form label{grid-template-columns:94px minmax(0,1fr)}
  #home .match-form label span{padding:0 6px;font-size:14px;white-space:nowrap}
  #home .match-form input{padding-left:14px}
}
