/*! giasy-share-icons-large.css — logo chia sẻ full-color cùng cỡ Zalo; ẩn Copy / Link+Text */
button[title="Copy link"],
button[title="Copy link + text mẫu"],
button[title="Copy link + text"],
button[title*="Copy link + text"],
button[title*="Link+Text"],
button[title*="Link + Text"] {
  display: none !important;
}

/* Nút mạng xã hội: cùng cỡ logo chính như Zalo (~48px), full-bleed */
button[title^="Chia sẻ lên"] {
  width: 3rem !important;
  height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  padding: 0 !important;
  border-radius: 0.75rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  background: transparent !important;
  box-shadow: none !important;
}

button[title^="Chia sẻ lên"] > svg,
button[title^="Chia sẻ lên"] > img,
button[title^="Chia sẻ lên"] svg,
button[title^="Chia sẻ lên"] img {
  width: 3rem !important;
  height: 3rem !important;
  max-width: 3rem !important;
  max-height: 3rem !important;
  min-width: 3rem !important;
  min-height: 3rem !important;
  object-fit: contain !important;
  display: block !important;
  flex-shrink: 0 !important;
}
