.repeatable-list-widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.repeatable-list-item {
    display: flex;
    position: relative;
}

.repeatable-list-item.has-separator:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #ddd;
}

.repeatable-list-icon {
    flex-shrink: 0;
}

.repeatable-list-text {
    flex: 1;
}