/**
 * QueryCraft Frontend CSS
 *
 * @package Wowown_QueryCraft
 * @author  WowOwn
 * @since   1.5.0
 */

#wowown-qc-posts-wrapper {
	height: 0;
	display: none;
	position: absolute;
	top: -1000px;
}

.wowown_qc_filters_wrapper {
	margin-bottom: 20px;
}

.wowown_qc_filters_wrapper .wowown_qc_filter_block {
	margin-bottom: 10px;
}

.wowown-qc-loading {
	opacity: 0.5;
	position: relative;
	transition: opacity 0.3s;
}

.wowown-qc-loading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #aaa;
	border-top-color: #333;
	animation: wowown-qc-spinner 0.6s linear infinite;
	z-index: 10;
}

@keyframes wowown-qc-spinner {
	to {
		transform: rotate(360deg);
	}
}

input[type="checkbox"] + span[class="wowown_qc_term_count"] {
	vertical-align: baseline;
	display: inline;
	transform: initial;
}
