.eid-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    flex-shrink: 0; /* Voorkomt dat het icoon samengedrukt wordt bij lange tekst */
    color: #3B3838;
}

/* De vorm van het icoon (pseudo-element) */
.eid-icon-id::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='3 3 87 87'%3E%3Cpath d='M37.8 26.6c0-2.2 1.8-4 4-4h9.6c13.2 0 24 10.6 24 23.8s-10.8 23.7-24 23.7h-9.6c-2.2 0-4-1.8-4-4V26.6zm8 35.1c0 .2.2.4.4.4h5.2c8.9 0 16-7.1 16-15.7S60.3 30.6 51.4 30.6h-5.2c-.2 0-.4.2-.4.4v30.7z'/%3E%3Cpath d='M27.3 22.9c2.2 0 4 1.8 4 4l.1 38.9c0 2.2-1.8 4-4 4s-4-1.8-4-4l-.1-38.9c0-2.2 1.8-4 4-4z'/%3E%3Cpath d='M17.4 2.9c-8 0-14.5 6.5-14.5 14.5v58.2c0 8 6.5 14.5 14.5 14.5h58.2c8 0 14.5-6.5 14.5-14.5V17.4c0-8-6.5-14.5-14.5-14.5H17.4zm-8.7 14.5c0-4.8 3.9-8.7 8.7-8.7h58.2c4.8 0 8.7 3.9 8.7 8.7v58.2c0 4.8-3.9 8.7-8.7 8.7H17.4c-4.8 0-8.7-3.9-8.7-8.7V17.4z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='3 3 87 87'%3E%3Cpath d='M37.8 26.6c0-2.2 1.8-4 4-4h9.6c13.2 0 24 10.6 24 23.8s-10.8 23.7-24 23.7h-9.6c-2.2 0-4-1.8-4-4V26.6zm8 35.1c0 .2.2.4.4.4h5.2c8.9 0 16-7.1 16-15.7S60.3 30.6 51.4 30.6h-5.2c-.2 0-.4.2-.4.4v30.7z'/%3E%3Cpath d='M27.3 22.9c2.2 0 4 1.8 4 4l.1 38.9c0 2.2-1.8 4-4 4s-4-1.8-4-4l-.1-38.9c0-2.2 1.8-4 4-4z'/%3E%3Cpath d='M17.4 2.9c-8 0-14.5 6.5-14.5 14.5v58.2c0 8 6.5 14.5 14.5 14.5h58.2c8 0 14.5-6.5 14.5-14.5V17.4c0-8-6.5-14.5-14.5-14.5H17.4zm-8.7 14.5c0-4.8 3.9-8.7 8.7-8.7h58.2c4.8 0 8.7 3.9 8.7 8.7v58.2c0 4.8-3.9 8.7-8.7 8.7H17.4c-4.8 0-8.7-3.9-8.7-8.7V17.4z'/%3E%3C/svg%3E");
}


