.tox .tox-tbtn,
.tox .tox-mbtn {
    margin-right: 1px !important;
    margin-left: 1px !important;
}

.tox .tox-tbtn svg {
    fill: white !important;
}

.tox .tox-tbtn--disabled {
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
}

.tox .tox-tbtn--disabled svg {
    fill: #a9a9a9 !important;
}

.tox .tox-split-button {
    border: 1px solid var(--primary-dark) !important;
}

.tox .tox-split-button .tox-split-button__chevron {
    border-left: 1px solid var(--primary-dark) !important;
}

.tox .tox-split-button .tox-split-button__chevron svg {
    fill: var(--primary-dark) !important;
}

.tox .tox-split-button .tox-tbtn__icon-wrap svg {
    fill: black !important;
}

.tox .tox-swatch.tox-swatches__picker-btn {
    background-color: white !important;
    border: none !important;
}

.tox .tox-swatch.tox-swatches__picker-btn svg { 
    fill: var(--primary-dark) !important;
}
