.tvcs-panel {
	border: 1px solid color-mix(in srgb, currentColor 14%, transparent);
	border-radius: 8px;
	padding: 18px;
	background: #fff;
}

.tvcs-panel__title {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.25;
}

.tvcs-panel__meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin: 10px 0 0;
	font-size: 14px;
}

.tvcs-panel__meta span {
	color: #667085;
}

.tvcs-panel__meta strong {
	text-align: right;
}

.brxe-product-add-to-cart .bricks-variation-swatches li.bricks-swatch-selected,
.brxe-product-add-to-cart .bricks-variation-swatches li[aria-pressed="true"] {
	border: 2px solid #111;
	background: #f3f4f6;
	font-weight: 700;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.brxe-product-add-to-cart .bricks-variation-swatches li.disabled,
.brxe-product-add-to-cart .bricks-variation-swatches li[aria-disabled="true"] {
	opacity: 0.45;
	cursor: not-allowed;
}

.tvcs-variation-guidance {
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
	border: 1px solid #d6d6d6;
	background: #f8f8f8;
	font-weight: 600;
}

.tvcs-variation-guidance[hidden] {
	display: none;
}

.tvcs-has-excluded-combination .tvcs-generic-unavailable-hidden {
	display: none !important;
}
