:root {
    --ds-vb-module-selection-icon-color: #ffffff;
    --ds-vb-module-selection-text-color: #ffffff;
    --ds-vb-module-selection-background-color: #2c3d49;
}

button[value^="ds/"] {
	background-color: var(--ds-vb-module-selection-background-color) !important;
	color: var(--ds-vb-module-selection-text-color) !important;
    font-size: 10px !important;
    padding: 5px !important;
	border: none !important;
}

button[value^="ds/"] div svg {
    fill: var(--ds-vb-module-selection-icon-color) !important;
    scale: 0.8;
    stroke: var(--ds-vb-module-selection-icon-color) !important;
    stroke-width: 0;
}

button[value^="ds/"].et-vb-module-picker-option--selected {
    background-color: hsl(from var(--ds-vb-module-selection-background-color) h s l / 0.9) !important;
    transition: all .2s ease;
}