.org-line-content__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
}

.org-line-content__body {
    flex: 1;
    overflow-y: auto;
    padding: 0px 20px 20px 20px;
}

.org-line-content__body .breadcrumb-custom {
    font-size: 12px;
}

.org-line-content__team-members-container {
    padding: 20px 0px;
}

.org-line-content__team-members {
    display: flex;
    flex-direction: column;
}

.org-line-content__vertical-connector {
    width: 2px;
    height: 20px;
    background-color: var(--people-orange-bg-medium);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.org-line-content__same-team-title {
    font-weight: bold;
    margin-top: 20px;
}

.org-line-content__same-team-card-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
}