.bbgt-wrapper {
    position: relative;
    display: inline-block;
    font-family: inherit;
    z-index: 9999;
}

.bbgt-hidden-native {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.bbgt-current {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #222;
    background: #fff;
    color: #111;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    border-radius: 0;
}

.bbgt-current:hover,
.bbgt-current:focus {
    background: #f2f2f2;
    outline: none;
}

.bbgt-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 170px;
    background: #fff;
    border: 1px solid #222;
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
    padding: 4px;
}

.bbgt-open .bbgt-menu {
    display: block;
}

.bbgt-option {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    background: #fff;
    color: #111;
    padding: 9px 10px;
    text-align: left;
    cursor: pointer;
    border-radius: 0;
}

.bbgt-option:hover,
.bbgt-option:focus {
    background: #efefef;
    outline: none;
}

.bbgt-floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 99999;
}

.goog-te-banner-frame,
.skiptranslate iframe {
    display: none !important;
}

body {
    top: 0 !important;
}
