.plor-list-item {
    position: relative;
}

.plor-list-item:hover {
    opacity: .7;
}

.plor-list-item h2 {
    font-size: 0.9rem;
    text-align: center;
}

.tns-item .plor-list-item h2 {
    display: none;
}

.to-detail-page {
    text-indent: -999rem;
}

.relation-list.relation-list-four-col.u-cardList {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

.plor-lil-profile-picture {
    position: relative;
    border: 1px solid var(--baseLight300);
    text-align: center;
}

.tns-item .plor-lil-profile-picture {
    border: none;
}

.plor-lil-profile-picture img {
    width: 70%;
}

.relation-list.grid .plor-lil-profile-picture img {
    width: 100%;
}

.tns-item .plor-lil-profile-picture img {
    width: auto;
}


/**
 * Extended
 */

.relation-list.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
}

.plor-extended-list-item {
    margin-right: 4px;
}

.plor-extended-list-item .plor-lil-profile-picture {
    float: left;
    margin-right: 10px;
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
    border: 1px solid #c7dbed;
    background: transparent url(../img/fallback-image.png) no-repeat center center;
    background-size: cover;
}

.plor-li-details {
    margin-left: 80px;
}

.plor-extended-list-item h2 {
    margin: 0 0 7px;
    font-size: 16px;
    text-align: left;
}

.plor-extended-list-item span,
.plor-extended-list-item a.linkedin-link,
.plor-extended-list-item a.mail-link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.7em;
}

.plor-extended-list-item span {
    margin: -2px 0 7px 0;
    line-height: 1.2em;
}
