/* Fix 20D.3 · margen seguro del editor de lectura en móvil */
@media (max-width:620px){
  .club-reading-dialog{
    padding:17px 18px 18px 16px!important;
  }

  #clubReadingSetupForm{
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    margin:0 8px 0 0!important;
  }

  .club-reading-date-fields,
  #clubReadingMilestoneEditor,
  .club-reading-dialog-actions{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .club-reading-editor-row{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    padding-left:0!important;
    padding-right:4px!important;
  }

  .club-reading-editor-row label,
  .club-reading-editor-row label.wide,
  .club-reading-editor-row label:not(.wide){
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
  }

  .club-reading-date-fields input,
  .club-reading-editor-row input,
  .club-reading-percent-input,
  .club-reading-percent-input input{
    display:block;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .club-reading-remove{
    right:6px!important;
  }
}
