.group-color-box,
.color-box,
.combo-color-box {
    padding       : .5em;
    width         : 100%;
    color         : #fff;
    text-align    : center;
    border-radius : var(--b-widget-border-radius);
    font-weight   : 400;
    text-shadow   : 0 0 2px #00000060;
    overflow      : clip;
    text-overflow : ellipsis;
}

.group-color-box,
.combo-color-box {
    width  : 1em;
    height : 1em;
}
