/**
 * Cinemore footer kapcsolat shortcode stílusa.
 * Ugyanaz a footer-stílus, mint a menü shortcode (Space Grotesk, #9fb6ae).
 */

.cinemore-footer-kapcsolat {
	display: flex;
	flex-direction: column;
	gap: 13px;
	font-size: 14.5px;
	font-weight: 500;
	font-family: "Space Grotesk", sans-serif;
}

.cinemore-footer-kapcsolat__link {
	text-decoration: none;
	color: #9fb6ae;
	transition: color 0.25s;
}

.cinemore-footer-kapcsolat__link:hover {
	color: #0a8f63;
}

.cinemore-footer-kapcsolat__text {
	color: #9fb6ae;
}
