div.bwl_acc_container {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
	max-width: 100%;
}

div.bwl_acc_container .accordion_search_container {
	display: block;
	margin: 0 0 12px;
}

div.bwl_acc_container .accordion_search_container #accordion_search_input_box {
	border-radius: 0;
	box-sizing: border-box;
	padding: 8px 5px;
	width: 100%;
}

div.bwl_acc_container #search_result_container {
	background: #ddd;
	box-sizing: border-box;
	color: #000;
	display: none;
	line-height: 24px;
	margin-bottom: 12px;
	padding: 12px 5px;
	width: 100%;
}

div.bwl_acc_container .search_icon {
	background-origin: content-box;
	background: url("/wp-content/plugins/woocommerce-product-faq-manager/assets/styles/../images/search.39079034.png") no-repeat;
	background-position: top 10px right 10px;
	background-position-x: 99%;
	background-position-y: 50%;
	border: 1px solid #ccc;
	--lzl-bg-img: "/wp-content/plugins/woocommerce-product-faq-manager/assets/styles/../images/search.39079034.png";
}

div.bwl_acc_container .search_icon.lzl:not(.lzl-ed), div.bwl_acc_container .search_icon.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAFUlEQVQ4EWNgGAWjITAaAqMhAAkBAAQQAAG+Y1MiAAAAAElFTkSuQmCC");
}

div.bwl_acc_container .load {
	background-image: url("/wp-content/plugins/woocommerce-product-faq-manager/assets/styles/../images/loader.20cf8d3d.gif");
	background-position: right 10px center;
	background-repeat: no-repeat;
	--lzl-bg-img: "/wp-content/plugins/woocommerce-product-faq-manager/assets/styles/../images/loader.20cf8d3d.gif";
}

div.bwl_acc_container .load.lzl:not(.lzl-ed), div.bwl_acc_container .load.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAG0lEQVQ4EWNgGAWjITAaAqMhMBoCoyFAnRAAAAZUAAFIj+31AAAAAElFTkSuQmCC");
}

div.bwl_acc_container h2.acc_trigger {
	background: #2c2c2c;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: auto;
	line-height: 24px;
	margin: 0 0 1px;
	min-height: 46px;
	padding: 0;
}

div.bwl_acc_container h2.acc_trigger a {
	color: #fff;
	display: block;
	outline: none;
	padding: 12px 6px 12px 12px;
	text-decoration: none;
}

div.bwl_acc_container h2.acc_trigger a:before {
	content: "";
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	height: 24px;
	width: 20px;
}

div.bwl_acc_container h2.acc_trigger a:hover {
	color: #f0f0f0;
}

div.bwl_acc_container h2.acc_trigger a:hover:before {
	content: "";
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	height: 24px;
	width: 20px;
}

div.bwl_acc_container h2.active {
	background: #066;
}

div.bwl_acc_container h2.active a {
	color: #f0f0f0;
}

div.bwl_acc_container h2.active a:before {
	content: "";
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	height: 24px;
	width: 20px;
}

div.bwl_acc_container h2.active a:hover {
	color: #f0f0f0;
}

div.bwl_acc_container h2.active a:hover:before {
	content: "";
	display: inline-block;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	height: 24px;
	width: 20px;
}

div.bwl_acc_container .acc_container {
	background: #fafafa;
	border: 1px solid #d6d6d6;
	clear: both;
	display: none;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0;
}

div.bwl_acc_container .acc_container .block {
	padding: 12px;
}

p.wpfm_no_faq {
	font-size: 14px;
}

.highlight {
	background: #fef5cb;
	border-radius: 2px;
	color: #2c2c2c;
	display: inline;
	font-style: normal;
}

.plugin-credit-note {
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin: 6px 0;
	text-align: right;
	width: 100%;
}

.plugin-credit-note a {
	font-size: inherit;
}

.plugin-credit-note[dir=rtl] {
	text-align: left;
}

@media only screen and (min-width:480px)and (max-width:900px) {
	div.bwl_acc_container h2.acc_trigger a:before, div.bwl_acc_container h2.acc_trigger a:hover:before, div.bwl_acc_container h2.active a:before, div.bwl_acc_container h2.active a:hover:before {
		width: 14px;
	}
	
	div.bwl_acc_container h2.acc_trigger, div.bwl_acc_container h2.acc_trigger a {
		height: auto;
		line-height: 24px;
		min-height: 24px;
	}
	
	div.bwl_acc_container h2.acc_trigger a {
		font-size: 15px;
		font-weight: 700;
		padding: 8px;
	}
}

@media only screen and (min-width:0px)and (max-width:479px) {
	div.bwl_acc_container h2.acc_trigger a:before, div.bwl_acc_container h2.acc_trigger a:hover:before, div.bwl_acc_container h2.active a:before, div.bwl_acc_container h2.active a:hover:before {
		width: 12px;
	}
	
	div.bwl_acc_container h2.acc_trigger, div.bwl_acc_container h2.acc_trigger a {
		height: auto;
		line-height: 24px;
		min-height: 24px;
	}
	
	div.bwl_acc_container h2.acc_trigger a {
		font-size: 14px;
		font-weight: 400;
		padding: 6px;
	}
}