.bvm,
.bvm-panel {
	font-family: inherit;
	color: inherit;
	max-width: 640px;
}

.bvm-title {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 0.3rem;
}

.bvm-intro {
	color: #6b6157;
	margin: 0 0 1rem;
}

.bvm-section {
	margin: 1.1rem 0;
}

.bvm-section__title {
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6b6157;
	margin: 0 0 0.5rem;
}

.bvm-item {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.bvm-item:last-child {
	border-bottom: none;
}

.bvm-item__name {
	font-weight: 500;
}

.bvm-item__badge {
	display: inline-block;
	margin-left: 0.4rem;
	padding: 0.05rem 0.4rem;
	border-radius: 999px;
	background: #e6efe9;
	color: #2d4a3e;
	font-size: 0.62rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	vertical-align: middle;
}

.bvm-item__desc {
	font-size: 0.82rem;
	color: #6b6157;
	margin-top: 0.15rem;
}

.bvm-item__prices {
	text-align: right;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.bvm-item__opt {
	display: block;
	font-weight: 600;
}

.bvm-item__opt small {
	display: block;
	font-weight: 400;
	font-size: 0.72rem;
	color: #6b6157;
}

/* Overzicht (tegels) */
.bvm-grid-wrap {
	max-width: 900px;
}

.bvm-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1rem;
}

.bvm-tile {
	display: block;
	width: 100%;
	text-align: left;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 12px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.bvm-tile.bvm-active {
	outline: 2px solid #2d4a3e;
	outline-offset: -2px;
}

.bvm-tile__img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	display: block;
}

.bvm-tile__img--empty {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	background: #e6efe9;
}

.bvm-tile__body {
	padding: 0.7rem 0.85rem 0.9rem;
}

.bvm-tile__title {
	font-weight: 600;
	margin-bottom: 0.2rem;
}

.bvm-tile__intro {
	font-size: 0.82rem;
	color: #6b6157;
	margin: 0;
}

.bvm-panel {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	position: relative;
}

.bvm-panel__close {
	float: right;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 999px;
	padding: 0.3rem 0.8rem;
	font: inherit;
	font-size: 0.78rem;
	cursor: pointer;
	margin-bottom: 0.5rem;
}

.bvm-err {
	color: #b32d2e;
}
