/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.ratcw_select_countries_field{
	display:none;
}
/*
.ratcw_select_countries_field,
.ratcw_select_user_roles_field{
	display:none;
}
*/
.wc-settings-row-rpcfw_sur{
	display:none;
}
.rpcfw_nfsp{
	font-weight:bold;
}

.rpcfw-plugins-gopro {
    color: #93003c;
    text-shadow: 1px 1px 1px #eee;
    font-weight: 700;
}

.upgradebtn {
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	background: #2263b7;
	padding: 2px 7px;
	font-weight:bold;
}

.hidebtn {
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	background: #ed3330;
	border-radius: 5px;
	display: inline-block;
	border: none;
	transition: all 0.4s ease 0s;
	padding: 11px 22px;
	font-weight:bold;
}
.un-con{
	padding:0 0 20px 12px;
}



.rpc-pro-box{
    /*max-width:720px;*/
    width:100%;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    margin-top:25px;
    border:1px solid #e5e7eb;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* HEADER */

.rpc-pro-header{
    background:linear-gradient(135deg,#6366f1,#4f46e5);
    padding:25px;
    color:#fff;
    text-align:center;
    position:relative;
}

.rpc-pro-header h3{
    margin:10px 0 5px;
    font-size:20px;
}

.rpc-pro-header p{
    margin:0;
    opacity:.9;
    font-size:14px;
}

/* PRO BADGE */

.rpc-pro-badge{
    background:#ffb900;
    color:#000;
    font-weight:700;
    font-size:11px;
    padding:4px 8px;
    border-radius:5px;
}

/* FEATURES GRID */

.rpc-pro-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    padding:25px;
}

.rpc-feature{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    color:#1d2327;
}

.rpc-feature .dashicons{
    color:#4f46e5;
    font-size:18px;
}

/* FOOTER */

.rpc-pro-footer{
    text-align:center;
    padding:20px;
    border-top:1px solid #eee;
}

/* BUTTON */

.rpc-upgrade-btn{
    display:inline-block;
    padding:11px 22px;
    background:#4f46e5;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    border-radius:6px;
    transition:all .2s ease;
}

.rpc-upgrade-btn:hover{
    background:#4338ca;
    color:#fff;
    transform:translateY(-1px);
}



/* Page background */
body.woocommerce_page_wc-settings-woo-remove-product-content-settings #wpbody-content{
    background:#f6f7fb;
}


/* SECTION TITLE CARD */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings h2{

    font-size:20px;
    font-weight:600;

    margin:35px 0 0;
    padding:20px 28px;

    background:#ffffff;

    border-radius:12px 12px 0 0;

    border:1px solid #e5e7ef;
    border-bottom:0;

    box-shadow:0 8px 22px rgba(0,0,0,0.04);
}


/* DESCRIPTION BLOCK */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings [id$="-description"]{

    background:#ffffff;

    padding:10px 28px 18px;

    border-left:1px solid #e5e7ef;
    border-right:1px solid #e5e7ef;

}


body.woocommerce_page_wc-settings-woo-remove-product-content-settings [id$="-description"] p{

    margin:0;
    font-size:14px;
    color:#6b7280;
}



/* SETTINGS CARD */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings .form-table{

    background:#ffffff;

    padding:25px 28px 35px;

    border:1px solid #e5e7ef;
    border-top:0;

    border-radius:0 0 12px 12px;

    box-shadow:0 8px 22px rgba(0,0,0,0.04);

}



/* LABEL COLUMN */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings .form-table th{

    font-size:14px;
    font-weight:600;

    color:#111827;

    padding-top:24px;
	padding-left: 24px;
}



/* FIELD COLUMN */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings .form-table td{

    padding-top:20px;
}



/* FIELD DESCRIPTION */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings .description{

    font-size:13px;
    color:#6b7280;

    margin-top:6px;
}



/* INPUT FIELDS */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings input[type="text"],
body.woocommerce_page_wc-settings-woo-remove-product-content-settings textarea,
body.woocommerce_page_wc-settings-woo-remove-product-content-settings select{

    border-radius:6px;
    border:1px solid #d7dae3;

    padding:8px 10px;

    transition:all .15s ease;

}



/* INPUT FOCUS */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings input[type="text"]:focus,
body.woocommerce_page_wc-settings-woo-remove-product-content-settings textarea:focus,
body.woocommerce_page_wc-settings-woo-remove-product-content-settings select:focus{

    border-color:#6366f1;
    box-shadow:0 0 0 1px #6366f1;

}



/* CHECKBOX GRID */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings 
.forminp-rpcfw_multicheckbox ul{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(190px,1fr));

    gap:12px;

    margin-top:8px;

}



/* CHECKBOX ITEM */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings 
.forminp-rpcfw_multicheckbox li{

    list-style:none;

}



/* CHECKBOX CARD */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings 
.forminp-rpcfw_multicheckbox label{

    background:#f8f9fc;

    border:1px solid #e5e7ef;

    padding:8px 12px;

    border-radius:6px;

    display:flex;
    align-items:center;

    gap:6px;

    font-size:13px;

    transition:all .15s ease;

}



/* CHECKBOX HOVER */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings 
.forminp-rpcfw_multicheckbox label:hover{

    background:#eef2ff;

    border-color:#c7cdfc;

}



/* SAVE BUTTON */

body.woocommerce_page_wc-settings-woo-remove-product-content-settings 
button.button-primary,
body.woocommerce_page_wc-settings-woo-remove-product-content-settings 
input.button-primary{

    background:linear-gradient(135deg,#6366f1,#4f46e5);

    border:none;

    padding:9px 26px;

    font-weight:600;

    border-radius:7px;

    box-shadow:0 6px 16px rgba(79,70,229,0.25);

    transition:all .15s ease;

}



body.woocommerce_page_wc-settings-woo-remove-product-content-settings 
button.button-primary:hover,
body.woocommerce_page_wc-settings-woo-remove-product-content-settings 
input.button-primary:hover{

    background:linear-gradient(135deg,#4f46e5,#4338ca);

    transform:translateY(-1px);

    box-shadow:0 8px 18px rgba(79,70,229,0.35);

}

#rpcfw_single_product_page_settings-description p,
#rpcfw_product_archive_pages_settings-description p,
#rpcfw_conditional_rules_section_title-description p{
	color:#000;
}

body.woocommerce_page_wc-settings-woo-remove-product-content-settings h2{
	background:#2271b1;
	color:#ffffff;
}