/* Footer layout — does not affect login/header */
footer > .container.py-5 {
	max-width: 1000px;
}

/* Footer SEO only — scoped to avoid affecting login/header elsewhere */
footer .footer-seo[data-section="footer-seo"] #seo-footer-content {
	padding: 16px 0;
	color: #ffffff;
	font-family: SF-Pro-Display-Regular, sans-serif;
	font-size: 11px;
	line-height: 12.65px;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content {
	max-width: 100%;
	overflow-x: hidden;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .container.fbody {
	max-width: 100%;
	width: 100%;
	padding: 0;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .row {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap {
	color: #ffffff;
	font-size: 11px;
	line-height: 12.65px;
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap.show {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap:not(:first-child) {
	display: none;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap.hide {
	display: none !important;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap p {
	margin: 0 0 5px;
	font-size: 11px;
	line-height: 12.65px;
	color: #ffffff;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap strong {
	color: #ffffff;
	font-weight: 700;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap h1,
footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap h2,
footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap h3 {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 14.95px;
	margin: 13px 0;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap a {
	color: #ff8a00;
	font-size: 11px;
	font-weight: 700;
	line-height: 12.65px;
	text-decoration: none;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap a:hover {
	color: #ff8a00;
	text-decoration: none;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap ul,
footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap ol {
	margin: 0 0 5px;
	padding-left: 0;
	font-size: 11px;
	line-height: 12.65px;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap ul li {
	margin-left: 13px;
	list-style: disc;
	font-size: 11px;
	line-height: 12.65px;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-content-wrap ol li {
	margin-left: 13px;
	list-style: decimal;
	font-size: 11px;
	line-height: 12.65px;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-toogle-button {
	cursor: pointer;
	margin: 8px 0 0;
	text-decoration: underline;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-toogle-button p {
	margin: 0 0 11px;
	color: #ff8a00;
	font-size: 13px;
	font-weight: 400;
	line-height: 14.95px;
	text-decoration: underline;
}

footer .footer-seo[data-section="footer-seo"] #seo-footer-content .seo-toogle-button #footer-see-less-button {
	display: none;
}
