/* ! elementor-pro - v3.30.0 - 01-07-2025 */

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

.elementor-author-box__avatar {
  flex-shrink: 0;
  margin-inline-end: 25px;
}

.elementor-author-box__avatar img {
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
}

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

.elementor-author-box__name {
  font-size: 24px;
  margin-bottom: 5px;
}

.elementor-author-box__bio, .elementor-author-box__bio p {
  margin-bottom: .8em;
}

.elementor-author-box__bio p:last-of-type {
  margin-bottom: 0;
}

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

.elementor-author-box--layout-image-left .elementor-author-box__avatar {
  margin-left: 0;
  margin-right: 25px;
}

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

.elementor-author-box--layout-image-right .elementor-author-box__avatar {
  margin-left: 25px;
  margin-right: 0;
}

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

.elementor-author-box--layout-image-above .elementor-author-box__avatar {
  display: inline-block;
  margin: 0 auto 15px;
}

.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
  margin-left: 0;
}

.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
  margin-right: 0;
}

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

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

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

.elementor-button.elementor-author-box__button {
  border: 2px solid #3f444b;
  font-size: 15px;
  font-weight: 100;
  padding: 10px 18px;
}

.elementor-button.elementor-author-box__button, .elementor-button.elementor-author-box__button:hover {
  background: transparent;
  color: #3f444b;
}

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

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

