.main-container .row-container .row-parent .uncont .vc-ylw-listmore{
    margin-top: 36px;
    position: relative;
  }
  
  .vc-ylw-listmore .vc-ylw-wrapper{
    padding: 36px;
  }
  
  .single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-listmore ul:not(.no-list) li,
  .single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-listmore ul:not(.no-list) li,
  .single-post article.type-post .post-content .vc-ylw-listmore ul:not(.no-list) li{
    margin-bottom: 4px;
  }
  .single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-listmore li:before,
  .single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-listmore li:before,
  .single-post article.type-post .post-content .vc-ylw-listmore li:before{
    width: 17px;
    height: 16px;
    background-image: url("../../assets/medias/list-arrow-blue.svg");'
  }
  .single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-listmore a,
  .single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-listmore a,
  .single-post article.type-post .post-content .vc-ylw-listmore a{
    border-bottom: none;
  }
  .single-ylw_content_market article.type-ylw_content_market .post-content .vc-ylw-listmore a:hover,
  .single-ylw_inbound_market article.type-ylw_inbound_market .post-content .vc-ylw-listmore a:hover,
  .single-post article.type-post .post-content .vc-ylw-listmore a:hover{
    text-decoration: underline;
  }
  .vc-ylw-listmore .tag-label {
    position: absolute;
    top: -42px;
    font-family: 'ITCAvantGardeStd-Bold';
    font-size: var(--ylw-small-font);
    font-weight: bold;
    background: var(--ylw-blue-light);
    display: inline-block;
    padding: 6px 36px 6px 18px;
    color: white;
  }
  @media (max-width:960px){
    .vc-ylw-listmore .tag-label {
      top: -36px;
    }
  }
  