.easy-language-toggle-wrapper{
display: inline;
margin-left: 10px;
}

.easy-language-toggle-button{
cursor: pointer;
text-decoration: none;
    border-bottom: 1px solid #dfdfdf;
color: #00a3d6;
}

.easy-language-toggle-button:hover{
text-decoration: none;
    border-bottom: 1px solid #00a3d6;
color: #00a3d6;
}
.easy-language-toggle-button:hover, .easy-language-toggle-button:focus, .easy-language-toggle-button:active{
color: #00a3d6;
}
.ai-message {
            padding: 1rem 1.25rem; 
            margin-bottom: 1rem; 
            border-radius: 0.9rem !important;
            color: #555; /* Tumšāka krāsa */
font-weight: 400;
        }