@charset "UTF-8";
.author-bio-container {
  margin-bottom: 60px;
}
.author-bio-container .author-details {
  display: flex;
  padding: 40px 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .author-bio-container .author-details {
    flex: 30%;
  }
}
@media screen and (max-width: 576px) {
  .author-bio-container .author-details {
    flex-direction: column;
  }
}
.author-bio-container .author-details .author-img-wrap {
  display: flex;
  flex: 25%;
  padding-top: 10px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .author-bio-container .author-details .author-img-wrap {
    flex: 30%;
  }
}
.author-bio-container .author-details .author-img-wrap .author-img img {
  height: 130px;
  width: auto;
  border-radius: 100px;
}
.author-bio-container .author-details .author-details-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  justify-content: center;
  flex: 75%;
}
@media screen and (max-width: 576px) {
  .author-bio-container .author-details .author-details-wrap {
    text-align: center;
    flex: 70%;
  }
}
.author-bio-container .author-details .author-details-wrap .author-name {
  margin-bottom: 10px;
}
.author-bio-container .author-details .author-details-wrap .author-name h2 {
  margin: unset;
  line-height: 1.1em;
  font-size: 1.2rem;
}
.author-bio-container .author-details .author-details-wrap .author-designation {
  margin-bottom: 10px;
}
.author-bio-container .author-details .author-details-wrap .author-designation span {
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.5em;
  font-weight: 600;
}
.author-bio-container .author-details .author-details-wrap .author-description {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
}
.author-bio-container .author-details .author-details-wrap .author-description .author-description-content {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.author-bio-container .author-details .author-details-wrap .author-description .author-description-content p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  .author-bio-container .author-details .author-details-wrap .author-description .author-description-content p {
    font-size: 0.7rem;
  }
}
.author-bio-container .author-details .author-details-wrap .author-description button span:hover {
  color: #004687 !important;
}
.author-bio-container .author-details .author-details-wrap .author-description .author-description-toggle {
  right: 0;
  bottom: 0;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4em;
  padding: 0px;
  cursor: pointer;
  text-transform: capitalize;
}
.author-bio-container .author-details .author-details-wrap .author-description .author-description-toggle:hover {
  color: #3b3b3b !important;
}
.author-bio-container .author-details .author-details-wrap .author-description .author-description-toggle span {
  text-decoration: underline !important;
}
.author-bio-container .author-details .author-details-wrap .author-description.is-expanded .author-description-content {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.author-bio-container .author-details .author-details-wrap .author-description.is-expanded .author-description-toggle {
  position: static;
  margin-top: 5px;
}
.author-bio-container .author-details .author-details-wrap .author-socials {
  display: flex;
  gap: 10px;
}
.author-bio-container .author-details .author-details-wrap .author-socials img {
  width: 15px;
  height: 15px;
  filter: brightness(0);
}
.author-bio-container .author-details .author-details-wrap .author-see-more span a {
  font-size: 0.9rem;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
.author-bio-container .author-details .author-details-wrap .author-see-more span a::after {
  content: "»";
  display: inline-block;
  font-size: 1.2em;
}
.author-bio-container .author-details .author-details-wrap .author-see-more span a:hover {
  color: #3b3b3b;
}
.author-bio-container .author-post-result {
  padding: 0 10px;
}/*# sourceMappingURL=author-bio-post.css.map */