/*
Theme Name: Neuros
Theme URI: http://demo.artureanec.com/themes/neuros/
Author: Artureanec
Author URI: https://demo.artureanec.com/
Description: Meet WordPress Theme by Artureanec - really amazing, powerful, clean and ultramodern product, that created with love and attention to details. We know it's difficult to represent yourself on the web in the right way, that's why we spent a lot of time trying to make our Theme more effective. It's flexible, easy customizable, high-quality and really easy to use! So everyone can make awesome website with it. Hope you'll like it. Enjoy!
Version: 2.1.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: neuros
*/

/* 1. Genel Kapsayıcı ve Liste Hizalaması */
.weglot-header-switcher, 
.weglot-header-switcher aside.country-selector,
#weglot_here ul { 
    display: flex !important; 
    align-items: center !important; 
    list-style: none !important; 
    margin: 0 !important; 
    padding: 0 !important; 
    gap: 10px !important; /* Seçenekler arası boşluk */
}

/* Gereksiz Weglot oklarını veya ikonlarını gizle */
#weglot_here ul > li:before,
#weglot_here ul > li::before,
#weglot_here a:before,
#weglot_here a::before { 
    content: none !important; 
    display: none !important; 
}

/* 2. Liste Elemanlarının Hizalanması */
.header #weglot_here ul li,
.header .weglot-header-switcher .country-selector li,
.header .country-selector.weglot-inline li { 
    line-height: normal !important;
    display: flex !important; 
    align-items: center !important;
    padding: 0 !important; 
    margin: 0 !important;
    vertical-align: middle !important;
}

/* 3. Yazı Boyutu ve Stili (Hem aktif hem diğer diller için) */
.header #weglot_here ul > li > a,
.header #weglot_here ul > li > span,
.header #weglot_here ul > li > label,
.weglot-header-switcher a,
.weglot-header-switcher span { 
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    color: inherit !important; 
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 4. Araya Arayıcı (Slash) Ekleme */
#weglot_here ul li:not(:last-child)::after {
    content: "/" !important;
    font-size: 14px !important;
    font-weight: 400 !important; /* Slash'i yazılardan bir tık daha ince yapar, şık durur */
    color: inherit !important;
    margin-left: 10px !important; /* Slash'in solundaki boşluk (sağındaki boşluğu gap sağlar) */
    display: inline-block !important;
}
div.header-icons-container div.weglot-header-switcher aside label.wgcurrent span.wglanguage-name { 
    font-weight: 900 !important; 
}