.kp-70330de8-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.kp-70330de8-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #4338ca;
    background-color: #eef2ff;
    border: 1px solid #c7d2fe;
    border-radius: 50px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    cursor: default;
    white-space: nowrap;
}

a.kp-70330de8-pill {
    cursor: pointer;
}

.kp-70330de8-pill:hover {
    color: #ffffff;
    background-color: #4338ca;
    border-color: #4338ca;
}
