.shortcode-popular-posts {
    margin-top: 30px;
  }
  .single-post .shortcode-popular-posts {
    margin-top: 0px;
  }
  .shortcode-popular-posts .wpp-list {
    padding: 0;
    text-decoration: none;
  }
  .shortcode-popular-posts .wpp-list li {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
  }
  .shortcode-popular-posts .wpp-list li:last-child {
    border-bottom: none;
  }
  .shortcode-popular-posts .wpp-list li a {
    width: 100%;
    font-size: 16px;
  }
  .shortcode-popular-posts .wpp-list li a:hover {
    text-decoration: none;
    color: #F36F21;
  }
  .shortcode-popular-posts .wpp-list li a:first-child {
    width: 40%;
    margin-right: 10px;
  }
  .wpp-list a:hover{
    text-decoration: underline #0693e3;
  }
  .shortcode-popular-posts .wpp-post-title {
    color: #1d1d1d;
    font-family: antonio;
    font-weight: 400;
    display: flex;
  }
  @media screen and (max-width: 991px) {
    .shortcode-popular-posts .wpp-list{
      column-count: 2;
      list-style-type: none;
    }
  }
  @media screen and (max-width: 419px) {
    .shortcode-popular-posts .wpp-list{
      column-count: 1;
    }
  }
  
  