.component-tooltip + span {
    margin-left: 5px;
}

span + .component-tooltip {
    margin-left: 5px;
}

.on-attribute-tooltip {
    border-bottom: 1px dashed #000;
    cursor: pointer;
}

.component-tooltip {
    border-radius: 60px;
    width: 15px;
    height: 15px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}

.tippy-content {
    padding: 10px 15px;
}
