.bpr-serial-number-field {
	margin: 18px 0;
}

.bpr-serial-number-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.bpr-serial-number-field input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
}

.bpr-serial-number-control {
	position: relative;
	width: 100%;
	max-width: 420px;
}

.bpr-serial-number-results {
	position: absolute;
	z-index: 1000;
	top: calc(100% + 2px);
	left: 0;
	right: 0;
	max-height: 260px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
}

.bpr-serial-number-result {
	display: block;
	width: 100%;
	padding: 9px 12px;
	border: 0;
	border-bottom: 1px solid #eee;
	background: #fff;
	color: #1d2327;
	text-align: left;
	cursor: pointer;
}

.bpr-serial-number-result:hover,
.bpr-serial-number-result:focus {
	background: #f0f6fc;
	outline: 2px solid #2271b1;
	outline-offset: -2px;
}

.bpr-serial-number-status {
	min-height: 20px;
	margin: 5px 0 0;
	font-size: 13px;
	line-height: 1.4;
}

.bpr-serial-number-status-valid {
	color: #18753c;
}

.bpr-serial-number-status-error {
	color: #b32d2e;
}

.bpr-serial-number-description {
	margin: 6px 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.bpr-product-stock-location,
.bpr-product-sku,
.bpr-product-price,
.bpr-product-categories {
	margin: 8px 0;
}

.bpr-product-short-description,
.bpr-product-description {
	margin: 12px 0;
}

[data-bpr-product-section="description"] .bpr-product-description-strong-primary,
.bpr-product-description .bpr-product-description-strong-primary,
.woocommerce-Tabs-panel--description .bpr-product-description-strong-primary,
.bpr-product-description-strong-primary {
	font-size: 22px !important;
	line-height: 1.25;
}

[data-bpr-product-section="description"] .bpr-product-description-strong-secondary,
.bpr-product-description .bpr-product-description-strong-secondary,
.woocommerce-Tabs-panel--description .bpr-product-description-strong-secondary,
.bpr-product-description-strong-secondary {
	color: #000 !important;
}
.bpr-product-recommendations {
	margin: 18px 0;
}

.bpr-product-recommendations h3 {
	margin: 0 0 12px;
	font-size: 18px;
}

.bpr-product-recommendations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bpr-product-recommendations li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
}

.bpr-product-recommendations li:first-child {
	border-top: 0;
}

.bpr-product-recommendation-select {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 28px;
}

.bpr-product-recommendation-select input[type="checkbox"] {
	margin: 0;
}

.bpr-product-recommendation-select label,
.bpr-product-recommendation-select span {
	font-size: 13px;
	line-height: 1.25;
}

.bpr-product-recommendation-body {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
}

.bpr-product-recommendation-name {
	font-weight: 600;
	text-decoration: none;
}

.bpr-product-recommendation-price {
	white-space: nowrap;
}

.bpr-product-recommendation-select-disabled {
	opacity: .6;
}

@media (max-width: 640px) {
	.bpr-product-recommendations li {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 9px;
	}

	.bpr-product-recommendation-body {
		display: block;
	}

	.bpr-product-recommendation-price {
		display: block;
		margin-top: 4px;
	}
}
.bpr-empty-product-section-marker,
.bpr-empty-product-section-hidden {
	display: none !important;
}
