/**
* Theme Name: Cursornt Child
* Description: This is a child theme of Cursornt, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: cursornt
* Version: 2.3.4
*/

.c-lang-switcher{
    display: flex;
    list-style: none; /* removes default bullets */
    padding: 0;
    margin: 0;
    gap: 1rem; /* optional spacing between items */
}

.c-lang-switcher li{
    padding: 0.5rem .25rem;
}
