/* These styles are used in the backend editor AND in the Theme (frontend) */

/* Most themes nowadays provide an extra stylesheet of classes which WordPress itself then */
/* applies to the backend editor TinyMCE. However, custom CSS - set in Plugins, in the WP  */
/* Customizer or in Theme options, will normally not be reflected to TinyMCE. So better to */
/* put such styles all here, where they will apply to TinyMCE *and* the frontend.          */

/* The goal is not only to make the visual editor display look as much like the frontend as    */
/* possible, but also to make sure that all important CSS classes are available for convenient */
/* selection in TinyMCEs "Formats" dropdown - so do not forget to configure the TinyMCE styles */
/* dropdown with elements to match those here.                                                 */

/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */

/* Suggested general non-tag-specific visual styles */

.list       { margin: 0.35rem 0; }
.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }
.beforelist { margin-bottom: 0.5rem; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong { font-weight: bold; }
/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller { font-size: 0.95rem; line-height: 1.25; }
.small   { font-size: 0.89rem; line-height: 1.2; }

.screen-reader-text, .dispnone { display: none; }

/* Append your site-specific styles here */

ol.continua {
  list-style-type: none;
}
ol.continua:first-of-type {
  counter-reset:count;
}
ol.continua li::before {
  counter-increment: count;
  content: counters(count,".", decimal-leading-zero) " ";
}
.autoreGrigio {
  text-align:right;
  font-style:italic;
  color:#777;
}
.elencoIdt {
  color:#0000ff;
  font-weight: bold;
  text-decoration: none;
}
.versi2 {
  min-height: 78px;
}
.versi3 {
  min-height:99px;
}
.versi4 {
  min-height:126px;
}
.versi5 {
  /*min-height: 148px;*/
  min-height: 146px;
}
.versi6 {
  /*min-height:122px;*/
  /*min-height: 158px;*/
  min-height: 170.3px;
}
.versi7 {
  min-height:194px;
}
.versi8 {
  /*min-height:209px;*/
  min-height: 216.6px;
}
.versi9 {
  min-height:239px;
}
@media only screen and (min-width:769px) {
  .versi10 {
   /*min-height:194px; */
   min-height:262px; 
   max-height: 262px;
  }
}
@media only screen and (max-width:768px) {
  .versi10 {
   /*min-height:194px; */
   min-height:auto;
  }
}
.versi11 {
 min-height:284px; 
}
.versi12 {
  min-height:308px;
}
.versi13 {
  min-height: 331px;
}
.versi14 {
  min-height: 356px;
}
.versi15 {
  min-height: 377px;
}
.versi16 {
  min-height: 399px;
}
.versi19 {
  min-height: 467px;
}
.versi24 {
  min-height: 583px;
}
/** commentato il 2025/01/09 dopo aver notato che impaginava male i versi speciali tipo "25a, 25b, etc" */
/**
.versiSpeciali {
  font-size:11px;
  margin-left:-14px;
  padding-right:10px;
}
*/
.componimentoTesto #modal-ready ol li::before {
  display: inline-block;
  width: 50px;
  text-align: right;
}
.versiSpeciali {
  font-size:11px;
  /*margin-left:-14px;
  padding-right:10px;*/
  margin-right:1.25em;
  display: inline-block;
  width: 50px;
  text-align:right;
}
/*
li.versiSpecialiParentesi:before,
.sinottiche li.versiSpecialiParentesi:before {
  counter-increment: olcounter;
  content: "[" counter(olcounter, decimal-leading-zero) "] ";
  margin-right: 1.25em;
    font-size: 11px;
}
*/
.destraPiccolo {
  float:right;
  font-size:11px;
  /*padding-left:80px;*/
  padding-left:0;
}
.destraForzato {
  display: block;
  text-align: right;
}
.notaStrofa {
  display: inline-block;
  position: relative;
  font-size: 11px;
  top: 22px;
  left: 0px;
  
}
.spazi0 {
  margin:0!important;
}