/* GTranslate Dil Çevirici Stilleri - Popup Versiyonu */
.gt_switcher {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 4px !important;
    border: 1px solid #e0e0e0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
}

.gt_switcher .gt_current_language {
    color: #333 !important;
    font-weight: 500 !important;
    padding: 8px 12px !important;
}

.gt_switcher .gt_current_language:hover {
    background-color: #f8f9fa !important;
}

.gt_switcher .gt_languages {
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}

.gt_switcher .gt_languages a {
    color: #333 !important;
    padding: 8px 12px !important;
}

.gt_switcher .gt_languages a:hover {
    background-color: #f8f9fa !important;
    color: #163172 !important;
}

/* Mobil dil çevirici için ek stiller */
.gtranslate_wrapper_mobile {
    display: flex !important;
    justify-content: center !important;
    margin: 15px 0 !important;
    width: 100% !important;
}

.gtranslate_wrapper_mobile .gt_switcher {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: inline-block !important;
    z-index: 999 !important;
}

.gtranslate_wrapper_mobile .gt_switcher img {
    margin-right: 5px !important;
}

/* Dil çevirici konumlandırma */
.gtranslate_wrapper {
    display: inline-block;
    vertical-align: middle;
}

/* Dil çevirici bayrak stilleri */
.gt_switcher img {
    vertical-align: middle !important;
    margin-right: 5px !important;
    width: 24px !important;
    height: 16px !important;
}

/* Dil seçici popup */
.gt_switcher_menu {
    z-index: 9999 !important;
}

/* Mobil menüde dil çevirici popup */
.mobile-menu-footer .gt_switcher_menu {
    z-index: 9999 !important;
    position: fixed !important;
}

/* Dil çevirici popup menü */
.gt_switcher_menu {
    position: absolute !important;
    z-index: 9999 !important;
    background-color: #fff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
    max-height: 300px !important;
    overflow-y: auto !important;
}

/* Mobil menüde dil çevirici konumlandırma */
.gtranslate_wrapper_mobile {
    text-align: center !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    z-index: 999 !important;
}
