.department-popup {
    display: none;
    padding: 30px;
    max-width: 70vw;
    background: #fff;
}

.contact-with-search-wrapper .contact-load-more-container {
    width: 100%;
}

.department-popup .department-child-list,
.contact-with-search-wrapper .department-child-list {
    margin-top: 24px;
    margin-left: 24px;
    padding-left: 16px;
    border-left: 1px solid #e0e0e0;
    width: 100%;
}

.department-popup .contact-page-list-item {
    margin-bottom: 24px;
}

.department-popup .contact-page-list-item:only-child {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin-right: 0;
}

.contact-hidden {
    display: none !important;
}

.child-department-wrapper-full {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.child-department-wrapper-full .contact-people-list-show-all {
    width: 100%;
    flex: 0 0 100%;
    margin-top: 24px;
}
