body{
	overflow-x: hidden; 
	color:#222;
	background: #F5F6FC !important;
}
a:focus{
	box-shadow: none !important;
	outline: none !important;
}
/* Header menu start */
.navigation li a:hover{
	color: #1a7efb;
}
.menu{
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	padding: 1% 17px;
	background: #ffffff;
	border-radius: 5px;
	overflow: visible;
}
.menu a{
	text-decoration: none;
}
.menu .logo {
	background: no-repeat;
	display: flex;
	width: fit-content;
	align-items: center;
}
.logo img{
	margin-right: 6px;
}
.menu h1{
	font-weight: 800;
	font-size: 22px;
}
.navigation{
	display: flex; /* Changed from default to flex for better control */
	margin: 0;
	padding: 0;
}
.navigation li{
	display: flex;
	align-items: center;
	list-style: none;
	position: relative; /* Added for submenu positioning */
}
.navigation li a{
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 14px;
	white-space: nowrap; /* Prevent text wrapping */
}
.navigation li a.active,.version {
	height: fit-content;
	color: #1a7efb;
	border-radius: 6px;
}
.version {
	background: #e8f2ff;
}
.navigation li a.active{
	padding: 7px 14px;
}
.version{
	padding: 2px 5px;
	margin-top: 3px;
	font-size: 12px;
}

/* Submenu Styles start */
.has-submenu {
    position: relative;
}

.submenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #ffffff;
    min-width: 220px;
    max-width: 300px; /* Added max-width to prevent excessive stretching */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 8px 0;
    z-index: 1000;
    transform: translateY(-10px);
    transition: all 0.25s cubic-bezier(0.3, 0, 0.3, 1);
    border: 1px solid #eef0f4;
    /* Prevent submenu from causing horizontal scroll */
    right: auto;
}

/* Auto-adjust submenu position if it would overflow */
.has-submenu:last-child .submenu,
.has-submenu:nth-last-child(2) .submenu {
    left: auto;
    right: 0;
}

.has-submenu:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.submenu li {
    display: block;
    width: 100%;
}

.submenu li a {
    display: flex;
    padding: 10px 16px;
    color: #333;
    font-size: 13px;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap; /* Prevent text wrapping in submenu */
}

.submenu li a:hover {
    background: #f8f9fc;
    color: #1a7efb;
}

.menu-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.menu-trigger:hover {
    background: #f8f9fc;
}

.submenu-arrow {
    display: flex;
    align-items: center;
    margin-top: 2px;
    transition: transform 0.2s ease;
}

.submenu-arrow svg {
    width: 10px;
    height: 6px;
}

.submenu-arrow path {
    stroke: currentColor;
}

.has-submenu:hover .submenu-arrow {
    transform: rotate(180deg);
}

/* Responsive fixes */
@media (max-width: 768px) {
    .menu {
        flex-wrap: wrap; /* Allow wrapping on small screens */
        padding: 2% 12px;
    }
    
    .navigation {
        flex-wrap: wrap;
    }
    
    .submenu {
        min-width: 200px;
        left: -50%; /* Center submenu on mobile */
        right: auto;
    }
    
    .has-submenu:last-child .submenu,
    .has-submenu:nth-last-child(2) .submenu {
        left: -100%;
        right: auto;
    }

}

/* Submenu Styles end */
/* Header menu end */

.content-wrapper .admin-button {
	position: relative;
	align-self: flex-end;
	display: flex;
	align-items: center;
}
.single-item .upcoming-tag {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	background: linear-gradient(90deg, #ffb347 0%, #ffcc80 100%) !important;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border-radius: 6px;
	padding: 2px 8px;
	letter-spacing: 0.5px;
	box-shadow: 0 1px 4px rgba(255,179,71,0.10);
	text-transform: uppercase;
	z-index: 2;
}
.inline-wrapper .input-wrap{
	flex-direction: row;
	align-items: center;
	gap: 5px;
}
/* Admin css */


/* Settings page start*/

input,
input::placeholder {
	font-size: 13px;
}
.mb-3{
	margin-bottom: 3%;
}
.mr-1{
	margin-right: 1%;
}
.mr-2{
	margin-right: 2%;
}
.mb-1{
	margin-bottom: 1% !important;
}
.mt-0{
	margin-top: 0 !important;
}
.mt-1{
	margin-top: 1% !important;
}
#wpcontent{
	padding: 0;
}
.wrap {
	padding: 0 20px;
}
.btn{
	cursor: pointer;
}
h2.content-header {
	color: var(--filter-header-bg,#121212);
	font-size: 26px !important;
	font-weight: 700 !important;
	line-height: 33.18px !important;
	margin-bottom: 20px !important;
}
h1.font_20{
	font-size: 20px ;
}
h1.font_18{
	font-size: 18px ;
}
h1.font_16{
	font-size: 16px ;
}
.font_bold {
	font-weight: 500 !important;
}
.ml-2{
	margin-left: 2%;
}
.admin-button,
.field {
	padding: 6px !important;
}
.input_width {
	width: 350px;
}
.repeat-wrapper {
	padding: 20px 5px;
	border: 1px solid #d5d5d5;
}
.input-wrap{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.input-wrap input[type=file]{
	padding: 10px 5px;
}
.single-block,.fields .single-block{
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #E6E6E6;
} 

.tab-wrapper .single-block {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
	border-radius: 6px;
	border: 1px solid #E6E6E6;
}
#woo-order .single-block{
	grid-template-columns: 225px auto auto;
	column-gap: 35px;
}
.repeat-section {
	display: flex;
	flex-direction: row;
	column-gap: 11px;
	align-items: center;
}
.repeat-block {
	flex-direction: column;
}
.action_rows {
	display: flex;
	padding-top: 22px;
	cursor: pointer;
}
.form-label {
	min-width: 30%;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0px;
}

/* do not group these rules */
.input-section  input::placeholder::-webkit-input-placeholder {
	color: red;
}
.input-section  input::placeholder:-moz-placeholder {
	/* FF 4-18 */
	color: red;
	opacity: 1;
}
.input-section  input::placeholder::-moz-placeholder {
	/* FF 19+ */
	color: red;
	opacity: 1;
}
.input-section  input::placeholder:-ms-input-placeholder {
	/* IE 10+ */
	color: red;
}
.input-section  input::placeholder::-ms-input-placeholder {
	/* Microsoft Edge */
	color: red;
}
.input-section  input::placeholder::placeholder {
	/* modern browser */
	color: red;
}
.full_input {
	width: 100%;
}
.pt_3 {
	padding-top: 3%;
}
.mt_3 {
	margin-top: 3% !important;
}
/**
 * Checkbox Toggle UI
 */
input[type="checkbox"].switcher-ui-toggle {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	width: auto;
	height: auto;
	vertical-align: middle;
	position: relative;
	border: 0;
	outline: 0;
	cursor: pointer;
	margin: 0 4px;
	background: none;
	box-shadow: none;
}
input[type="checkbox"].switcher-ui-toggle:focus {
	box-shadow: none;
}
input[type="checkbox"].switcher-ui-toggle:after {
	content: "";
	font-size: 8px;
	font-weight: 400;
	line-height: 18px;
	text-indent: -14px;
	color: #ffffff;
	width: 36px;
	height: 18px;
	display: inline-block;
	background-color: #a7aaad;
	border-radius: 72px;
	box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"].switcher-ui-toggle:before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
	border-radius: 50%;
	background-color: #ffffff;
}
input[type="checkbox"].switcher-ui-toggle:checked:before {
	left: 20px;
	margin: 0;
	background-color: #ffffff;
}
input[type="checkbox"].switcher-ui-toggle,
input[type="checkbox"].switcher-ui-toggle:before,
input[type="checkbox"].switcher-ui-toggle:after,
input[type="checkbox"].switcher-ui-toggle:checked:before,
input[type="checkbox"].switcher-ui-toggle:checked:after {
	transition: ease 0.15s;
}
input[type="checkbox"].switcher-ui-toggle:checked:after {
	content: "ON";
	background-color: #2271b1;
}
option.disable,.disable {
	position: relative;
	opacity: 0.5;
	pointer-events: none;
	display: flex;
}

/* Setting Tab Style */
.tab-content {
	border-radius: 5px;
	margin-bottom: 2%;
}
.check-wrap{
	display: flex;
	flex-direction: column;
	align-items: end;
	span{
		color: #605F5F;
	}
}
ul.settings_tab_pan {
	display: flex;
	background: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 1%;
}

.settings_tab_pan li {
	padding:10px 0;
	background: #fff;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
	margin: 0 30px 0 0;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.settings_tab li::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #3263f8;
	transition: all 0.3s ease-in-out;
}

.settings_tab_pan li.active {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	color: #0D6EFD;
}
.settings_tab_pan li.active::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #0D6EFD;
}
.tab-content > div:not(.active),
.filter-set-content:not(.active)
 {
	display: none;
}
.d-none {
	display: none !important;
}

button.button-primary {
	padding: 8px 30px !important;
	font-size: 14px !important;
	line-height: 25px !important;
	background: var(--filter-primary-bg,#0D6EFD) !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
}

button.button-primary:hover {
	background: linear-gradient(180deg, #254ec8 0%, #3263f8 100%) !important;
}

button.button-primary:focus {
	outline: none !important;
	box-shadow: none !important;
	line-height: 25px !important;
}

/* Tab CSS */
.input-section input, 
.input-section textarea, 
.single-block .full_input{
	padding: 7px 10px;
	font-size: 13px;
	color: #605F5F;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	margin: 0;
}

.input-section input{
	width: 240px;
}

.input-section input, 
.single-block .full_input,
.full_input{
	height: 40px;
}
.select2-container{
	width: 240px !important;
}
.select2-container .select2-selection--single{
	height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	top:65% !important;
}
.select2-container--default .select2-selection--multiple{
	border: 1px solid #E6E6E6 !important;
	min-height: 40px !important;
}
.input-section select, .wp-core-ui select {
	padding: 4px 25px 4px 20px !important;
	border: 1px solid #E6E6E6 !important;
	font-size: 13px !important;
	border-radius: 4px !important;
	margin: 0;
	width: 240px;
	height: 40px;
}

.input-section input:focus,
.single-block input:focus {
	outline: none;
	box-shadow: 0 0 0 1px #3263f8;
	border: 1px solid #3263f8;
	
}

.shortcode-block .input-section select:focus, .wp-core-ui select:focus {
	outline: none;
	box-shadow: 0 0 0 1px #3263f8 !important;
	border: 1px solid #3263f8 !important;
}

.input-section .select2-selection:focus, .wp-core-ui select:focus {
	outline: none;
	box-shadow: 0 0 0 1px #3263f8 !important;
	border: 1px solid #3263f8 !important;
}

.input-section select:hover , .wp-core-ui select:hover{
   color: #3c434a !important;
}

.custom-switcher {
	position: relative;
	display: inline-block;
	width: 45px !important;
	height: 25px !important;
	transition: all 0.5s ease-in-out;
  }
  
.custom-switcher input { 
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
  }
  
.custom-switcher .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  }
  
.custom-switcher .slider:before {
	position: absolute;
	content: "";
	height: 18px !important;
	width: 18px !important;
	left: 5px ;
	bottom: 4px !important;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  }
  
.custom-switcher input:checked + .slider {
	background: linear-gradient(180deg, #254ec8 0%, #3263f8 100%) !important;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
  
.custom-switcher  input:focus + .slider {
	box-shadow: 0 0 1px #2196F3 !important;
}
  
.custom-switcher  input:checked + .slider:before {
	-webkit-transform: translateX(20px) !important;
	-ms-transform: translateX(20px) !important;
	transform: translateX(20px) !important;
	left: 0 !important ;
}

.custom-switcher .slider.round {
	border-radius: 34px;
}
  
.custom-switcher .slider.round:before {
	border-radius: 50%;
}

/* #select2-filter_by_products-container li  */
.select2-container--default .select2-search--inline .select2-search__field{
	width: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #EEF0F4 !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #0D165E !important;
	padding: 3px 5px 3px 22px !important;
	font-size: 13px;
	font-weight: 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background: linear-gradient(180deg, #254ec8 0%, #3263f8 100%) !important;
	border-radius: 4px !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 13px !important;
	position: absolute;
	left: 5px !important;
	top: 5px !important;
	border: 1px solid transparent!important;
	padding: 0 3px!important;
}
/* Settings page end */

/* Yes/No Tag */
.quicker-tag {
	display: inline-block;
	padding: 4px 14px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.3px;
}
.quicker-tag-yes {
	background: #d4edda;
	color: #155724;
}
.quicker-tag-no {
	background: #f8d7da;
	color: #721c24;
}

/* Field option buttons */
.add-field-option,
.remove-field-option {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.add-field-option .dashicons,
.remove-field-option .dashicons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 1;
}

/* Table CSS */
.alternate, .striped>tbody>:nth-child(odd),
ul.striped>:nth-child(odd) {
	background-color: #fff;
}

td.enable_rules.column-enable_rules span {
	padding: 4px 20px 6px;
	background: rgba(50, 99, 248, 0.3);
	border-radius: 20px;
	font-size: 13px;
	text-transform: capitalize;
	color: #0D165E;
}

td.rules_type.column-rules_type.has-row-actions.column-primary {
	text-transform: capitalize;
}

.widefat td {
	line-height: 40px;
	color: #0D165E !important;
}

button.button.button-primary.update-filter-option {
	font-weight: 600 !important;
	font-size: 13px !important;
}

button.button.button-danger.delete-filter {
	padding: 4px 15px;
	margin-left: 10px;
	background: linear-gradient(180deg, #eb1d3a 0%, #ff1414 100%) !important;
	color: #fff;
	border: none !important;
	font-weight: 600 !important;
	transition: all 0.5s ease-in-out;
	border-radius: 5px;
}

button.button.button-danger.delete-filter:hover {
	background: linear-gradient(180deg, #ff1414 0%, #eb1d3a 100%) !important;
}
/* Pro Tag */
a.pr-tag{
	position: absolute;
	text-decoration: none;
}
#short-codes a.pr-tag{
	left: 27%;
}
#settings a.pr-tag{
	left: 29%;
}
.select-pro-fr{
	position: relative !important;
	left: 5px !important;
}



/* License start */
.upgrade_pro,
.submit_filter_license,
.revoke-license
{
	background-color: #1a7efb;
	border-color: #1a7efb;
	color: #fff !important;
	border-radius: 6px;
	font-weight: normal !important;
}
.upgrade_pro,
.submit_filter_license
{
	padding: 8px 14px !important;
}
.license_info{
	width: 40%;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-success {
	color           : #3c763d;
	background-color: #dff0d8;
	border-color    : #d6e9c6
}
/* License end */

/* Overview page */
.bg-color{
	background-color: #3263f8;
	color: #fff;
}
.explore-plugin{
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	.btn{
		padding: 10px;
		border-radius: 6px;
	}
	.free-button{
		color: #121212;
		background: #F1F2F4;
		text-decoration: none;
		text-align: center;
		font-weight: 600;
		transition: background 0.25s ease;
	}
	.free-button:hover{
		background: #e2e3e6;
	}
	.pro-button{
		color: #fff;
		background: #0D6EFD;
		text-decoration: none;
		text-align: center;
		font-weight: 600;
		transition: background 0.25s ease;
	}
	.pro-button:hover{
		background: #0a5bdb;
	}
}
.block{
	align-items: center;
	display: flex;
	padding-left: 50px;
	color: #fff;
}
.first-block{
	padding: 3%;
	justify-content: space-between;
	background: linear-gradient(135deg, #3263f8 0%, #1a4fd6 100%);
	height: 450px;
}
.cta-block{
	display: inline-block;
	text-align: center;
	background-image: linear-gradient(rgba(50, 99, 248, 0.75), rgba(26, 79, 214, 0.85)), url("../images/cta-block.png");
	background-size: cover;
	background-position: center;
	border-radius: 12px;
}
.heading-block h1{
	color: #fff;
}
.ctn-button{
	cursor: pointer;
	padding: 15px 30px;
	font-size: 15px;
	color: #0D6EFD;
	background: #fff;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	font-weight: 600;
	transition: background 0.25s ease, color 0.25s ease;
}
.ctn-button:hover{
	background: #0D6EFD;
	color: #fff;
}
.feature-cta{
	box-shadow: 0px 1px 2px 0px #1018280D;
	width: 220px;
	height: 60px;
	border-radius: 6px;
	background: #fff;
	color: #0D6EFD;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease, color 0.25s ease;
}
.feature-cta:hover{
	background: #e8f0ff;
	color: #0a5bdb;
}
.first-block .ctn-button {
	border: 1px solid #FFFFFF;
}
.first-block p{
	margin-bottom: 5%;
}
.left-block h1{
	font-size: 42px;
	font-weight: 800;
	line-height: 45px;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 12px;
}
.left-block p{
	margin-top: 5px;
	font-size: 15px;
}
.cta-block-header{
	font-size: 40px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: -0.01em;	
}
.more-product-header,.features-section {
	.block-header{
		color: #121212;
		font-size: 48px;
		font-weight: 700;
		line-height: 56px;
	}
	p{
		font-size: 14px;
		font-weight: 400;
	}
}
.row{
	display: flex;
	flex-flow: row wrap;
	min-width: 0;
}
.card-wrapper{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	row-gap: 10px;
}
.block-wrapper{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	column-gap: 10px;
	row-gap: 10px;
}
.card-block{
	background: #fff;
	padding: 25px;
	border: 1px solid #f4ecec;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0px 8px 65px 0px #0000000D;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	.desc p{
		margin: 5px 0 40px 0;
	}
}
.card-block:hover{
	transform: translateY(-4px);
	box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.12);
}
.card-block:last-child{
	margin-right: 0;
}
.block-wrapper{
	.single-item {
		position: relative;
		background: #fff;
		box-shadow: 0px 6px 65px 0px #0000000D;
		padding: 20px;
		border-radius: 8px;
		transition: transform 0.25s ease, box-shadow 0.25s ease;
	}
	.single-item:hover {
		transform: translateY(-4px);
		box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.12);
	}
	p{
		font-size: 13px;
		font-weight: 400;
	}
.single-item:nth-child(1) span{
	background: #FFCB2F;
}
.single-item:nth-child(2) span{
	background: #FD933A;
}
.single-item:nth-child(3) span{
	background: #E25563;
}
.single-item:nth-child(4) span{
	background: #DD5498;
}
.single-item:nth-child(5) span{
	background: #e625df;
}
.single-item:nth-child(6) span{
	background: #7E36F4;
}
.single-item:nth-child(7) span{
	background: #8660CB;
}
.single-item:nth-child(8) span{
	background: #3485FD;
}
.single-item:nth-child(9) span{
	background: #34D2F2;
}
.single-item:nth-child(10) span{
	background: #3E9A6F;
}
.single-item:nth-child(11) span{
	background: #2271b1;
}
.single-item:nth-child(12) span{
	background: #121212;
}
.single-item:nth-child(13) span{
	background: #0D6EFD;
}
}

.single-item h3{
	font-size: 15px;
	font-weight: 600;
	line-height: 19.36px;
	margin-bottom: 0;
}
.card-block h3{
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	line-height: 22px;
}

.single-item span,.card-block span{
	font-size: 25px;
	padding: 16px;
	border-radius: 30px;
}
.fr-icon::before{
	position: relative;
	bottom: 2px;
	right: 2px;
	color: #fff;
}
.text-center {
	text-align: center;
}
.p-5{
	padding: 5%;
}
.p-2{
	padding: 2%;
}
.p-7{
	padding: 7%;
}
.pt-5{
	padding-top: 5%;
}
.pb-2{
	padding-bottom: 2%;
}
.mt-2{
	margin-top: 2% !important;
}
.mt-5{
	margin-top: 5%;
}
.mb-1{
	margin-bottom: 1%;
}
.mb-2{
	margin-bottom: 2%;
}
.mb-5{
	margin-bottom: 5%;
}

.description a{
	text-decoration: none;
}
.mt-1{
	margin-top: 1% !important;
}
.mb-2{
	margin-bottom: 2% !important;
}
.mt-3{
	margin-top: 3% !important;
}
.mt-4{
	margin-top: 4% !important;
}
.mt-5{
	margin-top: 5% !important;
}
.card-block img{
	border-radius: 8px;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
/* Color control start */
.wp-color-picker {
	height: 30px;
}
/* Color control end */
@media (max-width:1024px){
	.first-block{
		display: grid;
		grid-template-columns: 40% 60%
	}
	.first-block .right-block img{
		width: 100%;
	}
	.left-block h1{
		font-size: 33px;
	}
	.explore-plugin a .ctn-button{
		margin: 1%;
		padding: 5% 7%;
	}
}
@media (max-width:768px){
	.block-wrapper{
		grid-template-columns: repeat(2, 1fr);
	}
	.card-wrapper{
		grid-template-columns: repeat(2, 1fr);
	}
	.first-block{
		flex-direction: column;
		text-align: center;
	}
	.left-block h1{
		font-size: 28px;
		line-height: 34px;
	}
	.more-product-header .block-header,
	.features-section .block-header{
		font-size: 32px;
		line-height: 40px;
	}
	.cta-block-header{
		font-size: 28px;
		line-height: 34px;
	}
}
@media (max-width:425px){
	.first-block{
		display: block;
	}
	.block-header{
		font-size: 25px;
	}
	.cta-block{
		display: block;
	}
	.feature-cta{
		padding: 6% 0;
	}
	.card-wrapper{
		display: block;
	}
	.card-block{
		width: 100%;
		margin-bottom: 3%;
	}
	.block-wrapper {
		grid-template-columns: auto auto;
	}
}
/* Over view page css end */
.over-view-wrapper{
	padding: 0 4%;
}
/* Pro link start */
a.pro-link{
	position: relative;
	text-decoration: none;
}
.pro-fr {
	padding: 0 4px;
	border: 1px solid #FD933A;
	font-size: 11px;
	background: #FFEAD8;
	color: #121212;
	border-radius: 6px;
}
.pro-link .pro-fr{
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
}
.pro-link .pro-fr::after{
	position: relative;
	content: url('../images/arrow-right-pro.svg');
}
a.pro-link,
ul.select2-selection__rendered
{
	cursor: pointer;
}
a.pro-link:focus{
	box-shadow:none
}
/* Pro notice */
.quicker-pro-notice{
	background: linear-gradient(135deg, #f0f4ff 0%, #fff8f0 100%);
	border: 1px solid #e0e6f0;
	border-radius: 8px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}
.quicker-pro-notice p{
	margin: 0;
	flex: 1;
	font-size: 13px;
	color: #333;
	min-width: 180px;
}
.quicker-pro-notice .upgrade_pro{
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
}
/* Pro link end */
.settings_message {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.loading::after {
	content: url(../../assets/images/wheel.svg);
	position: absolute;
	-webkit-animation: spin 2s linear infinite; 
	animation: spin 2s linear infinite;
	border-radius: 290486px;
	margin-left: 4px;
	right: 5px;
    top: 10px;
}
.cart-icon-path{
	fill: #fff !important;
}
/* Safari */
  @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

/* Accordion css start */
.accordion-item.active::after{
	content: "-"; 
	font-size: 18px;
}
.accordion-item::after{
	content: "+"; 
	font-size: 18px;
}

.filter-set-content{
	transition: ease 0.15s;
}
.doc{
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 16.94px;
}
.content-wrapper{
	display: flex;
	flex-direction: column;
	.shortcode-block .title1{
		font-size: 18px;
		font-weight: 700;
		line-height: 25.52px;
	}
}
.accordion-list{
	width: 100%;
	display: inline-grid;
	grid-template-columns: auto auto;
	column-gap: 20px;
	.accordion-item{
		transition: ease 0.15s;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		background: #fff;
		padding: 15px;
		border-radius: 6px;
		.title{
			font-size: 15px;
			font-weight: 600;
		}
		.closed,.opened{
			font-size: 24px;
		}
	}
	.accordion-item.active{
		background: var(--filter-primary-bg,#0D6EFD);
		color: #fff;
	}
}
/* Accordion css end */

/* Modal css start */

/* The Modal (background) */
.quicker-popup-modal {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2%;
}
.modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
}
.update_checkout_field {
	position: relative;
}
.update_checkout_field.loading {
	pointer-events: none;
	opacity: 0.7;
}

/* The Close Button */
.modal-close {
	font-size: 20px;
	color: #121212;
}
.modal-close:hover,
.modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/* Modal css end */

/* Sortable drag & drop */
.quicker-drag-handle {
	cursor: grab;
	color: #999;
	font-size: 18px;
	vertical-align: middle;
}
.quicker-drag-handle:hover {
	color: #555;
}
.checkout-field-list .wp-list-table .column-drag_handle {
	width: 30px;
	padding: 8px 4px;
}
.checkout-field-list .wp-list-table tbody tr.ui-sortable-helper {
	cursor: grabbing;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	background: #f0f6fc;
}
.checkout-field-list .wp-list-table tbody tr.ui-sortable-helper .quicker-drag-handle {
	cursor: grabbing;
}
.quicker-sortable-placeholder {
	height: 40px;
	background: #e8f0fe;
	border: 2px dashed #4a90d9;
	visibility: visible !important;
}

/* wp list table css start */
.union-edit{
	margin-left: 10px;
	cursor: pointer;
	display: block;
	width: 18px;
	height: 18px;
	background-image: url('../images/union.svg');
}
.content-header{
	display: flex;
}
.title-wrap{
	margin: 1% 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 33.18px;
}
.content-header .title{
	font-size: 20px;
	font-weight: 700;
	line-height: 33.18px;
}
.tablenav {
	margin: 6px 0 18px;
}
.widefat th, .widefat td{
	border-bottom:1px solid #E4E9EE !important;
}

.wp-list-table thead tr,
tfoot > tr
{
	height: 60px;
	background: #F5F5F5;
	font-size: 14px;
	font-weight: 700;
	line-height: 17.86px;
}
.widefat tbody th.check-column{
	padding: 19px 0 0 3px;
}
#doaction,#doaction2{
	width: 74px;
	height: 40px;
	border: 1px solid #81B4FE;
	color: #0D6EFD;
}
.add_checkout_field.button,.add_checkout_field.button:hover{
	background: #0D6EFD;
	color: #FAFAFB;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
}
.add_checkout_field::before{
	content: '+';
	font-size: 15px;
	padding-right: 5px;
}
/* wp list table css end */

.createElement, .removeElement {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	padding: 2px;
	background: #2853d6;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}
.createElement svg, .removeElement svg {
	width: 14px;
	height: 14px;
	display: block;
	fill: #fff;
	pointer-events: none;
}
.createElement:hover, .removeElement:hover {
	background: #3263f8;
}
.quicker-tabs-wrapper { 	
	display: flex;
	gap: 30px;
	margin: 40px 0;
 }
.quicker-tabs { display: flex; flex-direction: column; margin: 0; padding-left: 0; gap: 8px; }
.quicker-tabs li { 
	font-size: 14px;
	cursor: pointer;
	padding: 12px 20px;
	background: transparent;
	border-radius: 8px;
	transition: background 0.25s cubic-bezier(0.4,0,0.2,1), color 0.25s cubic-bezier(0.4,0,0.2,1), box-shadow 0.25s cubic-bezier(0.4,0,0.2,1), transform 0.18s cubic-bezier(0.4,0,0.2,1);
	will-change: background, color, box-shadow, transform;
}
.quicker-tabs li.active { 
	background: #0D6EFD;
	color: #fff;
	transform: scale(1.04);
}
.quicker-tabs li:hover { 
	background: #F5F6FC;
	color: #222;
	transform: scale(1.03);
}
.quicker-tab-content { display: none;}
.quicker-tab-content.active { display: block; }
.quicker-vertical-tab-pane{
	padding: 20px;
	background: #F1F2FA;
	display: flex;
	flex-direction: column;
	gap: 8px;
	border-radius: 8px;
	border: 1px solid #EBEEF2;
}
.quicker-vertical-tab{
	flex: 1;
	min-width: 0;
	overflow: hidden;
}
.uploaded-icon-preview{
	display: block;
    text-align: right;
    margin: 10px;
}
.uploaded-icon-preview .quicker-icon { display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; padding:4px; box-sizing:border-box; }
.uploaded-icon-preview .quicker-icon svg { width:100% !important; height:100% !important; max-width:100% !important; max-height:100% !important; display:block; overflow:visible; }
.uploaded-icon-preview .quicker-icon.is-img img { width:100%; height:100%; object-fit:contain; display:block; }

/* Mini-Cart Preview in Settings */
.quicker-sidecart-settings-layout {
	display: flex;
	gap: 30px;
	align-items: flex-start;
}
.quicker-sidecart-settings-layout .quicker-tabs-wrapper {
	flex: 1;
	min-width: 0;
	margin: 0;
	overflow: hidden;
}
.quicker-minicart-preview {
	width: 380px;
	min-width: 380px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #E6E6E6;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	transition: width 0.3s ease, min-width 0.3s ease;
}
.quicker-minicart-preview.preview-sidebar-active {
	width: 520px;
	min-width: 520px;
}
.quicker-minicart-preview-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(135deg, #3263f8 0%, #1a4fd6 100%);
	color: #fff;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 600;
}
.quicker-minicart-preview-body {
	padding: 0 16px 16px;
}
.preview-cart-title {
	font-size: 16px;
	font-weight: 700;
	margin: 14px 0 10px;
	color: #24272d;
}
.preview-cart-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px solid #e6e6e6;
}
.preview-cart-item-img {
	position: relative;
	flex-shrink: 0;
}
.preview-remove-icon {
	position: absolute;
	left: -8px;
	top: -4px;
	cursor: default;
	opacity: 0.6;
}
.preview-product-thumb svg {
	width: 55px;
	height: 55px;
	border-radius: 6px;
}
.preview-cart-item-details {
	flex: 1;
	min-width: 0;
}
.preview-product-name {
	font-size: 13px;
	font-weight: 600;
	color: #24272d;
	margin-bottom: 6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.preview-mini-qty {
	display: inline-flex;
	align-items: center;
	gap: 0;
	border: 1px solid #eaeaec;
	border-radius: 6px;
	overflow: hidden;
}
.preview-qty-handle {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	color: #24272d;
	cursor: default;
	background: #f9f9f9;
}
input.preview-qty {
	width: 30px !important;
	height: 26px !important;
	text-align: center;
	font-size: 13px;
	border: none !important;
	border-left: 1px solid #eaeaec !important;
	border-right: 1px solid #eaeaec !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background: #fff;
	color: #24272d;
	box-shadow: none !important;
}
.preview-cart-item-subtotal {
	text-align: right;
	flex-shrink: 0;
}
.preview-price-calc {
	font-size: 12px;
	color: #888;
}
.preview-price-total {
	font-size: 14px;
	font-weight: 600;
	color: #24272d;
}
.preview-subtotal-content {
	margin-top: 16px;
}
.preview-cart-block {
	margin-bottom: 14px;
}
.preview-sub-total {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 8px;
}
.preview-fees-item {
	margin-bottom: 8px;
}
.preview-fee-row {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin: 0;
}
.preview-side-cart-extra {
	margin-top: 10px;
}
.preview-extra-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}
.preview-extra-total b {
	font-size: 16px;
	color: #24272d;
}
.preview-extra-text {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.5);
	padding-left: 4px;
}
.preview-shopping-button {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
button.preview-continue-shopping,
button.preview-checkout {
	width: 100%;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
	cursor: default;
	border: 1px solid #0170b9;
}
button.preview-continue-shopping {
	background: #fff;
	color: #0170b9;
}
button.preview-checkout {
	background: #0170b9;
	color: #fff;
}
.preview-coupon-wrapper {
	padding: 12px 0;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 5px;
}
.preview-coupon-title {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	color: #24272d;
}
.preview-coupon-form {
	display: flex;
	gap: 6px;
}
.preview-coupon-field {
	flex: 1;
	height: 36px !important;
	padding: 6px 10px !important;
	font-size: 13px !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 4px !important;
	background: #f9f9f9;
	color: #888;
	width: auto !important;
}
.preview-coupon-btn {
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 500;
	border: none;
	border-radius: 4px;
	background: #046bd2;
	color: #fff;
	cursor: default;
	white-space: nowrap;
}
/* Style Accordion */
.quicker-style-accordion {
	border: 1px solid #E6E6E6;
	border-radius: 6px;
	margin-bottom: 8px;
	background: #fff;
	overflow: hidden;
}
.quicker-style-accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 14px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	color: #222;
	transition: background 0.2s ease;
	user-select: none;
}

.quicker-style-accordion-header:hover {
	background: #F5F6FC;
}
.quicker-accordion-arrow {
	transition: transform 0.25s ease;
	flex-shrink: 0;
}
.quicker-style-accordion.open .quicker-accordion-arrow {
	transform: rotate(180deg);
}
.quicker-style-accordion-body {
	padding: 14px;
}
/* Spacing Control */
.quicker-spacing-control {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}
.quicker-spacing-group {
	display: flex;
	align-items: center;
	gap: 8px;
}
.quicker-spacing-field {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.quicker-spacing-field input {
	width: 70px !important;
	height: 36px !important;
	text-align: center;
	font-size: 13px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 0 6px !important;
	margin: 0 !important;
}
.quicker-spacing-field input:focus {
	border-color: #3263f8;
	box-shadow: 0 0 0 1px #3263f8;
	outline: none;
}
.quicker-spacing-label {
	font-size: 11px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.quicker-spacing-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	color: #888;
	padding: 0;
	transition: all 0.2s ease;
	margin-top: -16px;
}
.quicker-spacing-link:hover {
	border-color: #3263f8;
	color: #3263f8;
}
.quicker-spacing-link.active {
	background: #3263f8;
	border-color: #3263f8;
	color: #fff;
}
.quicker-section-divider {
	margin: 20px 0 10px;
	padding-top: 15px;
	border-top: 1px solid #e0e0e0;
}
.quicker-section-title {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 600;
	color: #1e1e1e;
}
.quicker-reset-styles-btn {
	background: rgba(255,255,255,0.2) !important;
	border: 1px solid rgba(255,255,255,0.4) !important;
	color: #fff !important;
	font-size: 11px !important;
	padding: 3px 10px !important;
	cursor: pointer;
	border-radius: 4px !important;
	transition: background 0.2s;
	line-height: 1.4;
}
.quicker-reset-styles-btn:hover {
	background: rgba(255,255,255,0.35) !important;
}
/* ── Order Bump Preview: Shared ── */
.preview-bump-title {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 10px;
	color: #24272d;
}
.preview-bump-cart-icon {
	cursor: default;
	display: inline-flex;
	opacity: 0.8;
}
.preview-bump-price del,
.preview-bump-hcard-price del,
.preview-bump-slide-price del {
	color: #999;
	margin-right: 3px;
}

/* ── Style 1: Sidebar ── */
.preview-layout-sidebar {
	display: flex !important;
	gap: 0;
	padding: 0 !important;
}
.preview-bump-style-1 {
	width: 110px;
	min-width: 110px;
	background: #edf8ff;
	padding: 12px 6px;
	border-right: 1px solid #e6e6e6;
}
.preview-bump-style-1 .preview-bump-items {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.preview-bump-style-1 .preview-bump-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.preview-bump-style-1 .preview-bump-thumb svg {
	width: 55px;
	height: 55px;
}
.preview-bump-style-1 .preview-bump-name {
	font-size: 10px;
	font-weight: 600;
	margin-top: 4px;
	line-height: 1.3;
}
.preview-bump-style-1 .preview-bump-price {
	font-size: 10px;
	color: #555;
	margin: 2px 0 3px;
}
.preview-layout-sidebar .preview-cart-details {
	flex: 1;
	min-width: 0;
	padding: 0 14px 14px;
}
.preview-layout-sidebar .preview-product-name {
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
}

/* ── Styles 2 & 4: Vertical Carousel ── */
.preview-bump-style-2,
.preview-bump-style-4 {
	background: #f4fbff;
	border-radius: 10px;
	padding: 12px 10px;
	margin: 12px 0;
	text-align: center;
}
.preview-bump-carousel-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
}
.preview-bump-carousel {
	display: flex;
	gap: 8px;
	overflow: hidden;
	flex: 1;
	min-width: 0;
}
.preview-bump-slide {
	flex: 0 0 calc(50% - 4px);
	background: #fff;
	border-radius: 8px;
	padding: 10px 6px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.05);
	text-align: center;
}
.preview-bump-slide-img svg {
	width: 55px;
	height: 55px;
	margin: 0 auto 6px;
	display: block;
}
.preview-bump-slide-title {
	font-size: 11px;
	font-weight: 600;
	color: #333;
	margin-bottom: 2px;
}
.preview-bump-slide-price {
	font-size: 11px;
	color: #666;
	margin-bottom: 4px;
}

/* ── Styles 3 & 5: Horizontal Card Slider ── */
.preview-bump-style-3,
.preview-bump-style-5 {
	background: #f4fbff;
	border-radius: 10px;
	padding: 12px 10px;
	margin: 12px 0;
}
.preview-bump-hslider {
	display: flex;
	align-items: center;
	gap: 8px;
}
.preview-bump-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	cursor: default;
	opacity: 0.7;
}
.preview-bump-hcard {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	flex: 1;
	min-width: 0;
}
.preview-bump-hcard-img svg {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
}
.preview-bump-hcard-content {
	flex: 1;
	min-width: 0;
}
.preview-bump-hcard-title {
	font-size: 12px;
	font-weight: 600;
	color: #333;
}
.preview-bump-hcard-price {
	font-size: 11px;
	color: #666;
	margin: 2px 0;
}

@media (max-width: 1200px) {
	.quicker-sidecart-settings-layout {
		flex-direction: column;
	}
	.quicker-vertical-tab {
		max-width: 100%;
	}
	.quicker-minicart-preview {
		width: 100%;
		min-width: auto;
		max-width: 400px;
	}
}
/* Icon Picker */
.quicker-icon-picker {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
}
.quicker-icon-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 6px 4px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #fff;
}
.quicker-icon-option:hover {
	border-color: #1a7efb;
	background: #f0f6ff;
}
.quicker-icon-option.active {
	border-color: #1a7efb;
	background: #eef4ff;
	box-shadow: 0 0 0 1px #1a7efb;
}
.quicker-icon-svg {
	width: 24px;
	height: 24px;
	margin-bottom: 4px;
}
.quicker-icon-svg svg {
	width: 100%;
	height: 100%;
}
.quicker-icon-label {
	font-size: 10px;
	color: #555;
	text-align: center;
	line-height: 1.3;
}

/* ---- Conditional Logic ---- */
#field-conditions-wrapper {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	padding: 12px;
	margin-bottom: 10px;
}
.condition-logic-label {
	font-size: 13px;
	font-weight: 600;
	color: #1d2327;
	margin-bottom: 10px;
}
.condition-table-scroll {
	overflow: visible;
}
.condition-rows-table {
	width: 100%;
	max-width: 720px;
}
.condition-action-row {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 8px 0 12px;
	font-size: 13px;
	color: #1d2327;
}
.condition-action-row select {
	width: auto;
}
/* minmax(0, Xfr) forces columns to shrink below select intrinsic width */
.condition-row-header,
.condition-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 36px;
	gap: 14px;
	align-items: center;
	width: 100%;
}
.condition-row-header {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #f0f0f1;
}
.condition-row {
	margin-bottom: 5px;
}
.condition-col-h {
	font-size: 11px;
	font-weight: 600;
	color: #646970;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}
.condition-row select {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}
.condition-value-wrap {
	min-width: 0;
}
.condition-value-wrap input[type="text"],
.condition-value-wrap .condition-product-select {
	width: 100%;
	box-sizing: border-box;
}
.condition-row-actions {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-width: 28px;
	margin-left: 6px;
}
.remove-condition-row {
	position: relative;
	cursor: pointer;
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 4px;
	padding: 0;
	color: #cc1818;
	line-height: 1;
	width: 28px;
	height: 28px;
	min-width: 28px;
	flex: 0 0 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s, color 0.15s, border-color 0.15s;
}
/* Hide the dashicons glyph (it may not render if the font is late to load) and
   instead draw a pure-CSS horizontal bar for the minus. This guarantees the
   button always shows a visible minus on first render. */
.remove-condition-row .dashicons {
	display: none;
}
.remove-condition-row::before {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
}
.remove-condition-row .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.remove-condition-row:hover {
	background: #cc1818;
	color: #fff;
	border-color: #cc1818;
}
#field-conditions-wrapper .add-condition-btn {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.condition-connector {
	display: flex;
	align-items: center;
	padding: 3px 0;
}
.condition-logic-op {
	width: auto !important;
	min-width: 0;
	font-size: 11px;
	font-weight: 700;
	color: #646970;
	text-transform: uppercase;
	padding: 1px 4px;
}
.condition-empty-state {
	padding: 10px 0 6px;
	color: #a0a5aa;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
#field-conditions-wrapper .add-condition-btn {
	margin-top: 8px;
}
/* Hide the dashicons-plus glyph and draw a reliable "+" via CSS so the icon
   shows regardless of font load order. */
#field-conditions-wrapper .add-condition-btn .dashicons {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 1;
	margin-right: 2px;
}
#field-conditions-wrapper .add-condition-btn .dashicons::before,
#field-conditions-wrapper .add-condition-btn .dashicons::after {
	content: "";
	position: absolute;
	background: currentColor;
	border-radius: 1px;
}
#field-conditions-wrapper .add-condition-btn .dashicons::before {
	top: 50%;
	left: 0;
	width: 12px;
	height: 2px;
	transform: translateY(-50%);
}
#field-conditions-wrapper .add-condition-btn .dashicons::after {
	top: 0;
	left: 50%;
	width: 2px;
	height: 12px;
	transform: translateX(-50%);
}
