/* GTRANSLATE MOBILE */
@media (max-width: 768px) {
    #gt_float_wrapper {
        right: 10px !important;
        bottom: 10px !important;
    }

    .gt_float_switcher {
        min-width: auto !important;
        width: auto !important;
        border-radius: 8px !important;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15) !important;
    }

    .gt_float_switcher .gt-selected {
        padding: 0 !important;
    }

    .gt_float_switcher .gt-current-lang {
        padding: 10px 6px !important;
        font-size: 12px !important;
        line-height: 1 !important;
        min-height: auto !important;
    }

    .gt_float_switcher .gt-current-lang img {
        width: 18px !important;
        height: auto !important;
        margin-right: 4px !important;
    }

    .gt_float_switcher .gt-lang-code {
        font-size: 12px !important;
        font-weight: 600 !important;
    }

    .gt_float_switcher .gt_float_switcher-arrow {
        margin-left: 5px !important;
        width: 6px !important;
        height: 6px !important;
    }

    /* Danh sách ngôn ngữ */
    .gt_float_switcher .gt_options {
        min-width: 130px !important;
        max-height: 250px !important;
        overflow-y: auto !important;
    }

    .gt_float_switcher .gt_options a {
        padding: 7px 9px !important;
        font-size: 12px !important;
    }

    .gt_float_switcher .gt_options a img {
        width: 18px !important;
        margin-right: 5px !important;
    }

    /* Ẩn Google Translate mặc định */
    #google_translate_element2 {
        display: none !important;
    }
}