
/* Add this to your existing CSS or create a new style block */

.rd-navbar-lang ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rd-navbar-lang li {
    display: inline-block;
    margin-right: 10px;
}

.flag-icon {
    font-size: 30px; /* Adjust as needed for the desired size */
    margin-top: 5px; /* Adjust as needed for spacing */
}