/* FTSV09 – Footer */
#footer {
	margin-top: 2rem;
	padding: 2rem 1.5rem 1.75rem !important;
	background: linear-gradient(180deg, #3d3d3d 0%, #2a2a2a 100%) !important;
	color: #e8e8e8 !important;
	text-align: center;
	border-top: 4px solid var(--ftsv-red, #c84037);
}

#footer #xmenu {
	margin-bottom: 0.75rem;
}

#footer #xmenu a.xmenulink {
	display: inline-block;
	margin: 0 0.5rem 0.35rem;
	padding: 0.35rem 0.75rem;
	color: rgba(255, 255, 255, 0.88) !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	font-size: 0.88rem;
	text-decoration: none !important;
	transition: background 0.15s ease, border-color 0.15s ease;
}

#footer #xmenu a.xmenulink:hover,
#footer #xmenu a.xmenulink:focus {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.35);
	color: #fff !important;
}

#copyright {
	margin-top: 0.85rem !important;
	color: rgba(255, 255, 255, 0.65) !important;
	font-size: 0.88rem;
}

#copyright .ftsv-credit-link {
	color: rgba(255, 255, 255, 0.8) !important;
	text-decoration: underline;
}

#copyright .ftsv-credit-link:hover,
#copyright .ftsv-credit-link:focus {
	color: #fff !important;
}

@media (max-width: 480px) {
	#footer {
		padding: 1.5rem 1rem !important;
	}

	#footer #xmenu a.xmenulink {
		margin: 0.2rem 0.25rem;
		font-size: 0.82rem;
	}
}
