#author-bio--auth-wrap {
  display: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: rgba(100,100,111,0.2) 0px 7px 29px 0px;
  border: 1px solid #c1c1c1;
  position: absolute;
  width: 500px;
  z-index: 9;
}
#author-bio--auth-wrap .author-bio--auth-meta {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 12px;
  margin-bottom: 10px;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid #ededed;
}
#author-bio--auth-wrap .author-bio--auth-left {
  margin-right: 20px;
}
#author-bio--auth-wrap img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  box-shadow: rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;
}
#author-bio--auth-wrap .author-bio--auth-right {
  text-align: left;
}
#author-bio--auth-wrap .author-bio--auth-right h3 {
  margin: 0;
  padding: 0;
}
#author-bio--auth-wrap .author-bio--auth-right h3 a {
  font-size: 20px;
  font-weight: bold;
}
#author-bio--auth-wrap p {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
  text-align: left;
}
#author-bio--auth-wrap p a {
  box-shadow: inset 0 -2px 0 #1fedff;
}
#author-bio--auth-wrap .author-bio--auth-right i {
  font-size: 14px;
  margin-right: 7px;
  font-style: normal;
  border: 1px solid #c1c1c1;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#author-bio--auth-wrap .author-bioaf__aoh-designation {
  display: inline-block;
  margin-bottom: 5px;
}
#author-bio--auth-wrap .author-bio--auth-right ihover {
  background-color: #c1c1c1;
}
#author-bio--auth-wrap .author-bio--auth-social {
  margin-top: 5px;
}
/* After Content */
.author-bioaf__aoh-wrapper a text-decoration none !important,
.author-bioaf__aoh-wrapper span,
.author-bioaf__aoh-wrapper p margin 0px !important,
.author-bioaf__aoh-wrapper {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 4px;
}
.author-bioaf__aoh-top {
  display: flex;
  flex-direction: row;
  column-gap: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c1c10c;
  padding-bottom: 20px;
}
.author-bioaf__aoh-top-left img {
  border-radius: 50%;
  box-shadow: rgba(0,0,0,0.15) 1.95px 1.95px 2.6px;
  object-fit: cover;
  object-position: top;
  width: 110px;
  height: 110px;
}
span.author-bioaf__aoh-name a {
  display: block;
  font-size: 26px;
  color: #222;
  font-weight: bold;
}
