/* Η σειρά των κουμπιών μένει αριστερά */
.social-share {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

/* Το σύμβολο κεντράρεται μέσα στον κύκλο */
.social-share .share-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  flex: 0 0 36px;

  margin: 0 !important;
  padding: 0 !important;

  border: 0;
  border-radius: 20%;
  overflow: hidden;
  line-height: 0 !important;
  text-decoration: none;
}

/* Καθαρό κεντράρισμα SVG */
.social-share .share-btn img {
  display: block !important;
  position: static !important;

  width: 28px !important;
  height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;

  margin: 0 !important;
  padding: 0 !important;

  transform: none !important;
  object-fit: contain;
}

/* Χρώματα */
.social-share .facebook {
  background-color: #1877f2;
}

.social-share .x {
  background-color: #000;
}

.social-share .whatsapp {
  background-color: #25d366;
}

.social-share .telegram {
  background-color: #229ed9;
}

.social-share .linkedin {
  background-color: #0a66c2;
}

.social-share .pinterest {
  background-color: #e60023;
}

.social-share .email {
  background-color: #747b81;
}

/* Για να μην σκοτεινιάζουν */
.social-share .share-btn img {
  display: block !important;
  position: static !important;

 /** width: 22px !important;
  height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important; */

  margin: 0 !important;
  padding: 0 !important;

  /* Αναγκαστικά λευκά όλα τα μονόχρωμα SVG */
  filter: brightness(0) saturate(100%) invert(100%) !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;

  transform: none !important;
  object-fit: contain;
}
