/* default-style.css */

/* Language Switcher */
.language-switcher {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 999;
}
.language-switcher a {
    margin-left: 0.5rem;
    text-decoration: none;
    font-weight: bold;
    color: white;
}

/* Inserire qui tutto il CSS preso da default.html */

/* Esempio - inserisci tutto il blocco di stile da default.html:
:root { ... }
body { ... }
header { ... }
...ecc.
*/
