/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.footer-menu li {
	margin: 0;
	padding: 0;
}

.footer-menu a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
}

.footer-menu a:hover {
	text-decoration: none;
	color: #333333;
}

.footer-copyright {
	margin-top: 10px;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.75);
	text-align: center;
}
