.csf11-filter-wrapper {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
}

/* FILTER BAR */
.csf11-filter-bar {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 12px;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d8d8e2;
	border-radius: 10px;
	background: #eeeff6;
	box-sizing: border-box;
	overflow-x: auto;
	scrollbar-width: thin;
}

.csf11-filter-bar::-webkit-scrollbar {
	height: 6px;
}

.csf11-filter-bar::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.15);
	border-radius: 999px;
}

.csf11-tax-filter {
	flex: 0 0 auto;
	width: 220px;
	max-width: 100%;
}

.csf11-filter-select {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-size: 14px;
	line-height: 1.4;
	outline: none;
	box-sizing: border-box;
}

.csf11-search-form {
	flex: 1 1 320px;
	margin: 0;
}

.csf11-search-group {
	display: flex;
	align-items: stretch;
	gap: 10px;
	width: 100%;
}

.csf11-search {
	flex: 1 1 auto;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-size: 14px;
	line-height: 1.4;
	outline: none;
	box-sizing: border-box;
}

.csf11-search::placeholder {
	color: #7a7a88;
}

.csf11-search-submit {
	flex: 0 0 auto;
	height: 48px;
	padding: 0 18px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	white-space: nowrap;
	transition: 0.2s ease;
}

.csf11-search-submit:hover {
	background: #cf7206;
}

.csf11-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.csf11-active-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #002060;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

.csf11-remove {
	border: none;
	background: transparent;
	color: #cc0000;
	font-weight: 700;
	cursor: pointer;
	padding: 0;
}

.csf11-active-placeholder {
	font-size: 13px;
	color: #777;
}

.csf11-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 10px 16px;
	border: 1px solid #222;
	border-radius: 8px;
	background: #222;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.csf11-results-wrap {
	width: 100%;
	--csf11-cols-desktop: 3;
	--csf11-cols-tablet: 2;
	--csf11-cols-mobile: 1;
}

.csf11-results-count-wrap {
	margin-bottom: 16px;
}

.csf11-results-count {
	font-size: 14px;
	font-weight: 500;
	color: #444;
}

.csf11-results-grid {
	display: grid;
	grid-template-columns: repeat(var(--csf11-cols-desktop), minmax(0, 1fr));
	gap: 32px;
}

.csf11-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.csf11-card-image-link {
	display: block;
	line-height: 0;
}

.csf11-card-image {
	width: 100%;
	height: 280px;
	object-fit: cover;
	display: block;
}

.csf11-card-content {
	padding: 22px 22px 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.csf11-card-eyebrow {
	font-size: 13px;
	font-weight: 500;
	color: #d47a1f;
	line-height: 1.4;
}

.csf11-card-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.45;
	color: #1b1b1b;
}

.csf11-card-title a {
	color: inherit;
	text-decoration: none;
}

.csf11-card-excerpt {
	font-size: 14px;
	line-height: 1.7;
	color: #616161;
}

.csf11-card-cta {
	margin-top: auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 15px;
	font-weight: 600;
	color: #111;
	text-decoration: none;
	letter-spacing: 0.02em;
}

.csf11-pagination-wrap {
	margin-top: 28px;
}

.csf11-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.csf11-page-btn {
	min-width: 42px;
	height: 42px;
	padding: 0 14px;
	border: 1px solid #d7d7d7;
	border-radius: 8px;
	background: #fff;
	color: #222;
	cursor: pointer;
	font-size: 14px;
}

.csf11-page-btn.is-active {
	background: #0b2b71;
	color: #fff;
	border-color: #0b2b71;
}

.csf11-empty-state {
	padding: 40px 24px;
	text-align: center;
	border: 1px dashed #d5d5d5;
	border-radius: 16px;
	background: #fafafa;
	grid-column: 1 / -1;
}

.csf11-empty-title {
	font-size: 22px;
	font-weight: 700;
	color: #222;
	margin-bottom: 8px;
}

.csf11-empty-description {
	font-size: 15px;
	color: #666;
	margin-bottom: 16px;
}

.csf11-empty-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 8px;
	background: #111;
	color: #fff;
	text-decoration: none;
}

.csf11-loading {
	margin-top: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
}

.csf11-spinner {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid rgba(11, 43, 113, 0.14);
	border-top-color: #0b2b71;
	animation: csf11-spin 0.85s linear infinite;
}

.csf11-spinner::before {
	content: '';
	position: absolute;
	inset: 6px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-right-color: #2d6cdf;
	animation: csf11-spin-reverse 1.2s linear infinite;
}

@keyframes csf11-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes csf11-spin-reverse {
	from { transform: rotate(360deg); }
	to { transform: rotate(0deg); }
}

@media (max-width: 1024px) {
	.csf11-results-grid {
		grid-template-columns: repeat(var(--csf11-cols-tablet), minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.csf11-filter-bar {
		flex-direction: column;
		align-items: stretch;
	}

	.csf11-tax-filter,
	.csf11-search-form,
	.csf11-search-group,
	.csf11-search,
	.csf11-search-submit {
		width: 100%;
		max-width: 100%;
	}

	.csf11-search-group {
		flex-direction: column;
	}

	.csf11-results-grid {
		grid-template-columns: repeat(var(--csf11-cols-mobile), minmax(0, 1fr));
	}

	.csf11-card-image {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.csf11-filter-bar {
		flex-wrap: wrap;
	}

	.csf11-tax-filter {
		width: 100%;
	}
    
    .csf11-search-form {
    	flex: 1 1 60px;
	}

	.csf11-search-group {
		width: 100%;
        display: flex;
        flex-direction: row;
        gap: 20px;
	}
    
    .csf11-search {
		width: 75%;
    }
    
    .csf11-search-submit {
		width: 25%;
	}
}