.zk-share-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.zk-share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: transform 0.2s ease;
}

.zk-share-buttons a:hover {
    transform: scale(1.15);
}

/* Force SVG size */
.zk-share-buttons svg {
    width: 100%;        /* Fill the <a> container */
    height: 100%;
    display: block;
    max-width: 48px;    /* Fallback cap */
    max-height: 48px;
}

/* Optional: color overrides if needed */
.zk-share-facebook svg path { fill: #0866FF; }
.zk-share-twitter svg path { fill: #000; }