.ilfico-social-buttons {
    position: fixed;
    right: 16px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99999; /* tijdelijk heel hoog */
    transition: bottom 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background: red; /* debug */
	display:	none;
}

.ilfico-social-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e8f5d0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.ilfico-social-btn:hover {
    transform: scale(1.08);
    background-color: #d4edaa;
}

.ilfico-social-btn svg {
    width: 22px;
    height: 22px;
    fill: #1a7a5e;
}

.ilfico-topbalk {
    width: 100%;
    background-color: #1AB385;
    color: #ffffff;
    text-align: center;
    padding: 10px 16px;
    font-size: 14px;
    font-family: inherit;
    position: relative;
    z-index: 9999;
    box-sizing: border-box;
}