/*
 * Project 90 Global Legal Footer
 * This file is loaded site-wide. It intentionally contains ONLY footer styles.
 */

.p90-global-footer {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-top: 36px;
	padding: 32px 20px 24px;
	background: #050505;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,.08);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	box-sizing: border-box;
}

.p90-global-footer *,
.p90-global-footer *::before,
.p90-global-footer *::after {
	box-sizing: border-box;
}

.p90-global-footer-inner {
	width: min(1180px, 100%);
	margin: 0 auto;
	text-align: center;
}

.p90-global-footer-brand {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: -.03em;
}

.p90-global-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 20px;
	margin: 0 0 18px;
	padding: 0;
}

.p90-global-footer-links a {
	display: inline-block;
	padding: 3px 0;
	color: #c5c5c5 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	transition: color 180ms ease;
}

.p90-global-footer-links a:hover {
	color: #FFD700 !important;
}

.p90-global-footer-disclaimer {
	max-width: 850px;
	margin: 0 auto 15px;
	color: #777;
	font-size: 10px;
	line-height: 1.6;
}

.p90-global-footer-copyright {
	color: #555;
	font-size: 10px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.p90-global-footer {
		padding: 38px 20px 28px;
	}

	.p90-global-footer-brand {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.p90-global-footer {
		margin-top: 28px;
	}
}

/* Remove the old Hello Elementor/Elementor footer. */
body .elementor-location-footer,
body .hello-elementor-footer,
body footer.hello-elementor-footer {
	display: none !important;
}
