.cw-wrapper-63561923 {
    font-family: 'Inter', sans-serif;
    width: 100%;
}
.cw-list-63561923 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    align-items: center;
}
.cw-item-63561923 {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.cw-link-63561923 {
    text-decoration: none;
    transition: opacity 0.3s ease;
}
.cw-link-63561923:hover {
    opacity: 0.8;
}
.cw-icon-63561923 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cw-email-copy-63561923::after {
    content: "Gekopieerd!";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}
.cw-email-copy-63561923.copied::after {
    opacity: 1;
}
