/** Shopify CDN: Minification failed

Line 61:10 Unexpected "{"
Line 61:19 Expected ":"

**/
.news-section { text-align: center; }
.news-title { text-align: center; }

.news-list {
  display: inline-block;
  text-align: left;
  max-width: 1350px;
}

.news-list li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.news-list li:last-child { border-bottom: none; }

.news-list .date {
  font-size: 14px;
  color: #888;
  margin-right: 20px;
  min-width: 80px;
}

.news-list a {
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list a:hover .title { text-decoration: underline; }

.more-link {
  display: inline-block;
  padding: 6px 24px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 25px;
  font-size: 16px;
  border: 1px solid #000;
  margin-top: 10px;
  transition: background-color 0.3s;
}
.more-link:hover { background-color: #f9f9f9; }

@media screen and (max-width: 470px) {
  .news-list { max-width: 100%; padding: 15px; }
  .news-list li { flex-direction: column; align-items: flex-start; }
  .news-list .date { margin: 0 0 5px; }
  .news-list .title { white-space: normal; overflow: visible; }
}

#section-{{ section.id }} .more-link-wrapper {
  margin-bottom: 40px;
}
