body .bf-pro-finder {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	border-radius: 18px;
	padding: 28px 28px 24px;
	background: radial-gradient(circle at top left, #fffdeb 0, #ffffff 50%, #f5f5f7 100%);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
}

.bf-pro-finder-hero h2 {
	font-size: 1.9rem;
	margin: 0 0 6px;
	color: #241e20;
}

.bf-pro-finder-hero p {
	margin: 0 0 16px;
	color: #4b4b54;
	max-width: 36rem;
	font-size: 0.96rem;
}

.bf-layout {
	display: grid;
	grid-template-columns: minmax(0, 2.1fr) minmax(280px, 360px);
	gap: 28px;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.bf-layout {
		grid-template-columns: 1fr;
	}
}

.bf-steps {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.bf-step h3 {
	margin: 0 0 10px;
	font-size: 1.02rem;
}

.bf-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bf-pro-finder .bf-pill {
	border-radius: 999px;
	border: none !important;
	padding: 0 !important;
	background: transparent !important;
	color: #241e20 !important;
	cursor: pointer;
	font-size: 0.85rem;
	transition: all 0.15s ease;
	box-shadow: none !important;
}

.bf-pro-finder .bf-pill.is-active,
.bf-pro-finder .bf-pill:hover {
	transform: translateY(-3px);
	box-shadow: none !important;
	border-color: transparent !important;
	background: transparent !important;
	color: #241e20 !important;
}

.bf-pill.tech {
	background: #f97316;
	border-color: #f97316;
	color: #fff;
}

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

.bf-field-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.bf-field-inline input {
	max-width: 90px;
}

.bf-sidebar {
	position: sticky;
	top: 80px;
	align-self: flex-start;
	border-radius: 14px;
	border: 1px solid rgba(36, 30, 32, 0.08);
	padding: 18px 18px 14px;
	background: #fffdf0;
}

.bf-summary h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 1rem;
	color: #241e20;
}

.bf-summary ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 12px;
	font-size: 0.9rem;
	color: #475569;
}

.bf-summary li {
	margin-bottom: 2px;
}

.bf-summary-actions {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.bf-summary-actions .button,
.bf-summary-actions .button-secondary {
	width: 48%;
	text-align: center;
	border-radius: 999px;
	border-width: 1px;
	font-size: 0.85rem;
	font-weight: 500;
}

.bf-summary-actions .button {
	background-color: #241e20;
	border-color: #241e20;
	color: #ffffff;
}

.bf-summary-actions .button:hover {
	background-color: #000000;
	border-color: #000000;
	color: #ffffff;
}

.bf-summary-actions .button-secondary {
	background-color: #ffffff;
	border-color: rgba(36, 30, 32, 0.25);
	color: #241e20;
}

.bf-summary-actions .button-secondary:hover {
	border-color: #241e20;
}

.bf-results {
	margin-top: 18px;
}

.bf-filters h4 {
	margin: 0 0 8px;
	font-size: 0.95rem;
}

.bf-filters-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 8px;
}

.bf-field-apply {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.bf-results-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 18px;
	margin-top: 14px;
}

.bf-product-card {
	border-radius: 14px;
	border: 1px solid rgba(36, 30, 32, 0.1);
	background: #ffffff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.bf-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
	border-color: rgba(36, 30, 32, 0.16);
}

.bf-product-thumb img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: contain;
	background: #f9fafb;
}

.bf-product-title {
	font-size: 0.95rem;
	margin: 8px 10px;
}

.bf-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 10px 8px;
}

.bf-product-footer {
	margin: auto 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.9rem;
}

.bf-price {
	font-weight: 600;
	color: #241e20;
}

.bf-loading {
	margin-top: 12px;
	font-size: 0.9rem;
	color: #64748b;
}

/* Fulbat-style application icons */
.bf-grid-applications {
	margin-top: 8px;
}

.bf-app-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #f9e000;
	color: #ffffff;
	font-size: 32px;
	box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #f9e000;
	margin: 0 auto 6px;
}

.bf-app-icon img {
	max-width: 60%;
	max-height: 60%;
	display: block;
}

.bf-app-label {
	display: block;
	font-size: 0.8rem;
	color: #0f172a;
	text-align: center;
}

.bf-pro-finder .bf-grid-applications .bf-pill {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	background: transparent !important;
	color: #241e20 !important;
}

.bf-grid-applications .bf-pill.is-active .bf-app-icon {
	box-shadow: 0 0 0 4px #ffffff, 0 0 0 6px #f9e000;
}

.bf-app-icon--placeholder::before {
	content: '';
}

/* Select fields – Fulbat-like wide dropdowns */
.bf-step select {
	width: 100%;
	padding: 10px 12px;
	border-radius: 4px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	font-size: 0.9rem;
}

.bf-step h3 {
	font-weight: 600;
	color: #0f172a;
}

/* Custom dropdown styling (brands, models, years) */
.bf-pro-finder .bf-select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	padding: 0;
	border-radius: 999px;
	border: 1px solid rgba(36, 30, 32, 0.16);
	background-color: #ffffff;
	font-size: 0.9rem;
	color: #241e20;
	outline: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
	position: relative;
	cursor: pointer;
}

.bf-pro-finder .bf-select__value {
	padding: 10px 40px 10px 14px;
	border-radius: 999px;
}

.bf-pro-finder .bf-select:focus {
	border-color: #241e20;
	box-shadow: 0 0 0 2px rgba(36, 30, 32, 0.12);
	background-color: #fdfdf6;
}

.bf-pro-finder .bf-select:hover {
	border-color: rgba(36, 30, 32, 0.32);
}

/* Custom arrow */
.bf-pro-finder .bf-select__value {
	background-image: linear-gradient(45deg, transparent 50%, #241e20 50%),
		linear-gradient(135deg, #241e20 50%, transparent 50%);
	background-position: calc(100% - 22px) 50%, calc(100% - 16px) 50%;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.bf-pro-finder .bf-select__list {
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	margin-top: 4px;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
	max-height: 240px;
	overflow: auto;
	list-style: none;
	padding: 6px 0;
}

.bf-pro-finder .bf-select__option {
	padding: 8px 14px;
	font-size: 0.9rem;
	cursor: pointer;
}

.bf-pro-finder .bf-select__option.is-selected {
	font-weight: 600;
	background: #fff7b0;
}

.bf-pro-finder .bf-select__option.is-highlighted {
	background: #f3f3f6;
}
