.feather.feather-eye:hover {
  color: #545454 !important;
}

.social__counts {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  flex-wrap: wrap;
}

.hidden {
  display: none !important;
}

.social__item {
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  font-weight: normal !important;
  width: 25% !important;
}

.stream__wrapper .instream__post .social__counts {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin: 0px 0px;
  float: left;
  border-top: none !important;
  border-bottom: none !important;
  padding-left: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

p, div, section, .region-content {
  word-wrap: break-word;
}

.skipta-post-update.stream__wrapper .instream__post .social__counts .social__item {
  font-size: 16px !important;
  font-weight: normal !important;
}

.like .active svg {
  color: inherit;
  stroke: #000000;
}

.comment.active svg path {
  stroke: #000000;
}

@media (max-width: 767px) {
  #prompt-sidebar {
    padding-top: 75px;
  }
}

@media screen and (max-width: 598px) {
  .skipta-post-update.stream__wrapper .instream__post .social__counts .social__item,
  .social__counts a {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0px 0px !important;
  }
  .social__counts {
    font-size: 14px !important;
    font-weight: normal !important;
  }
  .stream__wrapper .instream__post .social__counts {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px;
    float: left;
    border-top: none !important;
    border-bottom: none !important;
  }
}

@media screen and (max-width: 400px) {
  .social__counts {
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
  }
  .social__item {
    width: auto !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    justify-content: center !important;
  }
  .social__item svg {
    width: 20px !important;
    height: 20px !important;
  }
}
