.color-slider {
    display: flex;
    justify-content: center;
}

.color-slider canvas {
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 10px;
}

.color-current {
    width: 85px;
    height: 85px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.color-current-wrapper {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #8B8B8B;
}