.seolabs-author-box{
  display:flex;
  align-items:center;
  gap:22px;
}

.seolabs-author-box__avatar{
  flex: 0 0 auto;
  width:120px;
  height:120px;

  /* Defaults (werden durch Controls überschrieben) */
  border-radius:999px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:scroll;
}

.seolabs-author-box__content{ min-width:0; }

.seolabs-author-box__heading{
  font-weight:700;
  font-size:20px;
  line-height:1.2;
  margin:0 0 8px 0;
}

.seolabs-author-box__desc{
  font-size:14px;
  line-height:1.6;
}
