.ah-elementor-author-box {
    display: flex;
    align-items: center;
}

.ah-elementor-author-box .ah-elementor-author-box__avatar {
    flex-shrink: 0;
    margin-left: 25px;
}

body:not(.rtl) .ah-elementor-author-box .ah-elementor-author-box__avatar {
    margin-left: 0;
    margin-right: 25px;
}

.ah-elementor-author-box .ah-elementor-author-box__text {
    flex-grow: 1;
    font-size: 17px;
}

.elementor-author-box--layout-image-left .ah-elementor-author-box {
    flex-direction: row-reverse;
}

.elementor-author-box--layout-image-above .ah-elementor-author-box {
    display: block;
}

.elementor-author-box--layout-image-right .ah-elementor-author-box {
    flex-direction: row;
}

.elementor-author-box--align-left .ah-elementor-author-box {
    text-align: left;
}

.elementor-author-box--align-right .ah-elementor-author-box {
    text-align: right;
}

.elementor-author-box--align-center .ah-elementor-author-box {
    text-align: center;
}

.elementor-widget-ahura_author_box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .ah-elementor-author-box__avatar,
.elementor-widget-ahura_author_box:not(.elementor-author-box--layout-image-above) .ah-elementor-author-box__avatar {
    align-self: flex-start;
}

.elementor-widget-ahura_author_box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .ah-elementor-author-box__avatar {
    align-self: center;
}