.nusantara-shareSidebar {
    position: relative;
    margin-bottom: 1.75rem;
    padding: 1.75rem;
    border-radius: 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: var(--nusantara-surface, #fff);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.nusantara-shareSidebar__header {
    position: relative;
    margin: -1.25rem -1.4rem 1.25rem;
    padding: 0.95rem 1.4rem;
    border-radius: 1rem 1rem 0 0;
    background: var(--nusantara-accent, #0f9e21);
    color: #fff;
    box-shadow: 0 20px 40px -30px color-mix(in srgb, var(--nusantara-accent) 65%, rgba(15, 52, 32, 0.45));
}

.nusantara-shareSidebar__titleBar {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.nusantara-shareSidebar__titleIcon {
    font-size: 1rem;
    color: #fff;
}

.nusantara-shareSidebar__titleText {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    font-family: var(--nusantara-font-serif, 'Merriweather', serif);
    letter-spacing: 0.03em;
    text-transform: none;
    color: #fff;
}

.nusantara-shareSidebar__description {
    margin: 0.65rem 0 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
}

.nusantara-shareSidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.nusantara-shareSidebar__item {
    margin: 0;
}

.nusantara-shareSidebar__action {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.65rem 0.85rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.nusantara-shareSidebar__action:hover,
.nusantara-shareSidebar__action:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(79, 70, 229, 0.35);
    box-shadow: 0 18px 30px rgba(79, 70, 229, 0.18);
    background: #fff;
}

.nusantara-shareSidebar__icon {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    background: rgba(79, 70, 229, 0.08);
    color: rgba(79, 70, 229, 1);
}

.nusantara-shareSidebar__labelGroup {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.nusantara-shareSidebar__label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--nusantara-heading, #0f172a);
}

.nusantara-shareSidebar__hint {
    font-size: 0.78rem;
    color: rgba(15, 23, 42, 0.55);
}

.nusantara-shareSidebar__chevron {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.05);
    color: rgba(15, 23, 42, 0.5);
}

.nusantara-shareSidebar__action[data-share="facebook"] .nusantara-shareSidebar__icon {
    background: rgba(59, 89, 152, 0.12);
    color: #3b5998;
}

.nusantara-shareSidebar__action[data-share="x"] .nusantara-shareSidebar__icon {
    background: rgba(15, 15, 15, 0.12);
    color: #0f0f0f;
}

.nusantara-shareSidebar__action[data-share="linkedin"] .nusantara-shareSidebar__icon {
    background: rgba(10, 102, 194, 0.12);
    color: #0a66c2;
}

.nusantara-shareSidebar__action[data-share="whatsapp"] .nusantara-shareSidebar__icon {
    background: rgba(37, 211, 102, 0.12);
    color: #1a8f4d;
}

.nusantara-shareSidebar__action[data-share="telegram"] .nusantara-shareSidebar__icon {
    background: rgba(0, 136, 204, 0.12);
    color: #0088cc;
}

@media (max-width: 480px) {
    .nusantara-shareSidebar {
        padding: 1.25rem;
    }

    .nusantara-shareSidebar__header {
        margin: -1rem -1.25rem 0.9rem;
        padding: 0.8rem 1rem;
    }

    .nusantara-shareSidebar__action {
        flex-direction: row;
        align-items: center;
        padding: 0.5rem 0.6rem;
        gap: 0.55rem;
    }

    .nusantara-shareSidebar__icon {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
    }

    .nusantara-shareSidebar__label {
        font-size: 0.92rem;
    }

    .nusantara-shareSidebar__chevron {
        align-self: center;
        width: 24px;
        height: 24px;
    }
}
