.widget-footer-col4 .ssfc,
.thsm-footer .ssfc {
	margin-top: 4px;
}

.ssfc-form {
	display: flex;
	align-items: stretch;
	gap: 6px;
	width: 100%;
	max-width: 100%;
	margin: 0 0 12px;
}

.ssfc-form .ssfc-email {
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 38px;
	margin: 0;
	padding: 0 12px;
	border: 0;
	border-radius: 4px;
	background: #fff;
	color: #1d2959;
	font-size: 14px;
	line-height: 38px;
	box-sizing: border-box;
}

.ssfc-form .ssfc-email::placeholder {
	color: #6b7394;
}

.ssfc-form .ssfc-email:focus {
	outline: 2px solid #fff;
	outline-offset: 1px;
}

.ssfc-form .ssfc-submit {
	flex: 0 0 auto;
	height: 38px;
	margin: 0;
	padding: 0 14px;
	border: 0;
	border-radius: 4px;
	background: #fff;
	color: #1d2959;
	font-size: 13px;
	font-weight: 600;
	line-height: 38px;
	white-space: nowrap;
	cursor: pointer;
}

.ssfc-form .ssfc-submit:hover,
.ssfc-form .ssfc-submit:focus {
	background: #eef1f8;
}

.ssfc-form .ssfc-submit:disabled {
	opacity: 0.7;
	cursor: wait;
}

.ssfc-hp {
	display: none !important;
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.widget-footer .ssfc-icons,
.widget-footer .ssfc-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ssfc-message {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
}

.ssfc-message.is-error {
	color: #ffd4d4;
}

.ssfc-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ssfc-icons li {
	margin: 0;
	padding: 0;
	line-height: 0;
	overflow: hidden;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.ssfc-icons img {
	display: block;
	width: 38px;
	height: 24px;
	background: #fff;
}

.ssfc-identity {
	color: #fff;
	font-size: 13px;
	line-height: 1.45;
}

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

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

.ssfc-identity__label {
	display: block;
	margin: 0 0 2px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
}

.ssfc-identity__value {
	display: block;
	color: rgba(255, 255, 255, 0.9);
	word-break: break-word;
}

.ssfc-identity__value a,
.widget-footer .ssfc-identity a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ssfc-identity__value a:hover,
.widget-footer .ssfc-identity a:hover {
	color: #fff;
	opacity: 0.85;
}

@media (max-width: 782px) {
	.ssfc-form {
		max-width: 100%;
	}
}

/* Hide the header "All Categories" toggle, keep the original bar height. */
.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;
}

.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;
}
