.forum-overview-user-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}

.forum-overview-user-copy span {
    display: block;
    min-width: 0;
    font-weight: 700;
    line-height: 1.15;
}

.forum-overview-user-copy small {
    display: block;
    color: #98a8d7;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.05;
    text-transform: uppercase;
}
