.ys-unit-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ys-unit-btn {
    appearance: none;
    border: 1px solid #d0d5dd;
    background: #fff;
    color: #111827;
    padding: 8px 14px;
    line-height: 1;
    border-radius: 999px;
    cursor: pointer;
    transition: all .2s ease;
    font-size: 14px;
}

.ys-unit-btn:hover {
    transform: translateY(-1px);
}

.ys-unit-btn.is-active {
    background: #111827;
    color: #fff;
    border-color: #111827;
}
