.aap-author-box {
   display: flex;
   flex-direction: row-reverse; /* profile pic on right not left*/
   gap: 16px;
   margin-top: 32px;
   padding: 16px;
   padding-right: 0;
   border-left: 6px solid var(--accent-color-b);
   font-style: italic;
}

.aap-author-box__media {
   display: flex;
   align-items: center;
   min-width: 200px;
   
  
}

.aap-author-box__img img,
.aap-author-box__img {
   border-radius: 999px;
}

.aap-author-box__img {
   border: 5px solid transparent;
   box-shadow: 0 0 0 6px var(--accent-color-b);
}

.aap-author-box__content {
   width: 100%;
}

.aap-author-box__name {
   margin: 0 0 6px;
   font-weight: 400;
   font-family: "Playwrite DE Grund";
   font-style: normal;
}

.aap-author-box__bio {
   margin: 0 0 8px;
}

.aap-author-box__bio p {
   margin: 0 0 8px;
}

.aap-author-box__bio p:last-child {
   margin-bottom: 0;
}

.aap-author-box__link {
   margin: 0;
}

/* Adjustments for mobile : */
@media (max-width: 767px) { 
   .aap-author-box {
      flex-direction: column;
      text-align: center;
      align-items: center;
      border:0;
   }
   
   .aap-author-box__media {
      max-width: 120px;
   }
}
