<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.blog h4 {
  padding-bottom: 0px !important;
}
.post-image {
  padding: 20px 0 0;
  display: block;
}
.caption-container { 
  font-size: 0.6em;
  margin-bottom: 0;
}
.post-title {
  font-weight: bold;
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 22.5px;
  padding-top: 20px;
  display: block;
}
.post-desc {
  padding: 15px 0 5px;
}
.post-read-more {
  color: #000;
  font-size: 0.775em;
  font-weight: bold;
}
</pre></body></html>