/*
Theme Name: Moose Lodge Theme
Theme URI: https://example.com/
Author: Antigravity
Author URI: https://example.com/
Description: A modern Block Theme tailored for the Vienna Moose Lodge, featuring Moose Fraternity branding and a clean, responsive layout.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GPL v2 or later
Text Domain: moose-lodge-theme
*/

/* Disable link interaction on specific element badges */
.vm-no-link a {
	pointer-events: none;
	cursor: default;
	text-decoration: none !important;
}

/* Helper to hide elements temporarily without removing them */
.vm-hidden {
	display: none !important;
}


