.scb-bundle,
.scb-bundle-only,
.scb-sales-argument {
	--scb-brand-green: #5f8f2f;
	--scb-brand-yellow: #f9b724;
	--scb-brand-peach: #f7e7de;
	--scb-brand-text: #211e1c;
	--scb-brand-white: #fff;
	color: var(--scb-brand-text);
}

.scb-bundle {
	border: 0;
	margin: 1.5rem 0;
	min-width: 0;
	padding: 0;
	width: 100%;
}

.scb-bundle legend {
	color: var(--scb-brand-text);
	font-family: Outfit, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	margin-bottom: .35rem;
}

.scb-bundle__help {
	font-size: .95rem;
	margin: 0 0 1rem;
}

.scb-bundle--gift {
	background: var(--scb-brand-peach);
	border: 2px solid var(--scb-brand-green);
	border-radius: 20px;
	padding: 1.15rem;
}

.scb-bundle__gift-title {
	color: var(--scb-brand-green);
	font-family: Outfit, sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 .35rem;
}

.scb-bundle__grid {
	display: grid;
	gap: .85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.scb-bundle__field {
	display: flex;
	flex-direction: column;
	font-size: .9rem;
	font-weight: 600;
	gap: .35rem;
	min-width: 0;
}

.scb-bundle__field select {
	background-color: var(--scb-brand-white);
	border: 1px solid var(--scb-brand-green);
	border-radius: 3px;
	color: var(--scb-brand-text);
	font: inherit;
	font-weight: 400;
	max-width: 100%;
	min-height: 44px;
	padding: .55rem 2.2rem .55rem .7rem;
	width: 100%;
}

.scb-bundle__field select:focus {
	border-color: var(--scb-brand-green);
	box-shadow: 0 0 0 2px rgba(95, 143, 47, .2);
	outline: 0;
}

.scb-bundle-only {
	background: var(--scb-brand-peach);
	border: 2px solid var(--scb-brand-green);
	border-radius: 20px;
	margin: 1.25rem 0;
	padding: 1.15rem;
}

.scb-bundle-only p {
	margin: 0 0 .85rem;
}

.scb-bundle-only__button {
	background: var(--scb-brand-yellow) !important;
	border: 0 !important;
	border-radius: 3px !important;
	color: var(--scb-brand-white) !important;
	display: inline-block;
	font-family: Outfit, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	padding: 12px 24px !important;
	transition: background-color .2s ease;
}

.scb-bundle-only__button:hover,
.scb-bundle-only__button:focus {
	background: var(--scb-brand-green) !important;
	color: var(--scb-brand-white) !important;
}

.scb-sales-argument {
	background: var(--scb-brand-peach);
	border: 0;
	border-left: 5px solid var(--scb-brand-green);
	border-radius: 0 20px 20px 0;
	margin: 1rem 0 1.35rem;
	padding: 1.15rem 1.25rem;
}

.scb-sales-argument p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

.scb-sales-argument p + p {
	margin-top: .4rem;
}

.scb-sales-argument strong {
	color: var(--scb-brand-green);
	font-family: Outfit, sans-serif;
	font-size: 1.08em;
}

@media (max-width: 767px) {
	.scb-bundle__grid {
		grid-template-columns: 1fr;
	}
}
