.insight-layout .insight-main .insight-card .insight-summary {
    display: block;
    -webkit-line-clamp: unset;
    overflow: hidden;
    text-overflow: clip;
    text-align: justify;
    text-justify: inter-word;
    text-align-last: start;
    hyphens: none;
    overflow-wrap: break-word;
    min-width: 0;
    line-height: 1.6;
    min-height: calc(1.6em * 3);
    max-height: calc(1.6em * 3);
}

.insight-layout .insight-card .card-author {
    height: calc(1.4em * 1);
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
