<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vs-blog-centered-text {
    text-align: center;
}

.vs-blog-date {
    color: #aaaaaa;
}
.btn.vs-blog-category {
  background-color: #ffffff;
  color: #aaa;
  border: 1px solid #ccc;
  font-weight: 300;
  margin-right: 10px;
}

a.vs-blog-post {
  text-decoration: none;
  color: #1A7CC8;
  font-weight: 300;
}
a.vs-blog-index {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}
a.vs-blog-category {
  color: #FFFFFF;
}

img.vs-blog-image {
  border: 0;
  max-width: 100%;
}
img.vs-blog-image-with-border {
  border: 1px solid #000000;
  max-width: 100%;
}

.vs-blog-list {
  padding: 53px 0 70px;
  background: #F8F8F8;
}
.vs-blog-list .row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 22px;
}
.vs-blog-list .vs-blog-list-item {
  width: 100%;
  min-height: 240px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 10px;
}
.vs-blog-list .vs-blog-list-item .caption {
  font-size: 18px;
  color: #f19912;
  display: inline-block;
  margin-bottom: 13px;
}
</pre></body></html>