/** Shopify CDN: Minification failed

Line 84:16 Expected identifier but found whitespace
Line 84:18 Unexpected "{"
Line 84:27 Expected ":"
Line 90:16 Expected identifier but found whitespace
Line 90:18 Unexpected "{"
Line 90:27 Expected ":"
Line 118:4 Expected identifier but found "<!--"
Line 118:28 Expected identifier but found "-->"
Line 119:27 Expected identifier but found "-->"

**/

  #section-news-list .news-list-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  #section-news-list .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
  }
  #section-news-list .news-list{
    border: 0px solid #ccc;
  }
  #section-news-list .news-list-item{
    border-bottom: 1px solid #ccc;
  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: none;
  }
  #section-news-list .news-list-date{
    font-size: 12px;
    margin-right: 15px;
  }
  #section-news-list .news-list-category{
    font-size: 10px;
    color: #636464;
    background: #E7E7E7;
    padding: 5px;
    margin-right: 15px;
  }
  #section-news-list .news-list-info{
    position: relative;
    top: -1px;
  }
  #section-news-list .news-list-title{
    font-size: 14px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
  }
  @media screen and (max-width: 768px){
    #section-news-list .container{
      padding: 35px 20px;
    }
    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
  }


  #section-news-list .news-list-heading{
    display: flex;
    justify-content: space-evenly;;
    align-items: center;
    margin-bottom: 0px;
    font-size:24px;
     background: {{ section.settings.background }};
  }
  #section-news-list .container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px;
     background: {{ section.settings.background }};
  }
  #section-news-list .news-list{
    border: 0px solid #ccc;
    padding: 0 8%;
  }
  #section-news-list .news-list-item{
    border-bottom: 1px solid #ccc;

  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 10px 0 25px 0;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: none;
  }
  #section-news-list .news-list-date{
    font-size: 12px;
    margin-right: 15px;
  }
  #section-news-list .news-list-category{
    font-size: 8px;
    background-color:#8E8E8E;
    color:#FFFFFF;
    padding: 5px 5px;
    border-radius:0px;
    <!--border-style: solid;-->
    <!--border-width: thin;-->
    margin-right: 15px;
  }
  #section-news-list .news-list-info{
    position: relative;
    top: -1px;
  }
  #section-news-list .news-list-title{
    font-size: 14px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
  }
  @media screen and (max-width: 768px){
    #section-news-list .container{
      padding: 35px 20px;
    }
    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list{
    border: 0px solid #ccc;
    padding:0;
  }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
  }
