.breadcrumb {
  font-size: 13px;
  background-color: transparent;
}

.item-tool {
  display: inline-block;
}

.item-tool span {
  color: #6c757d;
  border: 1px solid #6c757d;
  border-radius: 4px;
  transition: .2s;
  cursor: pointer;
  width: max-content;
  height: max-content;
  font-size: 14px;
  text-align: center;
  padding: 3px 6px;
  margin-left: 6px;
  display: block;
}

.item-tool:hover span {
  color: #007bff;
  border: 1px solid #007bff;
}

.item-tool.favorite:hover span {
  color: #DE5347;
  border: 1px solid #DE5347;
}

/* Share */
.addthis_sharing_toolbox {
  float: right;
}

#content-article {
  min-height: 350px;
}

@media screen and (max-width: 40em) {
  .addthis-smartlayers {
    display: none;
  }
}

.img-article {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
}