.translate-fab {
    position: fixed;
    right: 24px;
    bottom: 88px;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 76px;
    height: 48px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    color: #334155;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(148, 163, 184, .32);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .13);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font: 700 14px/1 Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease, opacity .18s ease;
}

.translate-fab:hover {
    transform: translateY(-2px);
    border-color: rgba(20, 184, 166, .42);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .18);
}

.translate-fab:focus-visible {
    outline: 3px solid rgba(20, 184, 166, .28);
    outline-offset: 3px;
}

.translate-fab.is-loading {
    opacity: .78;
    pointer-events: none;
}

.translate-fab.is-translated {
    color: #0f766e;
    border-color: rgba(15, 118, 110, .36);
    background: rgba(240, 253, 250, .92);
}

.translate-fab__icon {
    width: 22px;
    height: 22px;
    color: #0f766e;
    flex: 0 0 auto;
}

.translate-fab__text {
    min-width: 20px;
    letter-spacing: 0;
}

#google_translate_element {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.skiptranslate,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt {
    display: none !important;
}

body {
    top: 0 !important;
}

@media (max-width: 768px) {
    .translate-fab {
        right: 16px;
        bottom: 76px;
        min-width: 72px;
        height: 46px;
        padding: 0 14px;
    }
}
