.btq-catalog-price small {
	display: inline-block;
	font-size: 0.72em;
	font-weight: 500;
	opacity: 0.8;
}

.btq-tiered-pricing {
	flex: 0 0 100%;
	width: 100%;
	margin: 1.25rem 0;
}

.btq-pricing-title {
	margin: 0 0 0.65rem;
	font-size: 1.05em;
}

.btq-pricing-table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba( 0, 0, 0, 0.12 );
	border-radius: 8px;
	overflow: hidden;
}

.btq-pricing-table th,
.btq-pricing-table td {
	box-sizing: border-box;
	padding: 0.7rem 1.15rem !important;
	text-align: left;
	border: 0;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.09 );
}

.btq-pricing-table th:first-child,
.btq-pricing-table td:first-child {
	padding-left: 1.25rem !important;
}

.btq-pricing-table th:last-child,
.btq-pricing-table td:last-child {
	padding-right: 1.25rem !important;
}

.btq-pricing-table th:last-child,
.btq-pricing-table td:last-child {
	text-align: right;
}

.btq-pricing-table tbody tr:last-child td {
	border-bottom: 0;
}

.btq-pricing-row {
	transition: background-color 140ms ease, box-shadow 140ms ease;
}

.btq-pricing-row.is-active {
	background: rgba( 0, 115, 170, 0.08 );
	box-shadow: inset 3px 0 0 currentColor;
}

.btq-tier-select {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.btq-featured-badge {
	display: inline-flex;
	padding: 0.12rem 0.42rem;
	border-radius: 999px;
	background: currentColor;
	color: #fff;
	font-size: 0.68em;
	line-height: 1.4;
}

.btq-personalization {
	display: block !important;
	flex: 0 0 100%;
	width: 100%;
	max-width: none;
	clear: both;
	margin: 1.15rem 0;
	padding: 0;
	border: 0;
	opacity: 1;
	visibility: visible;
}

.btq-personalization legend {
	width: 100%;
	margin: 0 0 0.65rem;
	padding: 0;
	font-size: 1.05em;
	font-weight: 700;
}

.btq-option-list {
	display: grid !important;
	gap: 0.55rem;
	width: 100%;
}

.btq-option-card {
	position: relative;
	display: flex !important;
	align-items: center;
	gap: 0.75rem;
	float: none !important;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	min-height: 62px;
	margin: 0 !important;
	padding: 0.75rem 0.85rem !important;
	border: 1px solid rgba( 0, 0, 0, 0.14 );
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	transition: border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.btq-option-card:hover {
	border-color: currentColor;
}

.btq-option-card.is-selected {
	border-color: currentColor;
	background: rgba( 0, 115, 170, 0.06 );
	box-shadow: inset 3px 0 0 currentColor;
}

.btq-option-card.is-disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

.btq-option-card.is-disabled:hover {
	border-color: rgba( 0, 0, 0, 0.14 );
}

.btq-option-card:has(input:focus-visible) {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.btq-option-card input {
	position: absolute !important;
	opacity: 0;
	pointer-events: none;
}

.btq-option-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.12rem;
}

.btq-option-copy small {
	opacity: 0.72;
}

.btq-option-indicator {
	flex: 0 0 19px;
	position: relative;
	width: 19px;
	height: 19px;
	border: 2px solid rgba( 0, 0, 0, 0.32 );
	border-radius: 50%;
}

.btq-option-card.is-selected .btq-option-indicator {
	border-color: currentColor;
}

.btq-option-card.is-selected .btq-option-indicator::after {
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.btq-personalization-limit-notice {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 0.65rem;
	padding: 0.65rem 0.8rem;
	border-left: 3px solid rgba( 0, 115, 170, 0.55 );
	border-radius: 4px;
	background: rgba( 0, 115, 170, 0.06 );
	font-size: 0.88em;
	line-height: 1.45;
}

.btq-personalization-limit-notice.is-active {
	border-left-color: #b26a00;
	background: rgba( 178, 106, 0, 0.09 );
}

.btq-price-summary {
	display: grid;
	flex: 0 0 100%;
	grid-template-columns: repeat( 4, minmax( 0, 1fr ) );
	gap: 0.65rem;
	width: 100%;
	clear: both;
	margin: 0.9rem 0 1rem;
	padding: 0.85rem;
	border: 1px solid rgba( 0, 0, 0, 0.12 );
	border-radius: 8px;
	background: rgba( 0, 0, 0, 0.025 );
}

.btq-summary-item {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.btq-summary-item > span {
	font-size: 0.78em;
	opacity: 0.72;
}

.btq-summary-total strong {
	font-size: 1.08em;
}

.btq-minimum-message {
	grid-column: 1 / -1;
	margin: 0;
	color: #b32d2e;
	font-weight: 600;
}

.btq-price-summary.has-error {
	border-color: #b32d2e;
}

@media (max-width: 520px) {
	.btq-pricing-table th,
	.btq-pricing-table td {
		padding: 0.65rem 0.85rem !important;
	}

	.btq-pricing-table th:first-child,
	.btq-pricing-table td:first-child {
		padding-left: 0.95rem !important;
	}

	.btq-pricing-table th:last-child,
	.btq-pricing-table td:last-child {
		padding-right: 0.95rem !important;
	}

	.btq-price-summary {
		grid-template-columns: 1fr 1fr;
	}

	.btq-summary-total {
		grid-column: 1 / -1;
	}
}
