.cjf-wrap {
	max-width: 900px;
	margin: 0 auto 20px;
	font-family: inherit;
}

/* Filter bar */
.cjf-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.cjf-search {
	position: relative;
	flex: 1 1 100%;
}
.cjf-search .dashicons {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #9aa0a6;
}
.cjf-search input {
	width: 100%;
	padding: 12px 14px 12px 40px;
	border: 1px solid #e2e4e8;
	border-radius: 8px;
	font-size: 14px;
	box-sizing: border-box;
}
.cjf-dropdowns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	flex: 1 1 100%;
}
.cjf-dropdowns select {
	flex: 1 1 180px;
	padding: 10px 12px;
	border: 1px solid #e2e4e8;
	border-radius: 8px;
	font-size: 14px;
	background: #fff;
	color: #444;
}

/* Loading state applied to the Loop Grid wrapper while filters apply */
.cjf-loading {
	opacity: .5;
	pointer-events: none;
	transition: opacity .15s ease;
}

/* Standalone Newest/Oldest sort dropdown */
.cjf-sort-select {
	padding: 8px 12px;
	border: 1px solid #e2e4e8;
	border-radius: 8px;
	font-size: 13px;
	background: #fff;
	color: #444;
}
