/* css styles */
.quarto-color-scheme-toggle {
    display: flex; 
    justify-content: center; 
    align-items: center; 
  }

.quarto-color-scheme-toggle > i {
    display: inline-block; 
    width: 40px; 
    height:20px; 
    /* background-image: url(assets/moon.svg); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;   */
    transition: opacity 0.5s ease;
}

.listing-categories {
  margin-top: 10px; /* Add space above the tags */
}
