.apf-search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding: 16px;
	background: #f5f5f5;
	border-radius: 8px;
}

.apf-search-form select {
	flex: 1 1 180px;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.apf-search-form button {
	flex: 0 0 auto;
	padding: 10px 24px;
	background: #d9232a;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
}

.apf-search-form select:disabled {
	background: #eee;
	cursor: not-allowed;
}
