/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */



/*
 * Custom styling for color palette in editor view. Will probably only make sense
 * for Varvik due to small number of colors & placement of palette above block.
 */


.components-color-palette {
    max-width: 250px;
    position: relative;
    top: 8px;
}

.components-color-palette__item-wrapper {
    margin-bottom: 0;
}

button.components-color-palette__clear {
    position: relative;
    bottom: 24px;
    right: 10px;
}




