.language-chooser {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.language-chooser select {
    padding: 4px 8px;
    border-radius: 8px;
    border: 1px solid rgba(22, 59, 80, 0.22);
    background: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    color: #1a3d50;
}

.lang-submit-btn {
    padding: 4px 10px;
    border-radius: 8px;
    border: 1px solid rgba(22, 59, 80, 0.22);
    background: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    color: #1a3d50;
    cursor: pointer;
}

.lang-submit-btn:hover {
    background: rgba(240, 248, 255, 0.85);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}