.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
iframe.goog-te-banner-frame { display:none !important; visibility:hidden !important; height:0 !important; }
body { top:0px !important; position:static !important; }
#goog-gt-tt, .goog-tooltip, .goog-tooltip:hover { display:none !important; }
.goog-text-highlight { background:none !important; box-shadow:none !important; }
.skiptranslate { display:none !important; }

.translation-links {
    list-style: none;
    display: flex;
    gap: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.translation-links li {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    list-style: none !important;
}
.translation-links li::after {
    display: none !important;
    content: '' !important;
}
.translation-links li:hover {
    background: yellow;
}
.translation-links li.active {
    border: 2px solid red;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.at-lnb li.yd-flags::after,
.at-lnb .yd-flags::after {
    display: none !important;
    content: '' !important;
}
.translation-links li .tooltip-text {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
    white-space: nowrap;
    z-index: 9999;
}
.translation-links li:hover .tooltip-text {
    display: block;
}