<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.current-article .icon-views.corp-black::before {
  background: url("/blog/img/metrics/views-black.svg");
}

.current-article .icon-like.corp-black::before {
  background: url("/blog/img/metrics/likes-black.svg");
}

.current-article .icon-comment.corp-black::before {
  background: url("/blog/img/metrics/comment-black.svg");
}

.current-article .icon-time.corp-black::before {
  background: url("/blog/img/metrics/time-black.svg");
}

.current-article.current-article-post.post-head {
  height: auto;
}

.language-selector-item {
  min-width: fit-content;
}

.language-selector-item a,
.language-selector-item a:hover,
.language-selector-item a:focus,
.language-selector-item a:active {
  color: #232323;
  text-decoration: none;
  padding: 0 8px;
  overflow-wrap: initial;
  font-family: 'GothamPro-MediumCustom';
}

.left-line-block.float-left div,
.left-line-block.float-left a {
  float: left;
}

.main .line-block .article-name h1,
.main .line-block .article-name h1 a {
  color: #232323;
}

.line-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-block-revers {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.left-line-block {
  display: flex;
  align-content: flex-start;
}

.right-line-block {
  display: flex;
  align-content: flex-end;
}

.right-line-block .author-name {
  display: flex;
  align-items: center;
  min-width: fit-content;
  color: #232323;
  font-size: 14px;
}

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

.right-line-block .author-name span {
  max-width: 300px;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  margin-right: 4px;
}

.right-line-block .author-name .author-ava {
  margin: 0;
}

.current-article .left-line-block .time {
  color: #232323;
  line-height: 1.42857143;
  padding: 5px;
}

.current-article .left-line-block .change-type-profile-in-favorites {
  margin: auto 5px;
}

.current-article .left-line-block .favorites {
  background: url("/blog/img/metrics/fav-01mobile.svg");
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0;
  cursor: pointer;
}

.current-article .left-line-block .favorites:hover,
.current-article .left-line-block .favorites.active {
  background: url("/blog/img/metrics/fav-hovmobile.svg");
}

.current-article .left-line-block .icon-views.corp-black,
.current-article .left-line-block .icon-like.corp-black,
.current-article .left-line-block .icon-comment.corp-black,
.current-article .left-line-block .icon-time.corp-black {
  font-size: 14px;
  font-family: 'GothamPro-MediumCustom';
}

.left-line-block div.icon-views.corp-black,
.left-line-block div.icon-like.corp-black,
.left-line-block div.icon-comment.corp-black,
.left-line-block div.icon-time.corp-black {
  margin: 0 38px 0 0;
  display: flex;
  align-items: center;
}

.left-line-block div.icon-time.corp-black {
  padding-top: 3px;
}

.current-article .left-line-block .icon-views.corp-black::before,
.current-article .left-line-block .icon-like.corp-black::before,
.current-article .left-line-block .icon-comment.corp-black::before,
.current-article .left-line-block .icon-time.corp-black::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 5px 4px 5px 0;
  background-position: center;
  background-repeat: no-repeat;
}

.current-article .left-line-block .icon-views.corp-black::before {
  width: 22px;
  height: 22px;
  background-size: 22px;
  -webkit-background-size: contain;
}

.current-article .left-line-block .icon-like.corp-black::before {
  width: 12px;
  height: 22px;
  background-size: 22px;
  -webkit-background-size: 22px;
}

.current-article .left-line-block .icon-comment.corp-black::before {
  width: 18px;
  height: 22px;
  background-size: 22px;
  -webkit-background-size: contain;
}

.current-article .left-line-block .icon-time.corp-black::before {
  width: 17px;
  height: 17px;
  background-size: 17px;
  -webkit-background-size: contain;
}

.float-left {
  display: block;
}

@media screen and (max-width: 800px) {
  .on-mobile-reverse-column {
    padding-top: 13px;
  }

  div.on-mobile-full a.category {
    color: black;
  }
}

@media screen and (max-width: 500px) {
  .right-line-block .author-name span {
    max-width: 150px;
    white-space: break-spaces;
  }

  .on-mobile-no-display {
    display: none;
  }

  .on-mobile-full {
    width: 100%;
    padding-top: 13px;
  }

  .on-mobile-reverse-column {
    flex-direction: column-reverse;
    padding-top: 0
  }

  .on-mobile-reverse-column .right-line-block {
    justify-content: end;
  }

  .left-line-block div.icon-views.corp-black,
  .left-line-block div.icon-like.corp-black,
  .left-line-block div.icon-comment.corp-black,
  .left-line-block div.icon-time.corp-black {
    min-width: max-content;
    margin-right: 5px;
  }
}

@media screen and (max-width: 425px) {
  div.time {
    display: none;
  }
}

.line-block div.time {
  font-size: 13px;
}</pre></body></html>