/** Shopify CDN: Minification failed

Line 19:0 Unexpected "{"
Line 19:1 Expected identifier but found "%"
Line 25:3 Unexpected "{"
Line 25:4 Expected identifier but found "%"
Line 32:2 Unexpected "{"
Line 32:3 Expected identifier but found "%"
Line 46:2 Unexpected "{"
Line 46:3 Expected identifier but found "%"
Line 103:4 Unexpected "{"
Line 103:5 Expected identifier but found "%"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet blocks */
{% comment %}
  #section-news-list .news-list-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }{% endcomment %}

#section-news-list{
  background-color: #F8F8F8;
  padding-bottom: 1px;
}
  
  {% comment %}.news-list-button{
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}


.news-list-button-wrapper{
  margin: 80px auto 100px auto;
  text-align: center;
}
  {% endcomment %}
  
  #section-news-list .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
  }
  

  #section-news-list .news-list{
    list-style-type: none;
    padding: 0;
  }

  #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;
    text-decoration: none;
    color: #441F1A;
  }

  #section-news-list .news-list-date{
    font-size: 12px;
    margin-right: 15px;
  }
  #section-news-list .news-list-category{
    font-size: 10px;
    color: #fff;
    background: #441F1A;
    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 .news-list-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list-info{
      margin-bottom: 5px;
    }
    {% comment %}
    .news-list-button-wrapper{
      margin: 50px auto 80px auto;
    }
  {% endcomment %}
  }
  @media screen and (max-width: 460px){
    #section-news-list .container {
      padding: 0 20px;
    }
  }