/* Hide the fullscreen button */
.btn-fullscreen-button {
    display: none !important;
}

/* Hide the download button */
.dropdown-toggle {
    display: none !important;
}

/* Hide the theme switch button */
.theme-switch-button {
    display: none !important;
}
