.bf-wrapper {
	max-width: 360px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	font-family: inherit;
}

.bf-wrapper .bf-title {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #1a1a1a;
}

.bf-form .bf-field {
	margin-bottom: 14px;
	display: flex;
	flex-direction: column;
}

.bf-form label {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 4px;
	color: #333;
}

.bf-form select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	background-color: #fff;
	appearance: auto;
}

.bf-form select:disabled {
	background-color: #f2f2f2;
	color: #999;
	cursor: not-allowed;
}

.bf-form .bf-hint {
	font-size: 11px;
	color: #888;
	margin-top: 4px;
}

.bf-form .bf-submit {
	margin-top: 6px;
}

.bf-form button {
	width: 100%;
	padding: 12px;
	background: #d32f2f;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	letter-spacing: 0.5px;
	transition: background 0.2s ease;
}

.bf-form button:hover {
	background: #b71c1c;
}

.bf-form button:disabled {
	background: #999;
	cursor: not-allowed;
}

.bf-loading {
	text-align: center;
	font-size: 12px;
	color: #777;
	margin-top: 10px;
}

.bf-active-filters {
	background: #fff8e1;
	border: 1px solid #ffe082;
	padding: 10px 14px;
	border-radius: 6px;
	margin-bottom: 18px;
	font-size: 14px;
}

.bf-active-filters a {
	font-weight: 600;
}
