/* Hide Color Switcher Completely */

.color-scheme-wrap,
.color-scheme-wrap.active,
.switchIcon {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Remove any space that might be left */
.color-scheme-wrap {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}
