:root {
	--sbhp-bundle-navy: #071728;
	--sbhp-bundle-panel: #14324d;
	--sbhp-bundle-orange: #ff7100;
	--sbhp-bundle-ink: #172332;
	--sbhp-bundle-muted: #617184;
	--sbhp-bundle-line: #d6e0e8;
	--sbhp-bundle-soft: #f2f6f8;
	--sbhp-bundle-green: #23734d;
}

.securebhp-instruction-bundles-page .site-content {
	background: #f3f6f8;
}

.securebhp-instruction-bundles-page .site-content > .ast-container {
	width: 100%;
	max-width: 1220px;
	padding: 0 20px 64px;
}

.securebhp-instruction-bundles-page #primary {
	width: 100%;
	margin: 0;
}

.securebhp-instruction-bundles-page article.page {
	padding: 0;
}

.securebhp-instruction-bundles-page .entry-header {
	display: none;
}

.securebhp-instruction-bundles-page .entry-content {
	margin: 0;
}

.sbhp-bundles,
.sbhp-bundles * {
	box-sizing: border-box;
}

.sbhp-bundles {
	color: var(--sbhp-bundle-ink);
}

.sbhp-bundles__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
	gap: 54px;
	align-items: center;
	padding: 52px 56px;
	background: var(--sbhp-bundle-navy);
	color: #fff;
}

.sbhp-bundles__eyebrow {
	margin: 0 0 8px !important;
	color: var(--sbhp-bundle-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sbhp-bundles__intro h1 {
	max-width: 740px;
	margin: 0 0 16px;
	color: #fff;
	font-size: 42px;
	line-height: 1.12;
	letter-spacing: 0;
}

.sbhp-bundles__intro > div > p:last-child {
	max-width: 760px;
	margin: 0;
	color: #d4e0e9;
	font-size: 17px;
	line-height: 1.7;
}

.sbhp-bundles__intro ul {
	display: grid;
	gap: 1px;
	margin: 0 !important;
	padding: 0 !important;
	background: #30485f;
	list-style: none;
}

.sbhp-bundles__intro li {
	padding: 16px 18px;
	background: var(--sbhp-bundle-panel);
}

.sbhp-bundles__intro li strong,
.sbhp-bundles__intro li span {
	display: block;
}

.sbhp-bundles__intro li strong {
	color: #fff;
	font-size: 14px;
}

.sbhp-bundles__intro li span {
	margin-top: 3px;
	color: #b9c9d5;
	font-size: 12px;
}

.sbhp-builder {
	background: #fff;
	border: 1px solid var(--sbhp-bundle-line);
	border-top: 6px solid var(--sbhp-bundle-orange);
}

.sbhp-builder__head {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
	gap: 40px;
	align-items: end;
	padding: 38px 44px 28px;
	border-bottom: 1px solid var(--sbhp-bundle-line);
}

.sbhp-builder__head h2,
.sbhp-ready-bundles h2,
.sbhp-bundles__help h2 {
	margin: 0;
	color: var(--sbhp-bundle-navy);
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
}

.sbhp-builder__head > p {
	margin: 0;
	color: var(--sbhp-bundle-muted);
	font-size: 14px;
	line-height: 1.65;
}

.sbhp-builder__form {
	margin: 0;
}

.sbhp-builder__options {
	display: grid;
	grid-template-columns: 1fr 1fr minmax(220px, .65fr);
	gap: 24px;
	align-items: end;
	padding: 26px 44px;
	background: var(--sbhp-bundle-soft);
}

.sbhp-builder fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.sbhp-builder legend,
.sbhp-builder__toolbar label > span {
	display: block;
	margin-bottom: 7px;
	color: var(--sbhp-bundle-navy);
	font-size: 12px;
	font-weight: 800;
}

.sbhp-segmented {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	padding: 1px;
	background: #c6d2dc;
}

.sbhp-segmented label {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.sbhp-segmented input {
	position: absolute;
	opacity: 0;
}

.sbhp-segmented span {
	display: grid;
	min-height: 46px;
	place-items: center;
	padding: 9px 12px;
	background: #fff;
	color: #405469;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.sbhp-segmented input:checked + span {
	background: var(--sbhp-bundle-navy);
	color: #fff;
}

.sbhp-segmented input:focus-visible + span {
	outline: 3px solid rgba(255, 113, 0, .34);
	outline-offset: 2px;
}

.sbhp-builder__price {
	display: grid;
	min-height: 72px;
	align-content: center;
	padding-left: 20px;
	border-left: 4px solid var(--sbhp-bundle-orange);
}

.sbhp-builder__price span,
.sbhp-builder__price strong,
.sbhp-builder__price small {
	display: block;
}

.sbhp-builder__price span {
	color: var(--sbhp-bundle-muted);
	font-size: 11px;
}

.sbhp-builder__price strong {
	color: var(--sbhp-bundle-navy);
	font-size: 21px;
}

.sbhp-builder__price small {
	color: var(--sbhp-bundle-muted);
	font-size: 11px;
	font-style: italic;
}

.sbhp-builder__toolbar {
	display: grid;
	grid-template-columns: 1.3fr .7fr;
	gap: 18px;
	padding: 24px 44px;
	border-bottom: 1px solid var(--sbhp-bundle-line);
}

.sbhp-builder__toolbar label {
	margin: 0;
}

.sbhp-builder__toolbar input,
.sbhp-builder__toolbar select {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid #b9c7d2;
	border-radius: 3px;
	background: #fff;
	color: var(--sbhp-bundle-ink);
	font: inherit;
}

.sbhp-builder__toolbar input:focus,
.sbhp-builder__toolbar select:focus {
	border-color: var(--sbhp-bundle-orange);
	outline: 3px solid rgba(255, 113, 0, .16);
}

.sbhp-builder__workspace {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	min-height: 560px;
}

.sbhp-builder__catalog {
	padding: 30px 30px 36px 44px;
	border-right: 1px solid var(--sbhp-bundle-line);
}

.sbhp-builder__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.sbhp-builder-item {
	position: relative;
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	min-height: 92px;
	margin: 0;
	padding: 15px;
	border: 1px solid var(--sbhp-bundle-line);
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
}

.sbhp-builder-item:has(input:checked) {
	border-color: var(--sbhp-bundle-orange);
	box-shadow: 0 0 0 1px var(--sbhp-bundle-orange);
}

.sbhp-builder-item:has(input:disabled) {
	cursor: not-allowed;
	opacity: .48;
}

.sbhp-builder-item input {
	position: absolute;
	opacity: 0;
}

.sbhp-builder-item__mark {
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border: 2px solid #8496a6;
	border-radius: 3px;
	background: #fff;
}

.sbhp-builder-item input:checked + .sbhp-builder-item__mark {
	border-color: var(--sbhp-bundle-orange);
	background: var(--sbhp-bundle-orange);
}

.sbhp-builder-item input:checked + .sbhp-builder-item__mark::after {
	width: 9px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	content: '';
	transform: rotate(-45deg) translateY(-1px);
}

.sbhp-builder-item input:focus-visible + .sbhp-builder-item__mark {
	outline: 3px solid rgba(255, 113, 0, .24);
	outline-offset: 2px;
}

.sbhp-builder-item__copy {
	display: grid;
	gap: 6px;
}

.sbhp-builder-item__copy strong {
	color: var(--sbhp-bundle-navy);
	font-size: 14px;
	line-height: 1.35;
}

.sbhp-builder-item__copy small {
	color: var(--sbhp-bundle-muted);
	font-size: 10px;
	line-height: 1.4;
}

.sbhp-builder__loading {
	padding: 18px 0;
	color: var(--sbhp-bundle-muted);
	font-size: 13px;
}

.sbhp-builder__more {
	display: block;
	min-height: 44px;
	margin: 22px auto 0;
	padding: 10px 18px;
	border: 1px solid var(--sbhp-bundle-navy);
	border-radius: 4px;
	background: #fff;
	color: var(--sbhp-bundle-navy);
	font-weight: 800;
	cursor: pointer;
}

.sbhp-builder__more[hidden] {
	display: none;
}

.sbhp-builder__summary {
	padding: 30px 28px;
	background: var(--sbhp-bundle-navy);
	color: #fff;
}

.sbhp-builder__counter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid #31485e;
}

.sbhp-builder__counter span {
	color: #b9c9d5;
	font-size: 12px;
}

.sbhp-builder__counter strong {
	color: var(--sbhp-bundle-orange);
	font-size: 22px;
}

.sbhp-builder__counter b {
	font-weight: inherit;
}

.sbhp-builder__summary h3 {
	margin: 20px 0 12px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
}

.sbhp-builder__summary ol {
	display: grid;
	gap: 1px;
	max-height: 330px;
	margin: 0 0 18px !important;
	padding: 0 !important;
	overflow: auto;
	background: #31485e;
	list-style: none;
}

.sbhp-builder__summary li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: start;
	padding: 10px 11px;
	background: var(--sbhp-bundle-panel);
	color: #e5edf3;
	font-size: 12px;
	line-height: 1.35;
}

.sbhp-builder__summary .sbhp-builder__empty {
	display: block;
	color: #aebfcb;
}

.sbhp-builder__remove {
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--sbhp-bundle-orange);
	background: transparent;
	color: var(--sbhp-bundle-orange);
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
}

.sbhp-builder__validation {
	margin: 0 0 12px;
	color: #c4d1da;
	font-size: 11px;
	line-height: 1.5;
}

.sbhp-builder__validation.is-complete {
	color: #82d5aa;
}

.sbhp-builder__submit {
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	border: 0;
	border-radius: 4px;
	background: var(--sbhp-bundle-orange);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.sbhp-builder__submit:disabled {
	background: #647687;
	cursor: not-allowed;
}

.sbhp-ready-bundles {
	padding: 58px 0 16px;
}

.sbhp-ready-bundles > header {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 48px;
	align-items: end;
	padding: 0 6px 30px;
}

.sbhp-ready-bundles > header > p:last-child {
	margin: 0;
	color: var(--sbhp-bundle-muted);
	font-size: 14px;
	line-height: 1.7;
}

.sbhp-ready-bundles__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.sbhp-ready-bundles article {
	display: grid;
	min-height: 228px;
	align-content: start;
	padding: 25px;
	border: 1px solid var(--sbhp-bundle-line);
	border-radius: 6px;
	background: #fff;
}

.sbhp-ready-bundles__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
	color: #567084;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.sbhp-ready-bundles article h3 {
	margin: 0 0 10px;
	color: var(--sbhp-bundle-navy);
	font-size: 19px;
	line-height: 1.3;
	letter-spacing: 0;
}

.sbhp-ready-bundles article p {
	margin: 0 0 18px;
	color: var(--sbhp-bundle-muted);
	font-size: 13px;
	line-height: 1.6;
}

.sbhp-ready-bundles article a {
	align-self: end;
	justify-self: start;
	margin-top: auto;
	padding: 7px 1px;
	border-bottom: 2px solid var(--sbhp-bundle-orange);
	color: var(--sbhp-bundle-navy);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.sbhp-bundles__help {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1px;
	margin-top: 48px;
	background: var(--sbhp-bundle-line);
}

.sbhp-bundles__help > div {
	padding: 30px;
	background: #fff;
}

.sbhp-bundles__help > div:first-child {
	background: var(--sbhp-bundle-navy);
}

.sbhp-bundles__help > div:first-child h2 {
	color: #fff;
}

.sbhp-bundles__help h3 {
	margin: 0 0 9px;
	color: var(--sbhp-bundle-navy);
	font-size: 17px;
	letter-spacing: 0;
}

.sbhp-bundles__help p {
	margin: 0;
	color: var(--sbhp-bundle-muted);
	font-size: 13px;
	line-height: 1.65;
}

.sbhp-bundle-catalog-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
	margin: 0 0 30px;
	padding: 26px 30px;
	border-left: 5px solid var(--sbhp-bundle-orange);
	background: var(--sbhp-bundle-navy);
	color: #fff;
}

.sbhp-bundle-catalog-cta h2 {
	margin: 0 0 6px;
	color: #fff;
	font-size: 23px;
	letter-spacing: 0;
}

.sbhp-bundle-catalog-cta p:last-child {
	margin: 0;
	color: #c7d5df;
	font-size: 13px;
}

.sbhp-bundle-catalog-cta > a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	padding: 11px 18px;
	border-radius: 4px;
	background: var(--sbhp-bundle-orange);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.sbhp-preset-contents {
	margin: 24px 0 0;
	padding: 22px 0 0;
	border-top: 1px solid var(--sbhp-bundle-line);
}

.sbhp-preset-contents h2 {
	margin: 0 0 13px;
	color: var(--sbhp-bundle-navy);
	font-size: 20px;
	letter-spacing: 0;
}

.sbhp-preset-contents ol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--sbhp-bundle-line);
	list-style: none;
	counter-reset: sbhp-bundle-item;
}

.sbhp-preset-contents li {
	position: relative;
	min-height: 52px;
	padding: 11px 12px 11px 38px;
	background: var(--sbhp-bundle-soft);
	color: #3f5366;
	font-size: 11px;
	line-height: 1.4;
	counter-increment: sbhp-bundle-item;
}

.sbhp-preset-contents li::before {
	position: absolute;
	top: 11px;
	left: 12px;
	color: var(--sbhp-bundle-orange);
	font-weight: 800;
	content: counter(sbhp-bundle-item, decimal-leading-zero);
}

.sbhp-bundle-description ol {
	columns: 2;
	column-gap: 42px;
}

.sbhp-bundle-description li {
	break-inside: avoid;
	margin-bottom: 8px;
}

.sbhp-bundle-price-single small,
.securebhp-instruction-bundles-view .sbhp-price-breakdown small {
	display: block;
	font-size: 11px;
	font-weight: 400;
}

@media (max-width: 980px) {
	.sbhp-bundles__intro,
	.sbhp-builder__head,
	.sbhp-ready-bundles > header {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.sbhp-builder__options {
		grid-template-columns: 1fr 1fr;
	}

	.sbhp-builder__price {
		grid-column: 1 / -1;
	}

	.sbhp-builder__workspace {
		grid-template-columns: 1fr;
	}

	.sbhp-builder__catalog {
		border-right: 0;
		border-bottom: 1px solid var(--sbhp-bundle-line);
	}

	.sbhp-builder__summary ol {
		max-height: none;
	}

	.sbhp-bundles__help {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.securebhp-instruction-bundles-page .site-content > .ast-container {
		padding: 0 0 40px;
	}

	.sbhp-bundles__intro {
		padding: 38px 22px;
	}

	.sbhp-bundles__intro h1 {
		font-size: 32px;
	}

	.sbhp-builder__head,
	.sbhp-builder__options,
	.sbhp-builder__toolbar,
	.sbhp-builder__catalog,
	.sbhp-builder__summary {
		padding-right: 22px;
		padding-left: 22px;
	}

	.sbhp-builder__options,
	.sbhp-builder__toolbar,
	.sbhp-builder__items,
	.sbhp-ready-bundles__grid,
	.sbhp-preset-contents ol {
		grid-template-columns: 1fr;
	}

	.sbhp-builder__price {
		grid-column: auto;
	}

	.sbhp-ready-bundles {
		padding: 44px 20px 0;
	}

	.sbhp-bundles__help {
		margin: 38px 20px 0;
	}

	.sbhp-bundle-catalog-cta {
		grid-template-columns: 1fr;
	}

	.sbhp-bundle-description ol {
		columns: 1;
	}
}

/* Comparison with buying the same ten PDF + DOCX instructions individually. */
.sbhp-bundle-saving { font-size: 14px; line-height: 1.65; }
.sbhp-builder [data-bundle-saving] { padding: 16px 44px 0; }
.sbhp-builder [data-bundle-saving] .sbhp-bundle-saving { margin: 0; }
.sbhp-ready-bundles > .sbhp-bundle-saving { margin: 0 6px 24px; }
@media (max-width: 720px) {
    .sbhp-builder [data-bundle-saving] { padding: 16px 20px 0; }
}
