.lange-translate-switcher {
    display: inline-block;
    position: relative;
    min-width: 200px;
}

.lange-translate-select {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
}

.lange-translate-select:hover {
    border-color: #999;
}

.lange-translate-select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 2px rgba(0, 115, 170, 0.8);
}

.rtl .lange-translate-select {
    background-position: left 8px center;
    padding-right: 12px;
    padding-left: 30px;
}