.sitter {
    display:            flex;
    justify-content:    space-between;
    align-items:        center;
    gap:                0;
}

.name {
    white-space:        nowrap;
}

div.pets {
    display:            flex;
    justify-content:    flex-end;
    flex-wrap:          wrap;
    line-height:        0;
    gap:                0;
    background-color:   transparent;
}


.pets svg {
    fill:               var(--color-text-icons);
    display:            block;
    min-width:          fit-content;
}

.pets svg use {
    display:            block;
}