/* Language Switcher - Flag Styles */
.social-share-wrapper .social-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-direction: row !important;
}

.social-share-wrapper .social-link .language-flag {
  font-size: 22px !important;
  line-height: 1 !important;
  transition: transform 0.3s ease, opacity 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle !important;
  height: 22px !important;
  width: auto !important;
  min-width: 22px !important;
}

.social-share-wrapper .social-link .language-flag:hover {
  transform: scale(1.15) !important;
  opacity: 0.8 !important;
}

.social-share-wrapper .social-link .language-flag.active {
  transform: scale(1.2) !important;
}

.social-share-wrapper .social-link a,
.social-share-wrapper .social-link button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}

/* Responsive flag size */
@media (max-width: 768px) {
  .social-share-wrapper .social-link .language-flag {
    font-size: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
  }
}
