.bsp-finder-wrap {
	max-width: 720px;
	margin: 0 auto;
	font-family: inherit;
}

.bsp-finder-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.bsp-finder-input-row {
	display: flex;
	gap: 10px;
}

.bsp-finder-input-row input[type="text"] {
	flex: 1;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 15px;
}

.bsp-finder-input-row button {
	padding: 10px 20px;
	background: #1d4ed8;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
}

.bsp-finder-input-row button:hover {
	background: #1e40af;
}

.bsp-finder-results {
	margin-top: 24px;
}

.bsp-loading,
.bsp-no-results,
.bsp-error {
	padding: 12px 0;
	color: #444;
}

.bsp-error {
	color: #b32d2e;
}

.bsp-parts-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.bsp-parts-table th,
.bsp-parts-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid #e5e5e5;
}

.bsp-parts-table th {
	background: #f5f5f5;
	font-weight: 600;
}

.bsp-total {
	margin-top: 12px;
	font-size: 15px;
	text-align: right;
}

.bsp-specs-box {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	padding: 14px 16px;
	margin-bottom: 18px;
}

.bsp-specs-box h4 {
	margin: 0 0 10px;
}

.bsp-specs-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 8px 16px;
}

.bsp-spec-item span {
	font-weight: 600;
	text-transform: capitalize;
}
