/* Google Translate */
body {
    position: static !important;
    top: 0px !important;
}
iframe.goog-te-banner-frame {
    display: none !important;
}
.skiptranslate {
    display: none !important;
}
.goog-logo-link {
    display: none !important;
}
.goog-te-gadget {
    color: transparent !important;
    overflow: hidden;
}
.goog-te-balloon-frame {
    display: none !important;
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.gt-wrap {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-height: 0;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.gt-wrap.open {
    max-height: 200px;
    padding: 1rem;
}
.gt-logo {
    max-width: 100px;
}
.gt-logo > img {
    width: 100%;
}
.gt-selector {
    appearance: auto;
    width: 150px;
    height: 30px;
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
}
.gt-title {
    font-weight: 700;
}
#google_translate_element {
    display: none;
}
.gt-icon {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    background: url("../images/common/gt_icon.png") center / cover;
    font-size: 0;
    z-index: 10;
}
@media(max-width:768px){
    /* Google Translate */
    .gt-wrap {
        flex-wrap: wrap;
        gap: 1.3vw;
        text-align: center;
    }
    .gt-selector {font-size: 2.5vw;}
}