/**
 * locale-switch.css
 * 语言切换按钮样式 — 与原主题切换按钮视觉保持一致
 */

.xq-locale-btn {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 3px 11px;
    border-radius: 4px;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color .15s, color .15s, border-color .15s;
    white-space: nowrap;
}

.xq-locale-btn:focus {
    outline: 2px solid var(--color-primary, #3b82f6);
    outline-offset: 2px;
}

/* 移动端按钮略小，紧凑排列 */
.xq-locale-btn--mobile {
    font-size: 12px;
    padding: 2px 8px;
}
