/* VALENTINA_5R7_STOP_FLIP_CMO_REPORTS */

/* Nella sezione report il lavoro va aperto in HTML, non come markdown nel pannello */
#v5r2-reports .v5r2-view {
  display: none !important;
}

/* Sezione report più compatta e stabile */
#v5r2-reports .v5r2-preview {
  max-height: 135px !important;
  overflow: hidden !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

#v5r2-reports .v5r2-row {
  contain: layout paint !important;
}

/* I pulsanti report devono essere chiari */
#v5r2-reports .v5r4b-report {
  font-size: 17px !important;
  padding: 11px 15px !important;
}

#v5r2-reports .v5r4b-delete {
  font-size: 17px !important;
  padding: 11px 15px !important;
}

/* Evita salti strani mentre gli script aggiungono score/bottoni */
#v5r2-reports {
  scroll-margin-top: 20px !important;
}
