<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-box {
  margin-bottom: 45px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
}
.article-box__link {
  text-decoration: none;
}
.article-box__cover-wrapper {
  height: 160px;
  overflow: hidden;
  margin-bottom: 15px;
}
.article-box__cover {
  display: block;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.article-box__date {
  color: #b2b2b2;
  font-size: 11.5px;
  margin-bottom: 15px;
}
.article-box__title {
  color: #3c3c3b;
  font-weight: 600;
  font-size: 13.5px;
  margin-bottom: 15px;
  line-height: 130%;
}
.article-box__tag {
  color: #60d300;
  font-weight: 500;
  font-size: 12px;
  margin-right: 4px;
  display: inline-block;
  text-decoration: none;
  line-height: 130%;
  transition: all 0.3s ease-in-out;
}
.article-box__tag:hover {
  color: #3c3c3b;
}
</pre></body></html>