[data-icms-share-buttons="1"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: var(--icms-share-justify, flex-start);
    gap: var(--icms-share-gap, 10px);
    width: 100%;
    box-sizing: border-box;
}

[data-icms-share-buttons="1"] [data-icms-share-network] {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: var(--icms-share-height, 44px);
    padding: var(--icms-share-padding-y, 10px) var(--icms-share-padding-x, 15px);
    border: var(--icms-share-border-width, 1px) solid var(--icms-share-border, #d8dee9);
    border-radius: var(--icms-share-radius, 12px);
    background: var(--icms-share-background, #ffffff);
    color: var(--icms-share-color, #273449);
    font: 700 var(--icms-share-font-size, 14px)/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
    text-decoration: none;
    cursor: pointer;
    box-shadow: var(--icms-share-shadow, 0 5px 16px rgba(15, 23, 42, .08));
    transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

[data-icms-share-buttons="1"] [data-icms-share-network]:hover {
    background: var(--icms-share-hover-background, #4f46e5);
    color: var(--icms-share-hover-color, #ffffff);
    border-color: var(--icms-share-hover-border, #4f46e5);
    transform: translateY(-1px);
}

[data-icms-share-buttons="1"] [data-icms-share-network]:focus-visible {
    outline: 3px solid var(--icms-share-focus, #a5b4fc);
    outline-offset: 3px;
}

[data-icms-share-buttons="1"] .icms-share-icon {
    display: inline-flex;
    width: var(--icms-share-icon-size, 18px);
    height: var(--icms-share-icon-size, 18px);
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

[data-icms-share-buttons="1"] .icms-share-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

[data-icms-share-buttons="1"][data-icms-share-label-mode="icon"] .icms-share-text { display: none; }
[data-icms-share-buttons="1"][data-icms-share-label-mode="text"] .icms-share-icon { display: none; }

[data-icms-share-buttons="1"][data-icms-share-brand-colors="1"] [data-icms-share-network="facebook"] {
    --icms-share-background: #1877f2;
    --icms-share-border: #1877f2;
    --icms-share-color: #ffffff;
}
[data-icms-share-buttons="1"][data-icms-share-brand-colors="1"] [data-icms-share-network="x"] {
    --icms-share-background: #111111;
    --icms-share-border: #111111;
    --icms-share-color: #ffffff;
}
[data-icms-share-buttons="1"][data-icms-share-brand-colors="1"] [data-icms-share-network="linkedin"] {
    --icms-share-background: #0a66c2;
    --icms-share-border: #0a66c2;
    --icms-share-color: #ffffff;
}
[data-icms-share-buttons="1"][data-icms-share-brand-colors="1"] [data-icms-share-network="whatsapp"] {
    --icms-share-background: #25d366;
    --icms-share-border: #25d366;
    --icms-share-color: #082d17;
}
[data-icms-share-buttons="1"][data-icms-share-brand-colors="1"] [data-icms-share-network="email"] {
    --icms-share-background: #475569;
    --icms-share-border: #475569;
    --icms-share-color: #ffffff;
}

[data-icms-share-buttons="1"] .icms-share-status {
    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;
}

@media (max-width: 767px) {
    [data-icms-share-buttons="1"][data-icms-share-mobile-stack="1"] {
        display: grid;
        grid-template-columns: 1fr;
    }
    [data-icms-share-buttons="1"][data-icms-share-mobile-stack="1"] [data-icms-share-network] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-icms-share-buttons="1"] [data-icms-share-network] {
        transition: none !important;
        transform: none !important;
    }
}
