.sticky_styles_bottom-actions {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 2;
    bottom: 0;
    box-sizing: border-box;
}

.sticky_styles_bottom-actions {
    background-color: var(--styleguide-color-neutral-00,#fff);
    padding: 1.2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.1),0 20px 64px rgba(0,0,0,.2)
}

.sticky_styles_bottom-actions--agent-container--variant {
    flex: auto
}

.styles_agent__container {
    align-items: center;
    display: flex;
    font-size: var(--styleguide-typography-label-size,1.4rem);
    font-weight: var(--styleguide-typography-label-regular,400);
    line-height: var(--styleguide-typography-label-lh,2.4rem)
}

.styles_agent__image__container {
    position: relative;
    margin-right: 1.2rem
}

.styles_agent__image__wrapper {
    height: 4.8rem;
    outline: .2rem solid var(--styleguide-color-brand-secondary-07,#3a307f);
    overflow: hidden;
    position: relative;
    width: 4.8rem;
    box-sizing: border-box;
}

.styles_agent__image__wrapper {
    border: .1rem solid var(--styleguide-color-neutral-02,#e3e3e3);
    border-radius: var(--styleguide-border-radius-100,100%)
}

.styles_agent__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.styles_agent__info__container {
    display: flex;
    flex-direction: column
}

.sticky_styles_bottom-actions--agent-ratings.sticky_styles_bottom-actions--agent-ratings {
    align-items: flex-start;
    flex-direction: column;
    margin-right: .4rem
}

.styles_agent__info {
    align-items: center;
    display: flex;
    margin-right: .8rem
}

.styles_bold {
    font-size: var(--styleguide-typography-label-size,1.4rem);
    font-weight: var(--styleguide-typography-label-thick,600);
    line-height: var(--styleguide-typography-label-lh,2.4rem)
}

.styles_agent__name--smaller {
    max-width: 9rem
}

@media(min-width: 375px) {
    .styles_agent__name--smaller {
        max-width:12rem
    }
}

.styles_agent__name {
    max-width: 12.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.styles_agent__no-ratings {
    color: var(--styleguide-color-neutral-05,#919191)
}

.sticky_styles_bottom-actions__button {
    flex: 1 1;
    margin-right: .8rem
}

.sticky_styles_bottom-actions--variant .sticky_styles_bottom-actions__button {
    flex: 1 1 auto;
    max-width: 15rem
}

@media(min-width: 375px) {
    .sticky_styles_bottom-actions--variant .sticky_styles_bottom-actions__button {
        flex:1 1 auto;
        max-width: none
    }
}


.sticky_styles_bottom-actions__button:last-child {
    margin: 0
}

 .sticky_styles_bottom-actions__button--whatsapp__kZMmG {
    background-color: var(--color-whatsapp);
    color: #fff;
}

.sticky_styles_bottom-actions__button--photo-gallery__ik8Zq {
    flex: 1 1
}

.sticky_styles_bottom-actions--with-agent.sticky_styles_bottom-actions--variant {
    justify-content: space-between
}

.sticky_styles_bottom-actions--with-agent {
    display: flex;
    justify-content: center;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    text-align: right
}

.styles_agent__info>*{
    margin-right: 0.8rem;
}