/* WITH LIST --START */
.fact-contactlist-header {
    height: auto;
    display: block;
    margin: 12px 0 16px 0;
    justify-content: center;
}

.fact-contactlist-header-image,
.fact-contactlist-header-address {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 12px 0 0 0;
    text-align: center;
}

.fact-brokerbox-header-separator {
    height: 1px;
    width: 100%;
    justify-content: center;
    display: flex;
    margin-top: 16px;
}

.fact-brokerbox-header-separator > div {
    width: 72%;
    border-top: 1px solid;
    height: 1px;
}

.fact-contactlist-header-address > div > p:first-child {
    line-height: 36px;
}

.fact-contactlist-header-address > div > p {
    margin: 0;
    line-height: 18px;
}
/* WITH LIST --END */

.inner-list {
  position: relative;
}

.inner-list .all-contacts-link {
  position: absolute;
  bottom: 0;
}

/* NO LIST --START */
.inner-list.without-header {
    height: auto;
}

.fact-contactlist-header-nolist {
    height: auto;
    display: flex;
    margin: 8px;
    justify-content: flex-start;
}

.fact-contactlist-header-image-nolist,
.fact-contactlist-header-address-nolist {
    display: flex;
    width: auto;
    justify-content: center;
    margin: 0 12px 0 12px;
    text-align: left;
}

.fact-contactlist-header-address-nolist > div > p:first-child {
    line-height: 36px;
}

.fact-contactlist-header-address-nolist > div > p {
    margin: 0;
    line-height: 18px;
}

.fact-contactlist-header-image-nolist > img {
    max-height: 140px;
}
/* NO LIST --END */

/* CONTACT PERSON --START */
.inner-list.without-header .fact-contact-person {
    height: 125px;
}

.inner-list.without-header .fact-contact-person:first-of-type {
    margin-top: 50px;
}

.inner-list.without-header .fact-contact-person > div.left img {
    width: 3.9vw !important;
    height: 3.9vw;
}

.fact-contact-person {
    height: 85px;
    margin: 12px 8px 12px 8px;
    overflow: hidden;
}

.fact-contact-person > div {
    float: left;
    height: 100%;
}

.fact-contact-person > div.left img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    object-fit: cover;
    height: 50px;
    width: 50px;
}

.fact-contact-person > div.middle {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-list.without-header .fact-contact-person > div.middle {
    height: 3.9vw;
}

.fact-contact-person > div.middle,
div.right {
    margin-left: 12px;
}

.fact-contact-person > div.right {
    float: right;
}

.fact-contact-person > div.right > a {
    display: block;
    background-size: cover;
    max-width: 72px;
    max-height: 72px;
}
.fact-contact-person > div.middle > p {
    line-height: 1.2;
}

.fact-contact-person > div.middle > p:first-of-type {
    font-weight: 700;
}


.fact-contact-person > .dx-button.right {
    min-width: unset !important;
}

.fact-contact-person > .dx-button.right i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
}
/* CONTACT PERSON --END */
