#character-form{min-width:0;max-width:100%}
#character-form>label,#character-form .starter-grid,#character-form .starter-grid label,#character-form .starter-grid span,#character-form .starter-grid i{min-width:0}
#character-form #character-name{box-sizing:border-box;width:100%;min-width:0}
#character-form .starter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
#character-form .starter-grid span{grid-template-columns:56px minmax(0,1fr)}
#character-form .starter-grid b{overflow-wrap:anywhere}
#character-form>.auth-link-button{height:auto;min-height:32px;padding:5px;border:1px solid #52655b;background:transparent;color:#d8bd67}
#character-form button:disabled{cursor:wait;opacity:.7}
#character-form .starter-grid input:disabled+span{cursor:default}
@media(max-width:460px){
 #character-form .starter-grid span{grid-template-columns:40px minmax(0,1fr);padding:7px;gap:5px}
 #character-form .starter-grid canvas{width:40px;height:40px}
 #character-form .starter-grid b{font-size:12px}
}
