/**
 * Menü linkek shortcode stílusok — [menu_linkek]
 * Letisztult függőleges linklista a lábléchez.
 */

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ft-link {
	color: #c3cab2;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s ease;
}

.ft-link:hover {
	color: #d9bd86;
}
