﻿.lew-share-buttons {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.lew-share-buttons__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 6px;
  border-radius: 6px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.lew-share-buttons__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
}

.lew-share-buttons__icon svg {
  width: 100%;
  height: 100%;
  fill: #0f172a;
}

.lew-share-buttons__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
