[data-contributor="Esther Bouquet"] .type {
    font-family: monospace;
    font-style: normal;
    font-size: calc(var(--diameter) * 0.07);
    color: rgb(7, 206, 106);
    /* background: hsl(120deg 30% 93%); */
    background: darkolivegreen;
    overflow: hidden;
}

[data-contributor="Esther Bouquet"] .type .text {
    /* color: hsl(340deg 100% 42%); */
    color: #fff;
}

[data-contributor="Esther Bouquet"] .title {
    margin-right: 0.875rem;
}

[data-contributor="Esther Bouquet"] .bloom:after {
    content: '•';
    background: darkolivegreen;
    position: absolute;
    color: hotpink;
}