@media only screen and (min-width:600px){.sml-form{width:400px;display:flex;flex-direction:column;gap:6px}}@media only screen and (max-width:600px){.sml-form{width:70vw;display:flex;flex-direction:column;gap:6px}}