/* Colors
---------------------------------------------------------------------------- 

.has-light-gray-background-color {
    background-color: #eee;
}

.has-light-orange-background-color {
    background-color: #ffe4c4;
}


/* List Block
---------------------------------------------------------------------------- 

.is-style-green-check li {
    list-style-type: "✅ ";
}

.is-style-no-liststyle {
    list-style: none;
}


/* Column Block
---------------------------------------------------------------------------- 

.is-style-has-box-shadow>.wp-block-column {
    box-shadow: 0 15px 44px 0 rgba(119, 118, 118, .25);
    padding: 2rem;
}


