.cl-community-listings .ccl-address {
    max-width: 320px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cl-community-listings .ccl-address a {
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cl-community-listings a.ccl-address {
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cl-community-listings .cl-community-listings__updated {
    font-size: 0.8rem;
    opacity: 0.6;
    margin-top: 0.5rem;
}
