
.qwazar-polylang-switcher-placeholder {
    padding: 1em;
    border: 1px dashed #aaa;
    background: #f9f9f9;
}
.qwazar-polylang-switcher select {
    padding: 4px 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    color: #111;
    font-family: inherit;
    appearance: none; /* убрать стандартный вид */
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="14" viewBox="0 0 20 20" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M7 7l3 3 3-3"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px;
    padding-right: 28px;
}

.qwazar-polylang-switcher select:hover {
    border-color: #888;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

.qwazar-polylang-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
}
