/* Bagikan ke WhatsApp — dipakai berita, agenda, pengumuman */

.news-share-wa-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, background 0.2s ease;
}

.news-share-wa-icon:hover,
.news-share-wa-icon:focus {
    color: #fff;
    background: #1ebe57;
    transform: scale(1.06);
}

.share-wa-icon-inline {
    position: static;
    width: 32px;
    height: 32px;
    font-size: 16px;
    flex-shrink: 0;
}

.home-agenda-meta .share-wa-icon-inline {
    margin-left: auto;
}

.news-share-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.news-share-label {
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.news-share-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease;
}

.news-share-wa:hover,
.news-share-wa:focus {
    color: #fff;
    background: #1ebe57;
    transform: translateY(-1px);
}

.news-share-wa i {
    font-size: 18px;
}

.pengumuman-body {
    position: relative;
}

.pengumuman-body > .news-share-wa-icon {
    top: 16px;
    right: 14px;
}

.home-pengumuman-item-row {
    display: flex;
    align-items: stretch;
}

.home-pengumuman-item-row > .home-pengumuman-item {
    flex: 1;
    min-width: 0;
}

.home-pengumuman-item-row > .news-share-wa-icon {
    position: static;
    align-self: center;
    margin: 0 10px;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    font-size: 17px;
}
