/* ============================================================
   Support Footer — Logged-out pages
   Design System v2.0 component
   ============================================================ */

.ezs-support-footer {
	background-color: var(--ezs-primary-500);
	color: #fff;
	padding: 20px 24px 16px;
	margin-top: 40px;
}

.ezs-support-footer-content {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.ezs-support-footer-contact {
	font-size: 15px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-wrap: wrap;
}

.ezs-support-footer-contact .material-icons {
	font-size: 20px;
	vertical-align: middle;
}

.ezs-app .ezs-support-footer-contact a,
.ezs-app .ezs-support-footer-contact a:visited,
.ezs-app .ezs-support-footer-contact a:active {
	color: #fff;
	text-decoration: none;
}

.ezs-app .ezs-support-footer-contact a:hover {
	text-decoration: underline;
}

.ezs-support-footer-divider {
	opacity: 0.5;
}

.ezs-support-footer-legal {
	font-size: 12px;
	opacity: 0.7;
}

@media (max-width: 767px) {
	.ezs-support-footer-contact {
		flex-direction: column;
		gap: 4px;
	}

	.ezs-support-footer-divider {
		display: none;
	}
}
