/* 
Theme Name: IPT 2025
Theme URI: https://www.icwt.de
Description: IPT 2025 is a child theme of Hello Elementor
Author: ICWT GmbH
Author URI: https://www.icwt.de
Template: hello-elementor
Version: 1.2.1
Text Domain: ipt
Domain Path: /languages
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.ipt_language_switcher {
    --highlight-color: var(--e-global-color-6a2552a, #0f0);

    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.2rem;

    a {
        color: #fff;

        &:hover {
            color: var(--highlight-color);
        }
        .current-lang & {
            color: var(--highlight-color);
            font-weight: 700;
        }
    }

}
