.representative-block-img {
    max-width: 100px;
    max-height: 64px;
    border-radius: 100%;
}

.cofisczrepresentative--bottom-top--image {
    .representative-block-img {
        max-height: 128px;
    }
}

.cofisczrepresentative--main-block {
    position: relative;
}

.cofisczrepresentative--top {
    display: flex;
    border: 1px solid #d9d9d9;
    border-radius: 100px;
    padding-left: 0;
}

.cofisczrepresentative--image {
    margin: 0;
}

.cofisczrepresentative--info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 1.5;
    padding: 0.5rem 1rem;
    padding-left: 1.5rem;
}

.cofisczrepresentative-wrapper.with-image .cofisczrepresentative--info {
    padding-left: 0.5rem;
}

.cofisczrepresentative--info--title {
    font-weight: bold;
}
.cofisczrepresentative--info--phone {
    color: #a72c3a;
    text-decoration: underline;
}

.cofisczrepresentative--info--email {
    font-weight: bold;
    color: #a72c3a;
}

.cofisczrepresentative--info--hours {

}

.cofisczrepresentative--info-chevron {
    font-weight: 100;
    padding-left: 1rem;
}
.cofisczrepresentative--info-chevron.open {
    color: #a72c3a;
}

.cofisczrepresentative--note-block {
    background: #eeeeee;
    border-bottom-right-radius: 1rem;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 1rem;
    line-height: 1;
    color: #666666;
    width: 100%;
    display: table-cell;
}

.cofisczrepresentative--bottom {
    padding: 1rem;
    background: white;
    position: absolute;
    z-index: 9999;
    right: 0;
    margin-top: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
}


.cofisczrepresentative--left {
    flex-grow: 1;
}

.cofisczrepresentative--left--name {
    font-weight: bold;
    font-size: 1.2rem;
}

.cofisczrepresentative--top-wrapper {
    margin-right: 1rem;
}

.cofisczrepresentative--bottom-wrapper {
    flex-grow: 1;
    flex-direction: row;
    display: table-row;
}

.cofisczrepresentative--note-filler {
    display: block;
    width: 40px;
    flex-grow: 1;
    font-size: 41px;
}

.cofisczrepresentative--bottom-top--info {
    padding-left: 1rem;
    text-decoration: underline;
}
.cofisczrepresentative--bottom-top--info--email {
    color: #a72c3a;
}
.cofisczrepresentative--bottom-bottom {
    padding-top: 1rem;
}
.cofisczrepresentative--bottom-bottom .cofisczrepresentative--info--title {
    font-weight: normal;
}
