<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 64:19 The "-" operator only works if there is whitespace on both sides

**/
.news {
  max-width: 90rem;
}
.news__article{
  width: 100%;
}
.news__list {
  list-style: none;
  padding: 0;
}

.news__item {
  align-items: center;
  display: flex;
  align-items: baseline;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ABABAB;
}

.news__meta {
  display: flex;
  align-items: center;
  min-width: 300px;
}
.news__date{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  word-break: keep-all;
}
.news__tags{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: 10px;
}
.news__tag {
  font-size: 14px;
  list-style: none;
  border: 1px solid #333;
  padding: 2px 10px;
  color:var(--color-base-text);
  margin-top: .5rem;
  text-decoration: none;
  word-break: keep-all;
}
.news__tag:hover{
  opacity: 0.7;
}
.news__tag:not(:last-child) {
  margin-right: .6rem;
}
.news__title{
  margin:0 0 0 20px;
  text-align: left;
  width: calc(100% -300px);
}
@media only screen and (max-width: 768px) {
  .news__item {
    width: 100%;
    display: block;
    padding-bottom: 15px;
    align-items: baseline;
  }
  .news__title{
    margin-left: 0;
  }
  .article-template .news__tags{
    margin-left: 0;
    margin-bottom: 10px;
  }
  .news__list .news__tags{
    margin-left: 10px;
  }
  .news__tag{
    font-size: 12px;
    min-width: 80px;
  }
}
</pre></body></html>