/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.woocommerce_options_panel .select2-container,
.ratcw-extra-cat-fields p.ratcw_exclude_products_field .select2-container{
    width: auto !important;
}
p.ratcw_remove_cart_button_by_user_role_field,
p.ratcw_remove_cart_button_by_country_field,
p.ratcw_show_login_btn_when_cart_button_hidden_field{
	display:none;
}
.form-wrap p.form-field{
	font-style: normal;
}
.ratcw-extra-cat-fields{
	background-color: #ffffff;
	padding: 10px;
}
.un-con{
	padding:0 0 20px 12px;
}
.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: 9px 16px !important;
	font-weight:bold;
}
.ratcw-plugins-gopro {
    color: #93003c;
    text-shadow: 1px 1px 1px #eee;
    font-weight: 700;
}

label[for="ratcw_product_enquiry_email"]{
	vertical-align: top;
	text-align: left;
	padding: 20px 10px 20px 0;
	width: 200px;
	line-height: 1.3;
	font-weight: 600;
}

.ratcw-pef {
	width:400px;
}

#ratcw_note_for_redirect_url
{
	font-weight : bold;
}

/* Main Container */
.un-con {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 24px 20px 24px;
    margin-top: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

/* Top Gradient Bar */
.un-con::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #6c5ce7, #00b894);
}

/* Heading */
body.woocommerce-admin-page .un-con h3 {
	text-wrap: auto;
}
.un-con h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1f2937;
    line-height: 1.35;
    max-width: 100%;
}

/* List */
.un-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* List Item (Tighter spacing) */
.un-con ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13.5px;
    color: #374151;
    padding: 7px 0;
    padding: 3px 0;
    border-bottom: 1px dashed #e5e7eb;
    line-height: 1.4;
}

/* Remove last border */
.un-con ul li:last-child {
    border-bottom: none;
}

/* Icon */
.un-con ul li .dashicons {
    color: #10b981;
    font-size: 16px;
    margin-top: 1px;
}

/* Hover effect (subtle) */
.un-con ul li:hover {
    background: #f9fafb;
    border-radius: 4px;
    padding-left: 4px;
}

/* CTA Button */
.un-con .upgradebtn {
    display: inline-block;
    margin-top: 14px;
    padding: 9px 16px;
    font-size: 13.5px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #6c5ce7, #4f46e5);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(108, 92, 231, 0.25);
}

/* Button hover */
.un-con .upgradebtn:hover {
    background: linear-gradient(135deg, #5a4bd6, #4338ca);
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(108, 92, 231, 0.35);
}