/* Hide leftover Razzi/Elementor icon boxes on Contact Us. */
.page .razzi-icon-box,
.page .elementor-widget-razzi-icon-box {
	display: none !important;
}

/* Hide site title/tagline under the logo, matching B-site. */
.logo-content .site-title,
.logo-content .site-description {
	display: none !important;
}

/* B-site header/footer look baked into the packaged theme. */
.top-footer:before,
.widget-footer:before,
.below-footer:before {
	background: #1d2959 !important;
}

.widget-footer .widget-footer-wrap {
	padding: 50px 0 !important;
}

.thsm-footer,
.thsm-footer .widget-footer,
.thsm-footer .widget-footer .widget,
.thsm-footer .widget-footer p,
.thsm-footer .widget-footer li,
.thsm-footer .widget-footer a,
.thsm-footer .widget-footer .wp-block-list,
.thsm-footer .widget-footer .wp-block-list a,
.thsm-footer .ssfc-identity,
.thsm-footer .ssfc-identity__label,
.thsm-footer .ssfc-identity__value,
.thsm-footer .ssfc-identity a,
.thsm-footer .ssfc-message,
.thsm-footer .footer-copyright,
.thsm-footer .footer-copyright a {
	color: #fff !important;
}

.thsm-footer .ssfc-email,
.thsm-footer .ssfc-submit {
	color: #1d2959 !important;
}

.thsm-footer .below-footer {
	border-color: #454545;
}

/* Company labels must sit above values, not glue to them. */
.ssfc-identity__label,
.ssfc-identity__value {
	display: block;
}

.ssfc-identity__label {
	margin: 0 0 2px;
	font-weight: 700;
}

.ssfc-identity__item {
	margin: 0 0 12px;
}

.ssfc-identity__item:last-child {
	margin-bottom: 0;
}

/* B-site header: no cloned top promo bar, no All Categories button. */
.th-above-header,
.top-header,
.menu-category-list,
.below-header-col1 {
	display: none !important;
}

.below-header-bar {
	min-height: 63px;
}

.below-header-col2 {
	display: flex;
	align-items: center;
	min-height: 63px;
}

.home .page-head {
	display: none !important;
}

.sspp-contact {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 40px 56px;
	align-items: start;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 8px 0 40px;
	box-sizing: border-box;
}

.sspp-contact__info,
.sspp-contact__form {
	min-width: 0;
}

.sspp-contact__block + .sspp-contact__block {
	margin-top: 32px;
}

.sspp-contact__block h2,
.sspp-contact__form h2 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	color: #111;
}

.sspp-contact__block h3 {
	margin: 18px 0 6px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #111;
}

.sspp-contact__block p,
.sspp-contact__value {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.7;
	color: #444;
	white-space: pre-line;
}

.sspp-contact .wpcf7 input[type="text"],
.sspp-contact .wpcf7 input[type="email"],
.sspp-contact .wpcf7 input[type="tel"],
.sspp-contact .wpcf7 textarea {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #d8dde3;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 15px;
	line-height: 1.4;
	box-sizing: border-box;
}

.sspp-contact .wpcf7 textarea {
	min-height: 140px;
	resize: vertical;
}

.sspp-contact .wpcf7 input[type="submit"] {
	width: 100%;
	height: 50px;
	margin: 4px 0 0;
	padding: 0 20px;
	border: 0;
	border-radius: 8px;
	background: #1d2959;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

@media (max-width: 767px) {
	.sspp-contact {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}
