.ls-tab-container { display: flex; gap: 5px; margin: 20px 0; }
.ls-tab { padding: 10px 20px; background: #f1f1f1; text-decoration: none; border-radius: 5px 5px 0 0; }
.ls-tab.active { background: #0073aa; color: white; }
.ls-lang-ms p { font-family: sans-serif; } /* Style per lang */
