.latest-articles {
  margin-top: 16px;
}
#body .latest-articles.wui-block.type-5 .title h2 {
  position: relative;
  padding-left: 28px;
}
#body .latest-articles.wui-block.type-5 .title h2:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../../common/images/icons-sprites-24.png");
  background-size: 336px 48px;
  background-position: -96px 0px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#body .latest-articles.wui-block.type-3 .title h2 {
  position: relative;
  padding-left: 28px;
}
#body .latest-articles.wui-block.type-3 .title h2:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../../common/images/icons-sprites-24.png");
  background-size: 336px 48px;
  background-position: -120px 0px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#body .latest-articles.wui-block .title h2 {
  position: relative;
  padding-left: 28px;
}
#body .latest-articles.wui-block .title h2:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../../common/images/icons-sprites-24.png");
  background-size: 336px 48px;
  background-position: -48px 0px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.latest-articles .wui-page .wui-result > ul {
  margin: 8px 0;
  margin-left: -8px;
  margin-right: -8px;
}
.latest-articles .wui-page .wui-result > ul:before,
.latest-articles .wui-page .wui-result > ul:after {
  content: " ";
  display: table;
}
.latest-articles .wui-page .wui-result > ul:after {
  clear: both;
}
.latest-articles .wui-page .wui-result > ul > li {
  padding: 8px;
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 992px) {
  .latest-articles .wui-page .wui-result > ul > li {
    float: left;
    width: 100%;
  }
}
.latest-articles .wui-page .wui-result > ul > li .article.b .like-button {
  margin: 0;
  height: auto;
}
