/*breakpoints*/
.blogpost .blogpost__content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.blogpost .blogpost__content a strong {
  color: var(--primary-color);
}
.blogpost .sidebar {
  position: sticky;
}
.blogpost .sidebar .author img {
  border-radius: 50%;
}
.blogpost .sidebar .share__buttons--holder {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .blogpost .sidebar .share__buttons--holder {
    justify-content: center;
  }
}
.blogpost .sidebar .share__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--grey-bright);
  border-radius: 50%;
}
.blogpost .sidebar .share__buttons a i {
  color: var(--black);
}
@media screen and (max-width: 1199.98px) {
  .blogpost .sidebar .share__buttons .btn-icon.border {
    --size: 34px;
  }
  .blogpost .sidebar .share__buttons .btn-icon.border::before {
    --font-size: 1rem;
  }
}
.blogpost .teammember__area {
  display: flex;
  flex: 0 1 auto;
  gap: 0.75rem;
}
@media screen and (max-width: 767.98px) {
  .blogpost .teammember__area {
    justify-content: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .blogpost .teammember__area .btn-icon.border {
    --size: 34px;
  }
  .blogpost .teammember__area .btn-icon.border::before {
    --font-size: 1rem;
  }
}
.blogpost .member__position {
  font-size: 1rem;
  color: #999999;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 1199.98px) {
  .blogpost .member__position {
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .blogpost .member__position {
    margin-bottom: 0.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .blogpost .member__position {
    font-size: 0.938rem;
    line-height: 1.2rem;
  }
}
.blogpost .content img {
  max-width: 100%;
  height: auto;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fuhl%2Fscss%2Fcomponents%2F_blogpost.scss%22%2C%22%2Fthemes%2Fuhl%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BACZF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BACpBJ%3BAAAA%3BAAAA%3BAAAA%3BAD6BQ%3BAAAA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BADmDM%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3DE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsFA%3BAAAA%3BAAAA%3BAAAA%22%7D */