.google-translate-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.header-top .google-translate-switcher {
    margin-right: 20px;
}

.google-translate-switcher .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.google-translate-switcher select {
    min-width: 118px;
    height: 36px;
    padding: 0 34px 0 36px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background-color: #ffffff;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E"),
        linear-gradient(45deg, transparent 50%, #6b7280 50%),
        linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position:
        12px center,
        calc(100% - 14px) 15px,
        calc(100% - 10px) 15px;
    background-repeat: no-repeat;
    background-size: 16px 16px, 4px 4px, 4px 4px;
    color: #111827;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    appearance: none;
}

.google-translate-switcher select:hover {
    border-color: #d1d5db;
    background-color: #f9fafb;
}

.google-translate-switcher select:focus {
    border-color: #9ca3af;
    outline: 2px solid rgba(255, 255, 255, 0.45);
    outline-offset: 2px;
}

.google-translate-switcher #google_translate_element {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    pointer-events: none !important;
}
