<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.web-post {
  display: block;
}

.post-vertical-separator {
  width: 2%;
}

.mob-post,
.category-underline {
  display: none;
}

.posts-line-container {
  display: flex;
  justify-content: space-between;
}

.author-name-block,
.author-name-block:hover {
  color: #232323;
}

.mob-post .block .icon-views.corp-black::before,
.web-post .block .icon-views.corp-black::before {
  background: url("/blog/img/metrics/views-black.svg");
}

.mob-post .block .icon-like.corp-black::before,
.web-post .block .icon-like.corp-black::before {
  background: url("/blog/img/metrics/likes-black.svg");
}

.mob-post .block .icon-comment.corp-black::before,
.web-post .block .icon-comment.corp-black::before {
  background: url("/blog/img/metrics/comment-black.svg");
}

.mob-post .category,
.mob-post .category:hover,
.mob-post .category:active,
.info-block.new .info_block_blocks .block .icon-like.corp-black,
.info-block.new .info_block_blocks .block .icon-views.corp-black,
.info-block.new .info_block_blocks .block .icon-comment.corp-black,
.info-block.new .block-name.corp-black {
  color: #232323;
}

.info-block.new .web-post .block-data .footer,
.info-block.new .mob-post .block-data .footer {
  height: auto;
  position: relative;
}

.info_block_blocks .content-container .block {
  height: auto;
  min-height: auto;
}

.info-block.new .web-post .block,
.info-block.new .mob-post .block {
  height: auto;
  position: relative;
}

.info-block.new .web-post .block-data .body {
  height: 75px;
  position: relative;
}

.info-block.new .web-post .block-data,
.info-block.new .mob-post .block-data {
  position: relative;
}

.info-block.new .content-container .block-data .footer,
.info-block.new .content-container .block:hover .footer {
  background: #fff;
}

.web-post .attributes {
  width: auto;
  bottom: -2px;
  right: 0;
}

.web-post .attributes .category {
  text-decoration: none;
}

.mob-post .attributes .category,
.web-post .attributes .category:hover {
  text-decoration: none;
}

.content-container .web-post.long {
  width: 49%;
}

.content-container .web-post {
  width: 32%;
}

.info-block.new .content-container .web-post .block,
.info-block.new .content-container .mob-post .block {
  width: 100%;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}

.post-body-bg {
  background: url("/blog/img/post-bg.png");
}

.info-block .web-post .post-image-layer {
  position: absolute;
  max-height: 75px;
}

@media screen and (max-width: 460px) {
  .info-block.new .content-container .mob-post .block {
    border-radius: 0;
  }

  .mob-post .category-box {
    padding: 0;
    margin-right: 2px;
  }

  .mob-post .attributes .category .category-bg {
    background-color: transparent;
  }

  .web-post {
    display: none;
  }

  .mob-post {
    display: block;
    padding-bottom: 24px;
  }

  .info-block.new .mob-post .block-name {
    font-size: 16px;
  }

  .mob-post .icon-views,
  .mob-post .icon-like,
  .mob-post .icon-comment {
    font-size: 10px;
  }

  .posts-line-container {
    flex-direction: column;
  }

  .category-underline {
    display: block;
    width: 100%;
    height: 2px;
  }

  .mob-post .attributes {
    position: initial;
  }

  .info-block.new .mob-post .block-data .body {
    height: auto;
    min-height: auto;
  }

  .info-block.new .mob-post .block-data .footer {
    padding: 0 0 0 2px;
  }

  .mob-post .category {
    background: #fff;
    line-height: 100%;
    line-height: 125%;
    font-size: 10px;
  }

  .mob-post .attributes .category:hover,
  .mob-post .attributes .category:active,
  .mob-post .attributes .category:focus {
    color: #232323;
  }
}
</pre></body></html>