/* Sidebar: OSB Authors */

.about-author-sidebar-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.about-author-sidebar-wrap .about-author:first-child {
    padding-top: 0px;
}

.about-author-sidebar-wrap .about-author:last-child {
    border-bottom: unset;
    padding-bottom: 0px;
}

.about-author-sidebar-wrap .about-author {
    gap: 6px;
    border-bottom: 1px solid #E0D3BC;
    padding: 20px 0px;
    margin-bottom: 0px;
}

.about-author-sidebar-wrap .about-author .author-info .author-info-top .author-name-and-role {
    column-gap: 8px;
}

.about-author-sidebar-wrap .about-author .author-social a {
    width: 34px;
    height: 28px;
    padding: 5px 2px;
}

.about-author-sidebar-wrap .about-author .author-info .author-img img {
    width: 62px;
    border-radius: 6px;
    border: 1px solid #BCBCBC;

    width: 57px;
    height: 57px;
}

.about-author-sidebar-wrap .about-author .author-info .author-img {
    border-radius: unset;
    border: unset;
    width: auto;
    height: 100%;
}

.about-author-sidebar-wrap .about-author .author-info .author-info-top .author-name-and-role a {
    font-size: 12px;
    line-height: 15px;
}

.about-author-sidebar-wrap .about-author .author-info .author-info-top .author-name-and-role .author-role {
    position: relative;
    font-size: 12px;
    bottom: 0px;
}

.about-author-sidebar-wrap .about-author .author-info .author-info-top .about-author-text {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.3px;
}

.about-author-sidebar-wrap .about-author .author-info .author-info-top {
    gap: 3px;
}

.about-author .author-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.about-author .author-info {

}

.about-author .author-info .author-name-and-role {
    display: inline-block;
}

.author-role {

}

/*Main Container (OSB Authors Box)*/
.sidebar-section.authors-section {
    margin-bottom: 23px;
    border-radius: 10px;
    border: 1px solid #CECECE;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/*Box Title / Header*/
.section-header {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #052545;
  padding: 28px 22px;
  text-align: center;
  font-size: 23px;
}

/*Author’s Name*/
.about-author .author-name-and-role .author-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #052545;
  text-align: left;
  text-decoration: none;
}

/*Author’s Role*/
.about-author .author-name-and-role .author-role {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #737373;
  text-align: left;
}

/*Author’s Position*/
.about-author .author-position {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #585858;
  text-align: left;
}

/*Author’s Description Text*/
.about-author .about-author-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #737373;
  text-align: left;
}

/*Author’s Photo*/
.about-author .author-photo {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  border: 1px solid #73809f;
  margin: 0 14px 14px 0;
}

/*Social Icons*/
.about-author .social-icons {
  width: 29px;
  height: 29px;
  margin-right: 12px;
}

.authors-section .about-author .author-info .author-img img {
    border-radius: 6px;
}
