
/* Full audit 5.0.1: compact native controls and horizontal-overflow protection. */
input[type="checkbox"],input[type="radio"]{
  width:18px;
  min-width:18px;
  max-width:18px;
  height:18px;
  min-height:18px;
  padding:0;
  margin:0;
  flex:0 0 18px;
  box-sizing:border-box;
}
html,body{max-width:100%;overflow-x:hidden}
.modal-card,.card,.section-card,.settings-card{max-width:100%}
