@media print {
  body.page-index .authors {
    height: 100vh;
    font-size: 15pt;
    margin: 0 0 0.5em 0;
  }
  
}



@media print {

 
  html, body {
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;  
    background: white;
    color: black;
    font-family: "GENSCO";
    font-size: 12pt;  
  }

  *, *::before, *::after {
    box-sizing: border-box;
  }

  nav, ol, .top-nav,.tags-link, #toggle-darkmode,footer,.readmore,.keywords, label[for="toggle-darkmode"],.hashtags, .articles-prev-next {
    display: none !important;
  }

 
  header {
    
    text-align: left;
    margin-bottom: 19pt;
    
  }
  
  header h1 {
    height: 10vh;
    font-size:25pt;
    margin: 0 0 0.5em 0;
  }
  .wild{
font-size: 20pt;


  }
  h3{
font-size: 12pt;


  }


strong{

font-size: 12pt;

}


span{

font-size: 12pt;
}




 .authors {
  
    font-size: 15pt;
    margin: 0 0 0.5em 0;
  }
  
  header .subtitle {
    
    font-size: 14pt;
    margin-bottom: 1em;
  }


  main {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 0;
    gap: 0;
  }


  .articles, .text-column {
    width: 100%;
    font-size: 12pt;
    max-height: none;
    overflow: visible;
    padding: 0;
    background: none;
  }

  .articles li, .text p {
    display: block;
     font-size: 12pt;
  }

 
  .hashtags a, .keywords a {
    background: none;
    color: black;
    text-decoration: underline;
    border-radius: 0;
    padding: 0;
    font-weight: normal;
  }


  

 
  .text, .intro, .quote, .biography, .epigraphe {
    font-size: 12pt;
    color: black;
    margin: 0 0 1em 0;
    text-align: left;
  }

 
  ol, ul {
    margin-left: 2em;
    margin-bottom: 1em;
    font-size: 12pt;
  }

  li::before {
    content: "• ";
  }

  
  .wild, .readmore {
    display: none;
  }

}