/*
 Theme Name:   Elementor Child
 Theme URI:    https://example.com
 Description:  Minimal child theme for Elementor
 Author:       Martin
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Du kan lägga CSS här om du vill */

.simple-language-switcher a {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.simple-language-switcher a {
    color: #FFFFFF !important;
}

.simple-language-switcher a.active-language {
    color: #A5977F !important;
}

.simple-language-switcher a:hover {
    color: #A5977F !important;
}

@media screen and (max-width: 400px) {
    .simple-language-switcher {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
}