.el-bundle-product{
  margin-top: 10px;
}
.el-licenses{
  margin-bottom: 20px;
  .el-title{
    font-weight:  bold;
  }
  .el-license{
    position: relative;
    border: 1px solid rgba(204, 204, 204, 0.18);
    padding: 5px;
    border-radius: 5px;
    margin-bottom:5px;
    display: flex;
    justify-content: start;
    align-items: center;
    white-space: nowrap;
    gap: 10px;

    .eledd-elite-licenser{
      display: inline-block;
      color:#0c9e70;

    }
  }

}

.el-ad-license{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5em;
}
