/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 13 2026 | 12:46:47 */
.szelesseg {
	width:100%;	
}

.wp-block-navigation-item {
	font-weight: 500;
  	transition: color .2s ease, text-shadow .2s ease, translate .2s ease;
  	transform: translateY(0);
}

.wp-block-navigation-item:hover {
	text-shadow: 0 0 0.01px currentColor, 0 0 0.01px currentColor;
	transform: translatey(-2px);
}
