/* css styles */
/* control text width on the landing page */
.quarto-about-solana .about-contents {
  max-width: 700px; /* Adjust this value to control text width */
}

/* Make sidebar icons visible and styled appropriately */
.sidebar-logo {
  font-size: 1.5rem !important;
  color: black !important;
  margin-bottom: 1rem;
}

/* If needed, adjust size/positioning of shortcode-generated icons */
.sidebar-logo i.fa, 
.sidebar-logo i.ai {
  font-size: 1.5rem;
  color: black;
}