.stx-bundle .stx-bundle__main-choice {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 0.5rem !important;
	width: 100% !important;
	margin: 1rem 0 !important;
	align-items: stretch !important;
}

.stx-bundle .stx-bundle__main-choice > strong,
.stx-bundle .stx-bundle__main-choice > small {
	display: block !important;
	width: 100% !important;
}

.stx-bundle .stx-bundle__main-choice > small {
	color: #cbd5e1 !important;
	line-height: 1.45 !important;
}

.stx-bundle .stx-bundle__main-choice select {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px !important;
	box-sizing: border-box !important;
	padding: 0.7rem 2.5rem 0.7rem 0.8rem !important;
	border: 2px solid #f59e0b !important;
	border-radius: 0.4rem !important;
	background-color: #ffffff !important;
	color: #111827 !important;
	font: inherit !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
}

.stx-bundle .stx-bundle__main-choice select option {
	background: #ffffff !important;
	color: #111827 !important;
	font-weight: 600 !important;
}

.stx-bundle .stx-bundle__main-choice select option:disabled {
	color: #6b7280 !important;
}

.stx-bundle .stx-bundle__main-choice select:focus {
	outline: 3px solid rgba(245, 158, 11, 0.35) !important;
	outline-offset: 2px !important;
}

.stx-bundle .stx-bundle-item__included {
	color: #fbbf24 !important;
}

.stx-bundle .stx-bundle-rebate {
	margin: 0.9rem 0 !important;
	padding: 0.85rem 1rem !important;
	border: 1px solid rgba(245, 158, 11, 0.55) !important;
	border-left: 4px solid #f59e0b !important;
	border-radius: 0.45rem !important;
	background: rgba(245, 158, 11, 0.08) !important;
}

.stx-bundle .stx-bundle-rebate strong {
	display: block !important;
	margin-bottom: 0.35rem !important;
	color: #fbbf24 !important;
}

.stx-bundle .stx-bundle-rebate p {
	margin: 0 !important;
	color: #e2e8f0 !important;
	line-height: 1.5 !important;
}
