a.copy-to-clip.no-background {
    background: none;
    font-size: 18px;
}

a.copy-to-clip.button {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

#result_list .field-type_id {
    max-width: 200px;
}

.field-type_id {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    break-inside: avoid;
        white-space: nowrap;

}