
.author-box__avatar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.author-box__avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}
.author-box__name {
    margin-bottom: 0;
}
.author-box__text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.author-box__bio p {
    margin-top: 0;
}
.author-box__bio p:last-of-type {
    margin-bottom: 0;
}
.author-box--layout-image-left .author-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.author-box--layout-image-right .author-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.author-box--layout-image-above .author-box {
    display: block;
}
.author-box--layout-image-above .author-box__avatar {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}
.author-box--align-left .author-box {
    text-align: left;
}
.author-box--align-right .author-box {
    text-align: right;
}
.author-box--align-center .author-box {
    text-align: center;
}
.elementor-button.author-box__button {}
.elementor-button.author-box__button, .elementor-button.author-box__button:hover {}

.elementor-widget-hq-theme-author-box:not(.author-box--layout-image-above) .author-box__avatar {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.elementor-widget-hq-theme-author-box:not(.author-box--layout-image-above).author-box--image-valign-top .author-box__avatar {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.elementor-widget-hq-theme-author-box:not(.author-box--layout-image-above).author-box--image-valign-middle .author-box__avatar {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width: 768px) {
    .author-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}