.audience-chips {
    display: grid;
    margin-top: 25px;
}

.audience-chips span {
    position: relative;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    padding: 18px 0 18px 30px;
    font-size: 15px;
    line-height: 1.45;
}

.audience-chips span:last-child {
    border-bottom: 1px solid var(--line);
}

.audience-chips span::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 25px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 4px rgba(255, 118, 26, .12);
}
