.kcs-switcher {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #f73778;
    border-radius: 50px;
    padding: 3px;
    gap: 2px;
    font-family: inherit;
}

.kcs-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 14px;
    border: none;
    border-radius: 50px;
    background: transparent;
    color: #f73778;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
    line-height: 1;
    white-space: nowrap;
}

.kcs-btn:hover {
    background: rgba(247, 55, 120, 0.08);
}

.kcs-btn.kcs-active {
    background: #f73778;
    color: #fff;
}

.kcs-flag {
    font-size: 15px;
    line-height: 1;
}

.kcs-btn.kcs-loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Fits neatly inside most nav bars */
.kcs-switcher-wrap {
    display: inline-flex;
    align-items: center;
}
