.shares__label {
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.shares__inner {
  display: inline-block;
  vertical-align: middle;
}

.shares__item {
  vertical-align: middle;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f1f1f1;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease-in-out;
}

.shares__item:first-child {
  margin-left: 0;
}

.shares__item_fb {
  background: #4A67AD;
}

.shares__item_fb:hover {
  background: #415a97;
}

.shares__item_tw {
  background: #4CA0EC;
}

.shares__item_tw:hover {
  background: #448ed2;
}

.shares__icon {
  width: 16px;
  line-height: 16px;
}