.pbc-results {
	margin-top: 28px;
}

.pbc-results-copy {
	margin: 0 auto 24px;
	color: #53636a;
	font-size: 17px;
	line-height: 1.55;
	text-align: center;
}

.pbc-card-grid {
	align-items: stretch;
}

.pbc-product-card .mmc-image-wrap {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
}

.pbc-product-card .mmc-product-image {
	display: block;
	height: 220px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	margin: 0 auto;
}

.pbc-product-card .mmc-grade {
	display: inline-flex;
	margin-top: 12px;
}

.pbc-product-card[hidden] {
	display: none !important;
}

.pbc-product-card[role="button"] {
	cursor: pointer;
}

.pbc-product-card[role="button"]:focus-visible,
.pbc-offer-flow button:focus-visible {
	outline: 3px solid #1684d5;
	outline-offset: 3px;
}

.pbc-selected-label {
	display: inline-flex;
	margin: 0 18px 14px;
}

.pbc-selected-label[hidden] {
	display: none !important;
}

.pbc-offer-flow {
	grid-column: 1 / -1;
	padding: 0 20px 22px;
}

.pbc-offer-flow[hidden],
.pbc-connector-step[hidden],
.pbc-cable-confirm[hidden] {
	display: none !important;
}

.pbc-confirm-offer {
	display: block;
	margin: 0 auto;
}

.pbc-connector-step {
	text-align: center;
}

.pbc-connector-step h3 {
	margin: 12px 0 8px;
	font-size: 20px;
}

.pbc-connector-step > p {
	margin: 0 0 16px;
	color: #53636a;
}

.pbc-connector-step .mmc-cable-options {
	grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.pbc-connector-step .mmc-cable-option {
	min-height: 88px;
}

.pbc-cable-confirm {
	margin-top: 16px;
}

.pbc-cable-copy {
	font-weight: 700;
}

.pbc-cable-unknown-copy {
	color: #53636a;
}

.pbc-add-cart {
	display: block;
	margin: 12px auto;
}

.pbc-cart-success {
	margin-top: 16px;
}

.pbc-cart-success[hidden],
.pbc-cart-error[hidden] {
	display: none !important;
}

.pbc-no-results {
	margin: 24px 0;
	color: #53636a;
	font-size: 17px;
	text-align: center;
}

.pbc-change-budget {
	display: block;
	margin: 24px auto 0;
}

@media (max-width: 760px) {
	.pbc-card-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}
