/* Customize block headers for carbon fields */
div.cf-field.cf-separator, div.carbon-box .postbox-header {
    background: linear-gradient(90deg,
            #00d164 0%,
            #006449 19.64%,
            #01916d 44.78%,
            #00ff52 75.2%,
            #96fffd 94.84%,
            #96fffd 100%);
    padding: 0 12px;
    color: #fff;
}

div.cf-field.cf-separator .cf-field__body h3, div.carbon-box .postbox-header h2 {
    color: #fff;
}

.cf-container-theme-options .cf-complex__tabs-item--tabbed-vertical.cf-complex__tabs-item--current {
    background-color: #34f13129!important;
}

.cf-container-theme-options .cf-complex__tabs-item--tabbed-horizontal.cf-complex__tabs-item--current {
    background-color: #34f13129!important;
}