svg {
    width: 20px;
    height: 20px;

    g, path {
        fill: #6d6d6d;
    }
}

.table--title {
    display: flex;
    align-items: center;
    max-width: 600px;

    p {
        overflow: hidden;
    }
}