/* MotorGT share buttons: VK / Max / Telegram / OK */
.post-share.motorgt-share a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.post-share.motorgt-share .share-vk {
  color: #0077ff;
}

.post-share.motorgt-share .share-max {
  color: #7b61ff;
}

.post-share.motorgt-share .share-tg {
  color: #229ed9;
}

.post-share.motorgt-share .share-ok {
  color: #ee8208;
}

.post-share.motorgt-share .share-max-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05em;
  height: 1.05em;
  border-radius: 3px;
  background: #7b61ff;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  font-family: Arial, sans-serif;
}
