<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css styles */
@media (max-width: 991.98px) {
    div.quarto-about-solana .about-entity {
        flex-direction: column-reverse;
        align-items: center;
        text-align: left; /* Overwrite to left */
    }
}

.btn-lang {
    background-color: #2780E3; 
    color: white; 
    border-radius: 12px; 
    padding: 5px 20px; 
    border: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

#progress-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 5px;
  background-color: #2780E3;
  z-index: 9999;
}
 
#progress-bar {
  height: 5px;
  width: 0%;
  background-color: #FF0000;
}

@media (max-width: 768px) {

  #quarto-margin-sidebar {
    display: block;
  }
  
  #quarto-margin-sidebar * {
    visibility: hidden;  
  }
  
  .fa-language {
    visibility: visible !important; 
  }
  
  .btn-lang {
    visibility: visible !important;  
    display: block !important; 
    position: fixed;           
    left: 60px;                
    transform: translateX(-50%); 
    background-color: #2780E3;
    color: white;
    border-radius: 12px;
    padding: 10px 20px;
    border: none;
    z-index: 1000;
  }
  
  header {
    width: 100vw;
  } 

}





</pre></body></html>