.article-fast-actions a {
  color: #000;
}

.article-item-wrap {
  padding: 8px 10px;
  background-color: #f3f3f6;
  color: #000;
  text-decoration: none;
  border-radius: 8px;
}
a.article-item-wrap:hover {
  color: #FFC40B;
  text-decoration: none;
}

.article-not_is_singular .article-item-wrap {
  min-width: 61px;
  margin-left: 0.3rem;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
}
.article-not_is_singular .article-item-wrap > i {
  font-size: 90%;
}

.article-is_singular .article-item-wrap {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 0.5rem;
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.article-is_singular .article-item-wrap > i {
  font-size: 100%;
}

.article-item-wrap:first-child {
  margin-left: 0;
}


.shares-item {
  cursor: pointer;
}
.article-not_is_singular .shares-item > i {
  font-size: 110%;
}

.article-not_is_singular .shares-item:hover {
  color: #fff;
}
.article-not_is_singular .shares-item-vk:hover {
  background-color: #4a76a8;
}
.article-not_is_singular .shares-item-fb:hover {
  background-color: #4267b2;
}
.article-not_is_singular .shares-item-ok:hover {
  background-color: #ee8208;
}
.article-not_is_singular .shares-item-telegram:hover {
  background-color: #179cde;
}

.article-is_singular .shares-item {
  color: #fff;
}
.article-is_singular .shares-item-vk {
  background-color: #4a76a8;
}
.article-is_singular .shares-item-fb {
  background-color: #4267b2;
}
.article-is_singular .shares-item-ok {
  background-color: #ee8208;
}
.article-is_singular .shares-item-telegram {
  background-color: #179cde;
}


.shares-items {
  display: -ms-flexbox;
  display: flex;
}

.article-shares {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  display: -ms-flexbox;
  display: flex;
}

.shares-open .shares-item {
  display: inline-block !important;
}

.related-title {
  line-height: 1.6;
  font-weight: normal;
  color: initial;
}

.related-posts-title {
  font-size: 150%;
  font-weight: 700;
}

.related-posts a:hover .related-title {
  color: #e8a427;
}

.table-bordered {
  border: 0;
}