
div#cfb-psd-settings {
    margin-top: 30px;
    width: 98%;
}
.clear {
    clear: both;
}
#cfb-psd-settings .fleft{
    float: left;
}
#cfb-psd-settings em{
    display: block;
    padding-left: 5px;
}
#cfb-psd-settings label{
    font-weight: 600;
    font-size: 15px;
}

/* Tabs */


#cfb-psd-settings .cfb-psd-settings-tab {
    display: block;
}

#cfb-psd-settings .cfb-psd-settings-tab ul {
    margin: 0px;
    padding: 0;
    position: relative;
    z-index: 2;
}

#cfb-psd-settings .cfb-psd-settings-tab ul li {
    border: 1px solid #e2e2e2;
    border-width: 1px 1px 0;
    margin: 0 3px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    background-color: #d5d5d5;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
}

#cfb-psd-settings .cfb-psd-settings-tab ul li.active {
    background-color: #fff;
}

#cfb-psd-settings .tab-pane {
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-width: 0 1px 1px;
}



#cfb-psd-settings input[type=text],
#cfb-psd-settings input[type=number],
#cfb-psd-settings select,
#cfb-psd-settings textarea {
    height: initial;
    margin: 5px;
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
    min-width: 150px;
}

#cfb-psd-settings input[type=number] {
    width: 90px;
    text-align: center;
    min-width: initial;
}

#cfb-psd-settings input[type=radio],
#cfb-psd-settings input[type=checkbox] {
    min-width: initial;
    width: 25px;
    height: 25px;
}

#cfb-psd-settings input[type=checkbox]:checked:before {
    margin: 0;
}

.cfb-psd-auto-settings .products-meta-section-wrapper h3 {
    margin: 0 0 10px;
}


.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.cfb-psd-main-settings .general-settings-section{
    float: left;
    width: 46%;
}

#cfb-psd-settings .delet-btn{
    padding-top: 25px;
}
#cfb-psd-settings .delet-btn .button {
    background: #c52929;
    color: #fff;
    border-color: #c52929;
}
#cfb-psd-settings .delet-btn .button:hover {
    background: #f30505;
    color: #fff;
    border-color: #f30505;
}
#cfb-psd-settings .add-button{
    display: block;
    clear: both;
    padding-top: 24px;
}
#cfb-psd-settings .add-button .button{
    background: #0085ba;
    color: #fff;
    border-color: #0085ba;
}
#cfb-psd-settings .add-button .button:hover{
    background: #00b1f7;
    color: #fff;
    border-color: #00b1f7;
}
#cfb-psd-settings .contact-title{
    padding-top: 12px;
}
#cfb-psd-settings .single-contact, .single-section-title{
    display: inline-block;
    width: 100%;
    padding-top: 12px;
}
#cfb-psd-settings .form-fields{
    display: inline-block;
    width: 96%;
}
#cfb-psd-settings .form-fields label {
    width: 35%;
    padding-top: 13px;
    padding-right: 25px;
}
#cfb-psd-settings .form-fields select {
    width: 60%;
}
.pro{
    color: red;
}

        /* ── CFB Pro Upgrade Notice ── */
        #cfb-psd-pro-notice {
            display: flex;
            align-items: center;
            gap: 18px;
            background: linear-gradient(135deg, #0f0c29 0%, #1a1a6e 50%, #24243e 100%);
            border: none;
            border-left: 5px solid #f7b731;
            border-radius: 6px;
            padding: 16px 20px;
            margin: 10px 20px 10px 0;
            box-shadow: 0 4px 24px rgba(247,183,49,0.18), 0 1px 6px rgba(0,0,0,0.28);
            position: relative;
            overflow: hidden;
        }
        #cfb-psd-pro-notice::before {
            content: "";
            position: absolute;
            top: -40px; right: -40px;
            width: 160px; height: 160px;
            background: radial-gradient(circle, rgba(247,183,49,0.18) 0%, transparent 70%);
            pointer-events: none;
        }
        #cfb-psd-pro-notice .cfb-notice-icon {
            font-size: 36px;
            line-height: 1;
            flex-shrink: 0;
            filter: drop-shadow(0 0 8px #f7b731aa);
        }
        #cfb-psd-pro-notice .cfb-notice-body {
            flex: 1;
        }
        #cfb-psd-pro-notice .cfb-notice-body strong {
            display: block;
            font-size: 15px;
            font-weight: 700;
            color: #f7b731;
            letter-spacing: 0.3px;
            margin-bottom: 3px;
            text-shadow: 0 0 12px rgba(247,183,49,0.5);
        }
        #cfb-psd-pro-notice .cfb-notice-body p {
            margin: 0;
            color: #cbd5e1;
            font-size: 13px;
            line-height: 1.5;
        }
        #cfb-psd-pro-notice .cfb-notice-features {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 8px;
        }
        #cfb-psd-pro-notice .cfb-notice-features span {
            background: rgba(247,183,49,0.12);
            border: 1px solid rgba(247,183,49,0.3);
            color: #fde68a;
            font-size: 11px;
            font-weight: 600;
            padding: 2px 9px;
            border-radius: 20px;
            letter-spacing: 0.4px;
        }
        #cfb-psd-pro-notice .cfb-notice-cta {
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 6px;
        }
        #cfb-psd-pro-notice .cfb-upgrade-btn {
            display: inline-block;
            background: linear-gradient(135deg, #f7b731 0%, #ff6b35 100%);
            color: #1a1a1a !important;
            font-weight: 800;
            font-size: 13px;
            padding: 9px 22px;
            border-radius: 50px;
            text-decoration: none !important;
            letter-spacing: 0.5px;
            box-shadow: 0 3px 14px rgba(247,107,49,0.5);
            transition: transform 0.15s ease, box-shadow 0.15s ease;
            white-space: nowrap;
        }
        #cfb-psd-pro-notice .cfb-upgrade-btn:hover {
            transform: translateY(-2px) scale(1.03);
            box-shadow: 0 6px 22px rgba(247,107,49,0.7);
        }
        #cfb-psd-pro-notice .cfb-notice-dismiss-text {
            font-size: 11px;
            color: #64748b;
            cursor: pointer;
            text-decoration: underline;
            background: none;
            border: none;
            padding: 0;
        }
        #cfb-psd-pro-notice .cfb-notice-dismiss-text:hover {
            color: #94a3b8;
        }
        #cfb-psd-pro-notice .cfb-notice-close {
            position: absolute;
            top: 10px; right: 12px;
            background: none;
            border: none;
            color: #475569;
            font-size: 18px;
            cursor: pointer;
            line-height: 1;
            padding: 0;
            transition: color 0.15s;
        }
        #cfb-psd-pro-notice .cfb-notice-close:hover { color: #f7b731; }

        /* ── Go Pro action link badge ── */
        .cfb-action-pro-link {
            background: linear-gradient(135deg, #f7b731, #ff6b35) !important;
            color: #1a1a1a !important;
            font-weight: 800 !important;
            padding: 2px 10px !important;
            border-radius: 20px !important;
            font-size: 11px !important;
            letter-spacing: 0.4px !important;
            text-decoration: none !important;
            box-shadow: 0 2px 8px rgba(247,107,49,0.4) !important;
            transition: box-shadow 0.15s !important;
        }
        .cfb-action-pro-link:hover {
            box-shadow: 0 3px 14px rgba(247,107,49,0.65) !important;
            color: #1a1a1a !important;
        }