/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/pages/single-team-member.scss ***!
  \*************************************************************************************************************************************************************/

/*** LTR websites ***/

.member-masthead {
  position: relative;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .member-masthead .breadcrumbs > span {
    justify-content: center;
  }
}

.member-masthead__content {
  text-align: center;
}

.member-masthead__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.6px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 4px;
  color: #0D1D2E;
}

.member-masthead__role {
  line-height: 1.5;
}

.member-masthead__links {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #0D1D2E;
  flex-wrap: wrap;
  justify-content: center;
}

.member-masthead__img-wrapper {
  position: relative;
  height: 290px;
}

.member-masthead__img {
  margin-inline: auto;
  display: block;
  height: 100%;
}

.member-masthead__autograph {
  height: 80px;
  position: absolute;
  inset: 0;
  margin: auto;
  transform: translateX(-80px);
}

.information__sticky-toolbar {
  display: none;
}

.information__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.information__content-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  position: relative;
}

.information__content-box:before {
  content: "";
  position: absolute;
  bottom: -20px;
  background: #DCE1E6;
  inset-inline: 0;
  height: 1px;
}

.information__content-box:last-of-type:before {
  display: none;
}

.information__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #0D1D2E;
}

.information__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 97.19px;
  transition: all 0.3s ease-in-out;
}

.information__text--open {
  display: -webkit-box;
  -webkit-line-clamp: initial;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 600px;
}

.information__read-more {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #0D1D2E;
  padding: 0;
}

.information__read-more .read-less {
  display: none;
}

.information__read-more.active .read-less {
  display: block;
}

.information__read-more.active .read-more {
  display: none;
}

.information__link {
  text-transform: capitalize;
}

.information__link:before {
  content: "";
  position: absolute;
  inset-block: 0;
  right: -1px;
  width: 4px;
  background: #B69C75;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.information__link.active {
  color: #B69C75;
}

.information__link.active:before {
  opacity: 1;
}

.information__link:hover:before {
  opacity: 1;
}