.bmgvf-front-filter {
	display: block;
	padding: 24px 10px 18px;
}

.bmgvf-front-fields {
	display: grid;
	gap: 10px;
}

.bmgvf-front-filter label {
	display: block;
	margin: 0;
}

.bmgvf-front-filter label span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.bmgvf-front-filter select {
	width: 100%;
	min-height: 40px;
	border: 1px solid #cfd6df;
	border-radius: 4px;
	background-color: #fff;
	color: #26364a;
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
}

.bmgvf-front-filter select:disabled {
	background-color: #f5f7fa;
	color: #8a94a3;
	cursor: not-allowed;
}

.bmgvf-front-actions {
	display: grid;
	gap: 12px;
	margin-top: 18px;
	justify-items: center;
}

.bmgvf-front-submit,
.bmgvf-front-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	border-radius: 10px;
	font-family: Inter, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.bmgvf-front-submit {
	width: 170px;
	border: 1px solid #003b77;
	background: #003b77;
	color: #fff;
	cursor: pointer;
}

.bmgvf-front-submit:hover,
.bmgvf-front-submit:focus {
	background: #002f60;
	color: #fff;
}

.bmgvf-front-clear {
	width: 170px;
	border: 2px solid #003b77;
	background: #fff;
	color: #003b77;
}

.bmgvf-front-clear:hover,
.bmgvf-front-clear:focus {
	background: rgba(0, 59, 119, 0.08);
	color: #003b77;
}

.bmgvf-front-feedback {
	min-height: 18px;
	margin: 10px 0 0;
	color: #5b6675;
	font-family: Inter, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.bmgvf-product-compatibility {
	display: block;
	color: #0f172a;
}

.bmgvf-compat-header {
	margin: 0 0 14px;
}

.bmgvf-compat-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin: 0 0 8px;
	padding: 4px 9px;
	border-radius: 6px;
	background: #eef4fb;
	color: #003b77;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.bmgvf-product-compatibility h2 {
	margin: 0;
	color: #06142f;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
}

.bmgvf-compat-count,
.bmgvf-compat-note,
.bmgvf-compat-empty {
	margin: 0 0 14px;
	color: #475569;
	font-size: 14px;
	line-height: 1.5;
}

.bmgvf-compat-empty {
	padding: 14px 16px;
	border: 1px solid #dbe4ef;
	border-left: 4px solid #123f7a;
	border-radius: 8px;
	background: #f8fafc;
	color: #26364a;
}

.bmgvf-compat-table-wrap {
	max-height: 420px;
	overflow: auto;
	border: 1px solid #dbe4ef;
	border-radius: 8px;
	background: #ffffff;
}

.bmgvf-compat-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.35;
}

.bmgvf-compat-table th,
.bmgvf-compat-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #edf2f7;
	text-align: left;
	vertical-align: top;
}

.bmgvf-compat-table th {
	position: sticky;
	top: 0;
	z-index: 1;
	background: #f8fafc;
	color: #003b77;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.bmgvf-compat-table tr:last-child td {
	border-bottom: 0;
}

@media (max-width: 640px) {
	.bmgvf-compat-table-wrap {
		max-height: none;
		border: 0;
		background: transparent;
	}

	.bmgvf-compat-table,
	.bmgvf-compat-table thead,
	.bmgvf-compat-table tbody,
	.bmgvf-compat-table tr,
	.bmgvf-compat-table th,
	.bmgvf-compat-table td {
		display: block;
		width: 100%;
	}

	.bmgvf-compat-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.bmgvf-compat-table tr {
		margin: 0 0 10px;
		padding: 12px;
		border: 1px solid #dbe4ef;
		border-radius: 8px;
		background: #ffffff;
	}

	.bmgvf-compat-table td {
		display: grid;
		grid-template-columns: 105px minmax(0, 1fr);
		gap: 10px;
		padding: 6px 0;
		border-bottom: 0;
	}

	.bmgvf-compat-table td::before {
		content: attr(data-label);
		color: #003b77;
		font-size: 11px;
		font-weight: 900;
		text-transform: uppercase;
	}
}
