/* ======== FLATBOOTS INTEGRATION FIX ======== */

.translate-container {
    position: relative !important;
    display: inline-flex !important;
    gap: 4px;
    margin-left: 8px;
    overflow: visible !important;
    list-style: none !important;
}

/* BOTÕES */
.btn-translate-custom,
.btn-reset-custom {
    width: 32px !important;
    height: 32px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background: #fff !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 6px !important;

    box-shadow: 0 1px 3px rgba(0,0,0,.1) !important;
}

.btn-translate-custom i,
.btn-reset-custom i {
    font-size: 14px !important;
    color: #555 !important;
}

.btn-translate-custom:hover i,
.btn-reset-custom:hover i {
    color: #0088cc !important;
}

/* WRAPPER DO MENU */
.gtranslate_wrapper {
    display: none;

    position: absolute !important;
    top: 38px !important;
    right: 0 !important;

    z-index: 999999 !important;

    background: #fff !important;
    border: 1px solid #0088cc !important;

    padding: 12px !important;
    border-radius: 6px !important;

    box-shadow: 0 10px 25px rgba(0,0,0,.2) !important;
    min-width: 190px !important;
}

/* Impede corte do Flatboots */
.postbody .content {
    position: relative !important;
    overflow: visible !important;
}

/* LABEL */
.gt_label_translate {
    display: block !important;
    margin-bottom: 10px !important;

    font-size: 10px !important;
    font-weight: 700 !important;

    background: #f1f1f1 !important;
    border-radius: 4px !important;

    text-align: center !important;
}

.gt-badge {
    display: inline-flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #dadce0;
    padding: 6px 14px;
    border-radius: 50px;
    text-decoration: none;
}

/* MOBILE */
@media (max-width: 767px) {

.gtranslate_wrapper {
    position: fixed !important;

    top: 50% !important;
    left: 50% !important;

    transform: translate(-50%, -50%) !important;

    min-width: 250px !important;

    box-shadow:
        0 0 0 1000vw rgba(0,0,0,.6),
        0 10px 30px rgba(0,0,0,.5) !important;
}

}

/* BLOQUEIO DE TRADUÇÃO */
.notranslate {
    translate: no !important;
}
.gt_header_info {
    font-size: 11px;
    margin-bottom: 8px;
    padding: 4px;
    background: #f5f5f5;
    border-radius: 4px;
    text-align: center;
}

/* Cores Google */
.gt-text { color: #5f6368; font-size: 12px; font-weight: 500; }
.gt-g { color: #4285F4; } .gt-o1 { color: #EA4335; }
.gt-o2 { color: #FBBC05; } .gt-l { color: #34A853; }
.gt-e { color: #EA4335; }