.hv-author-box {
  align-items:center;
  display:flex
}
.hv-author-box__avatar {
  flex-shrink:0;
  margin-inline-end:25px
}
.hv-author-box__avatar img {
  border-radius:500px;
  -o-object-fit:cover;
  object-fit:cover;
  width:100px
}
.hv-author-box__text {
  flex-grow:1;
  font-size:17px
}
.hv-author-box__name {
  font-size:24px;
  margin-bottom:5px
}
.hv-author-box__bio,
.hv-author-box__bio p {
  margin-bottom:.8em
}
.hv-author-box__bio p:last-of-type {
  margin-bottom:0
}
.hv-author-box--layout-image-left .hv-author-box {
  flex-direction:row
}
.hv-author-box--layout-image-left .hv-author-box__avatar {
  margin-left:0;
  margin-right:25px
}
.hv-author-box--layout-image-right .hv-author-box {
  flex-direction:row-reverse
}
.hv-author-box--layout-image-right .hv-author-box__avatar {
  margin-left:25px;
  margin-right:0
}
.hv-author-box--layout-image-above .hv-author-box {
  display:block
}
.hv-author-box--layout-image-above .hv-author-box__avatar {
  display:inline-block;
  margin:0 auto 15px
}
.hv-author-box--layout-image-above.hv-author-box--align-left .hv-author-box__avatar {
  margin-left:0
}
.hv-author-box--layout-image-above.hv-author-box--align-right .hv-author-box__avatar {
  margin-right:0
}
.hv-author-box--align-left .hv-author-box {
  text-align:left
}
.hv-author-box--align-right .hv-author-box {
  text-align:right
}
.hv-author-box--align-center .hv-author-box {
  text-align:center
}
.hv-button.hv-author-box__button {
  border:2px solid #3f444b;
  font-size:15px;
  font-weight:100;
  padding:10px 18px
}
.hv-button.hv-author-box__button,
.hv-button.hv-author-box__button:hover {
  background:transparent;
  color:#3f444b
}
.elementor-widget-hv-author:not(.hv-author-box--layout-image-above) .hv-author-box__avatar,
.elementor-widget-hv-author:not(.hv-author-box--layout-image-above).hv-author-box--image-valign-top .hv-author-box__avatar {
  align-self:flex-start
}
.elementor-widget-hv-author:not(.hv-author-box--layout-image-above).hv-author-box--image-valign-middle .hv-author-box__avatar {
  align-self:center
}

.hv-author-box__socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  list-style: none;
  margin: 0;
}

.hv-author-box__socials .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}