/* Google Translate Widget Styling */
.goog-te-gadget {
    font-family: inherit !important;
    font-size: 12px !important;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 20px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #333 !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    color: #333 !important;
}

.goog-te-menu-value span:first-child {
    font-weight: 500 !important;
}

.goog-te-menu-value span:last-child {
    margin-left: 5px !important;
}

/* Hide Google Translate banner */
.goog-te-banner-frame {
    display: none !important;
}

body {
    top: 0 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .goog-te-gadget-simple {
        padding: 4px 8px !important;
        font-size: 11px !important;
    }
}
