		.version-switch {
            padding: 0rem 0;
            display: flex;
            justify-content: center;
            gap: 2rem;
            font-size: 0.85em;
            color: #444;
        }

        .version-option {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            text-decoration: none;
            color: #444;
        }

        .version-option:hover {
            text-decoration: underline;
        }

        .version-option.active {
            font-weight: bold;
            cursor: default;
        }

        .version-option.active:hover {
            text-decoration: none;
        }

        .checkbox {
            font-family: monospace;
        }