.article-share {
    --article-share-size: 42px;
    --article-share-justify: flex-start;
    clear: both;
    margin: 1.75rem 0 .75rem;
}

.article-share__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--article-share-justify);
    align-items: center;
    gap: .55rem;
}

.article-share__label {
    margin: 0;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.article-share__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: .6rem;
}

.article-share__link {
    display: inline-flex;
    width: var(--article-share-size);
    height: var(--article-share-size);
    flex: 0 0 var(--article-share-size);
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.article-share__link:hover,
.article-share__link:focus-visible {
    color: #fff;
    text-decoration: none;
    filter: brightness(.92);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(0 0 0 / 18%);
}

.article-share__link:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.article-share__link--facebook {
    background: #1877f2;
}

.article-share__link--whatsapp {
    background: #25d366;
}

.article-share__link--x {
    background: #000;
}

.article-share__icon {
    width: 56%;
    height: 56%;
    fill: currentColor;
}

/* Uz autora i datum: na desktopu u istom retku, poravnato sasvim desno. */
.article-info--with-article-share {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    row-gap: .45rem;
}

.article-info--with-article-share .article-share--article-info {
    display: inline-flex;
    clear: none;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0 0 0 .9rem;
    vertical-align: middle;
}

.article-share--article-info .article-share__buttons,
.article-share--tags .article-share__buttons {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: .4rem;
}

.article-share--article-info .article-share__label,
.article-share--tags .article-share__label {
    display: none;
}

/* Uz tagove na dnu članka: tagovi lijevo, ikone desno u istom retku. */
.article-share-tags-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    min-width: 0;
    align-items: center;
    gap: .85rem;
    margin: 1.25rem 0 .75rem;
}

.article-share-tags-row > .tags,
.article-share-tags-row > ul.tags,
.article-share-tags-row > .article-tags,
.article-share-tags-row > [itemprop="keywords"] {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.article-share-tags-row .article-share--tags {
    display: inline-flex;
    clear: none;
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0;
}

/* Ako predložak nema prepoznatljiv blok tagova, ostaje na dnu poravnat desno. */
.article-share--tags:not([data-article-share-moved="1"]) {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 575.98px) {
    .article-info--with-article-share .article-share--article-info {
        flex-basis: auto;
        margin-left: auto;
        padding-left: .65rem;
    }

    .article-share-tags-row {
        gap: .55rem;
    }
}

.article-share__sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
