/* language.css - Kalbų keitiklio stiliai */
.language-selector {
    display: inline-block;
    position: relative;
}

.language-selector select {
    appearance: none;
    background: white;
    border: 2px solid #3498db;
    border-radius: 6px;
    padding: 8px 35px 8px 15px;
    font-size: 0.9rem;
    cursor: pointer;
    min-width: 140px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%233498db" 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 10px center;
}

.language-selector select:focus {
    outline: none;
    border-color: #2980b9;
}

.language-flag {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2rem;
}