/*
Template:       borex
Theme Name:     Borex Child
Theme URI:      https://demo.themedraft.net/wp/borex/
Author:         ThemeDraft
Author URI:     https://themeforest.net/user/themedraft/
Description:    Borex is a WordPress theme for business and finance company
Version:        1.0.5
Text Domain:    borex
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
*/

/* Header EN/TR dil switcher */
.header-lang-switcher {
    display: flex;
    gap: 8px; /* Butonlar arasındaki boşluk */
    align-items: center;
}

.header-lang-switcher a {
    text-decoration: none;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    padding: 2px 5px;
}

.header-lang-switcher a.active-lang {
    color: #007bff; /* Aktif dil rengi */
    border-bottom: 2px solid #007bff;
}

.header-lang-switcher a:hover {
    color: #0056b3;
}
