body.single-product #page.site {
	max-width: none;
	width: 100%;
}

body.single-product #content.site-content {
	display: block;
	padding: 0;
}

body.single-product .spd-page {
	background-color: #F3F7FF;
	color: #31558F;
	font-family: Arial, "Microsoft YaHei", sans-serif;
	min-height: 100vh;
	padding-bottom: 72px;
	width: 100%;
}

body.single-product.woocommerce .szcbe-brand__logo {
	height: 52px;
	max-width: 250px;
	width: auto;
}

.spd-shell {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1132px;
	padding: 28px 26px 0;
}

.spd-hero {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: fit-content(430px) minmax(0, 1fr);
	margin-bottom: 34px;
}

.spd-main-visual {
	align-items: center;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	max-width: 430px;
	overflow: hidden;
	width: fit-content;
}

.spd-main-visual img {
	border-radius: 8px;
	display: block;
	height: auto;
	image-rendering: auto;
	max-height: 322px;
	max-width: 430px;
	object-fit: contain;
	width: auto;
}

.spd-hero-copy {
	padding-top: 6px;
}

.spd-product-heading {
	align-items: center;
	display: flex;
	gap: 13px;
	margin: 0 0 18px;
}

.spd-product-heading h1 {
	color: #082F75;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
}

.spd-product-heading p {
	font-size: 15px;
	line-height: 1.5;
	margin: 4px 0 0;
}

.spd-provider-logo {
	align-items: center;
	background: #fff;
	border: 1px solid #86A5E2;
	border-radius: 50%;
	color: #86A5E2;
	display: flex;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	justify-content: center;
	overflow: hidden;
}

.spd-provider-logo img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.spd-provider-logo--small {
	height: 43px;
	width: 43px;
}

.spd-provider-logo--large {
	height: 82px;
	margin: 22px auto 12px;
	width: 82px;
}

.spd-offer-card {
	align-items: stretch;
	background: #FFFFFF;
	border: 1px solid #86A5E2;
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(49, 85, 143, .06);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 116px;
	min-height: 148px;
	padding: 18px 22px;
}

.spd-price {
	border-bottom: 1px dashed #86A5E2;
	font-size: 16px;
	margin: 0 0 9px;
	padding-bottom: 12px;
}

.spd-price strong {
	color: #082F75;
	font-size: 21px;
	margin-left: 12px;
}

.spd-highlights {
	display: grid;
	font-size: 13px;
	grid-template-columns: 42px 1fr;
	line-height: 1.65;
}

.spd-highlights ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.spd-highlights li::before {
	color: #86A5E2;
	content: "●";
	font-size: 10px;
	margin-right: 10px;
}

.spd-qr {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.spd-qr img,
.spd-qr-placeholder {
	background: #fff;
	height: 72px;
	object-fit: contain;
	width: 72px;
}

.spd-qr-placeholder {
	align-items: center;
	background: #F3F7FF;
	border: 8px solid #FFFFFF;
	box-sizing: border-box;
	color: #86A5E2;
	display: flex;
	font-size: 10px;
	font-weight: 700;
	justify-content: center;
}

.spd-qr-placeholder::after {
	content: "QR";
}

.spd-qr small {
	font-size: 12px;
	margin-top: 5px;
}

.spd-consult-button {
	background: #1469E8;
	border: 0;
	border-radius: 28px;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	font-weight: 700;
	height: 52px;
	margin-top: 17px;
	width: 250px;
}

.spd-consult-button:hover,
.spd-consult-button:focus-visible {
	background: #082F75;
}

.spd-consult-note {
	font-size: 14px;
	margin: 12px 6px 0;
}

.spd-body-grid {
	align-items: start;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) 224px;
}

.spd-detail-panel,
.spd-provider-card {
	background: rgba(255, 255, 255, .96);
	box-sizing: border-box;
}

.spd-detail-panel {
	min-height: 1110px;
	padding: 18px 28px 32px;
}

.spd-detail-panel h2,
.spd-provider-card > h2 {
	color: #082F75;
	font-size: 17px;
	line-height: 1.2;
	margin: 0;
}

.spd-detail-panel h2::after {
	background: #1469E8;
	content: "";
	display: block;
	height: 2px;
	margin-top: 12px;
	width: 50px;
}

.spd-detail-label {
	border-left: 3px solid #1469E8;
	color: #31558F;
	font-size: 14px;
	font-weight: 600;
	margin: 18px 0;
	padding-left: 7px;
}

.spd-detail-media {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	width: 100%;
}

.spd-detail-media img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.spd-placeholder {
	align-items: center;
	background: #F3F7FF;
	border: 1px dashed #86A5E2;
	box-sizing: border-box;
	color: #86A5E2;
	display: flex;
	justify-content: center;
	width: 100%;
}

.spd-placeholder--hero {
	height: 322px;
	max-width: 100%;
	width: 430px;
}

.spd-placeholder--detail {
	min-height: 1000px;
}

.spd-provider-card {
	position: sticky;
	top: 108px;
	padding: 18px 14px 20px;
}

.spd-provider-card > h2 {
	border-bottom: 1px solid #86A5E2;
	padding-bottom: 12px;
}

.spd-provider-card h3 {
	color: #082F75;
	font-size: 15px;
	margin: 0 0 12px;
	text-align: center;
}

.spd-provider-intro {
	font-size: 12px;
	line-height: 1.65;
	margin: 14px 0;
}

.spd-provider-features {
	border-top: 1px dashed #86A5E2;
	font-size: 12px;
	line-height: 1.55;
	list-style: none;
	margin: 16px 0;
	padding: 14px 0 0;
}

.spd-provider-features li {
	margin: 0 0 7px;
	padding-left: 20px;
	position: relative;
}

.spd-provider-features li::before {
	background: #1469E8;
	border-radius: 3px;
	color: #fff;
	content: "✓";
	font-size: 9px;
	left: 0;
	line-height: 14px;
	position: absolute;
	text-align: center;
	top: 2px;
	width: 14px;
}

.spd-provider-contact {
	align-items: center;
	border-top: 1px dashed #86A5E2;
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 82px;
	padding-top: 16px;
}

.spd-provider-contact strong {
	color: #31558F;
	font-size: 15px;
}

.spd-provider-contact p {
	font-size: 11px;
	line-height: 1.5;
	margin: 4px 0 0;
}

.spd-modal[hidden] {
	display: none;
}

.spd-modal {
	inset: 0;
	position: fixed;
	z-index: 2000;
}

.spd-modal__backdrop {
	background: rgba(4, 20, 51, .62);
	inset: 0;
	position: absolute;
}

.spd-modal__dialog {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 20px 60px rgba(0, 25, 70, .28);
	box-sizing: border-box;
	left: 50%;
	max-height: calc(100vh - 60px);
	max-width: 620px;
	overflow-y: auto;
	padding: 30px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 40px);
}

.spd-modal__dialog h2 {
	color: #082F75;
	font-size: 25px;
	margin: 0 0 6px;
}

.spd-modal__close {
	background: transparent;
	border: 0;
	color: #31558F;
	cursor: pointer;
	font-size: 32px;
	position: absolute;
	right: 16px;
	top: 10px;
}

.spd-modal .wpcf7 label {
	color: #31558F;
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-top: 12px;
}

.spd-modal .wpcf7 input:not([type="submit"]),
.spd-modal .wpcf7 textarea {
	border: 1px solid #86A5E2;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 5px;
	padding: 10px 12px;
	width: 100%;
}

.spd-modal .wpcf7 textarea {
	height: 100px;
}

.spd-modal .wpcf7 input[type="submit"] {
	background: #1469E8;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	margin-top: 16px;
	padding: 12px 28px;
}

body.spd-modal-open {
	overflow: hidden;
}

@media (max-width: 900px) {
	.spd-hero {
		grid-template-columns: 1fr;
	}

	.spd-main-visual {
		justify-self: center;
		max-width: 100%;
	}

	.spd-main-visual img {
		max-width: 100%;
	}

	.spd-body-grid {
		grid-template-columns: 1fr;
	}

	.spd-provider-card {
		position: static;
	}
}

@media (max-width: 600px) {
	.spd-page {
		padding-bottom: 50px;
	}

	.spd-shell {
		padding: 20px 16px 0;
	}

	.spd-hero {
		gap: 20px;
	}

	.spd-main-visual {
		height: auto;
		min-height: 0;
	}

	.spd-product-heading h1 {
		font-size: 22px;
	}

	.spd-offer-card {
		grid-template-columns: 1fr 92px;
		padding: 16px;
	}

	.spd-consult-button {
		width: 100%;
	}

	.spd-detail-panel {
		min-height: 600px;
		padding: 18px 16px 24px;
	}

	.spd-placeholder--detail {
		min-height: 520px;
	}
}
