/* Language selection styling */
.header-language-selection a {
    color: var(--light-text-color);
    text-decoration: none;
    margin: 0 10px;
    /* transition: all 0.3s ease; */
}

.header-language-selection a.active-language {
    color: var(--primary-text-color);
    text-decoration: underline;
    font-weight: bold;
}