.article-share-actions {
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem !important;
}

.article-share-actions .pogled-share-link {
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.14);
  color: #fff !important;
  display: inline-flex !important;
  flex: 0 0 auto;
  height: 44px !important;
  justify-content: center !important;
  min-height: 44px !important;
  min-width: 44px !important;
  padding: 0 !important;
  position: relative;
  text-decoration: none !important;
  touch-action: manipulation;
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
  width: 44px !important;
  -webkit-tap-highlight-color: transparent;
}

.article-share-actions .pogled-share-link:hover,
.article-share-actions .pogled-share-link:focus-visible {
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.2);
  filter: saturate(1.08);
  transform: translateY(-1px);
}

.article-share-actions .pogled-share-link:focus-visible {
  outline: 3px solid rgba(220, 38, 38, 0.35);
  outline-offset: 3px;
}

.article-share-actions .pogled-share-link svg {
  display: block;
  height: 25px;
  pointer-events: none;
  width: 25px;
}

.article-share-actions .pogled-share-whatsapp {
  background: #25d366 !important;
}

.article-share-actions .pogled-share-telegram {
  background: #229ed9 !important;
}

.article-share-actions .pogled-share-viber {
  background: #7360f2 !important;
}

.article-share-actions .pogled-share-text {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.article-share-actions .pogled-share-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .article-share-actions {
    justify-content: flex-start;
    margin-left: 0 !important;
    width: 100%;
  }

  .article-share-actions .pogled-share-link {
    height: 50px !important;
    min-height: 50px !important;
    min-width: 50px !important;
    width: 50px !important;
  }

  .article-share-actions .pogled-share-link svg {
    height: 28px;
    width: 28px;
  }
}
