:root {
    --rz-pijl: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h15M13 5l7 7-7 7'/%3E%3C/svg%3E");
}

.rz-icon {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rz-icon--4x {
    width: 4rem;
    height: 4rem;
}

.rz-merken {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.rz-merk {
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: none;
}

.rz-merk--4x {
    width: 3.5rem;
    height: 3.5rem;
}
