/* ----- Plugin Settings Page ----- */
h4.csf-cloneable-title.ui-accordion-header{
    padding-left: 2em;
}

/* ---- PREMIUM features ---- */
.cix-only-pro .csf-fieldset, .cix-only-pro fieldset{
    pointer-events: none;
    cursor: not-allowed;
}
.cix-only-pro {
    
    background: #f9f9f9;
}
.cix-only-pro a{
    
    text-decoration: none;
}
.cix-only-pro i{
    color: #2271b1;
}
.cix-only-pro .csf-subtitle-text{
font-style: italic;
}
.cix-only-pro .csf-subtitle-text a{
    font-weight: bold;
}
.cix-only-pro .csf-fieldset, .cix-only-pro fieldset{
    opacity: 0.8;
    cursor: disabled;
}