.stream-post--profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stream-post--profile .profile-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stream-post--name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.33px;
  color: #200f2d;
}

.stream-post--image {
  min-width: 54px;
  margin-right: 1rem;
  cursor: pointer;
}

.stream-post--pronoun {
  font-size: 12px;
  letter-spacing: 0.33px;
  color: #988ba1;
}

.stream-post--innovator-role {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.33px;
  color: #732ad1;
}

.stream-post--career-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.33px;
  color: rgba(32, 15, 45, 0.7);
}

.stream-tags {
  padding-bottom: 1rem;
}

textarea.form-control::-webkit-input-placeholder {
  color: #75677E;
}

textarea.form-control::-moz-placeholder {
  color: #75677E;
}

textarea.form-control::-ms-input-placeholder {
  color: #75677E;
}

textarea.form-control::placeholder {
  color: #75677E;
}

.media-body.post {
  position: absolute;
  right: 0;
  top: 0;
}

.media-body.post .share-wrapper {
  position: absolute;
  right: 0;
}

.media-body.post .share-wrapper.open {
  right: -209px;
}

.share-links {
  display: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 14px 28px -21px rgba(70, 22, 107, 0.34);
          box-shadow: 0 14px 28px -21px rgba(70, 22, 107, 0.34);
  border: solid 0.5px rgba(115, 42, 209, 0.2);
  background-color: #ffffff;
  width: 263px;
  z-index: 11;
  position: relative;
  left: -200px;
  color: #200f2d;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.33px;
}

.share-links div {
  padding: 17px;
  border-bottom: 0.5px solid rgba(115, 42, 209, 0.2);
  font-weight: 400;
}

.share-links div a {
  font-weight: 400;
}

.share-links div:last-of-type, .share-links div:first-of-type {
  border-bottom: none;
}

.share-links div.copy-link {
  position: relative;
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px dashed rgba(115, 42, 209, 0.2);
  padding: 17px;
}

.comment__actions:not(:first-of-type) {
  right: 64px;
  top: 8px;
}

.stream .dropdown-menu, .post-discussion-question .dropdown-menu {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 14px 28px -21px rgba(70, 22, 107, 0.34);
          box-shadow: 0 14px 28px -21px rgba(70, 22, 107, 0.34);
  border: solid 0.5px rgba(115, 42, 209, 0.2);
  border-radius: 8px;
}

.stream .dropdown-menu > li:first-of-type a, .post-discussion-question .dropdown-menu > li:first-of-type a {
  border-radius: 8px 8px 0 0;
}

.stream .dropdown-menu > li:last-of-type a, .post-discussion-question .dropdown-menu > li:last-of-type a {
  border-radius: 0 0 8px 8px;
  border-bottom: none;
}

.stream .dropdown-menu > li > a, .post-discussion-question .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.33px;
  color: #200f2d;
  padding: 16px 18px;
  border-bottom: solid 0.5px rgba(115, 42, 209, 0.2);
  background-color: #ffffff;
}

.stream .dropdown-menu > li > a:hover, .post-discussion-question .dropdown-menu > li > a:hover {
  background-color: rgba(193, 144, 231, 0.14);
}

.body-text .stream-tags .members-tagged {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.27px;
  color: #62566b;
}

.body-text .stream-tags a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.27px;
  color: #732ad1;
  text-decoration: none;
  border-bottom: 1px solid rgba(152, 139, 161, 0.31);
}

.body-text .stream-tags a:hover {
  color: #452663;
}

.post-comments {
  display: none;
}

.post-comments .vote__wrapper span {
  display: none;
}

.page--page__post .post-comments {
  display: block;
}

.stream-post-activity {
  position: relative;
}

.stream-post-activity .post-view-comments-button,
.stream-post-activity .like-post-button a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.33px;
  color: #732ad1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stream-post-activity .post-view-comments-button {
  padding-right: 1rem;
}

.stream-post-activity .vote__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stream-post-activity .vote__count a,
.stream-post-activity .post-comment-count {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.33px;
  color: #80718b;
}

.stream-post-activity .vote__wrapper, .stream-post-activity .vote__wrapper span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4px;
}

.stream-post-activity .post-view-comments-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 150px;
}

.stream-post-activity .post-view-comments-wrapper .post-comment-profile-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0.5rem;
}

.stream-post-activity .post-view-comments-wrapper .post-comment-profile-images a:focus img {
  border: 2px solid #200f2d;
}

.stream-post-activity .post-view-comments-wrapper .post-comment-profile-images img {
  height: 22px;
  width: 22px;
  min-width: 22px;
  border: 2px solid #ffffff;
  margin-left: -9px;
}

.profile-popout {
  display: none;
  width: 317px;
  border-radius: 10px;
  -webkit-box-shadow: 0 9px 22px -15px rgba(70, 22, 107, 0.18);
          box-shadow: 0 9px 22px -15px rgba(70, 22, 107, 0.18);
  background-color: #ffffff;
}

.profile-popout.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 10;
  top: -2rem;
  left: -2rem;
  padding: 1rem;
}

.profile-popout--image {
  min-width: 64px;
  min-height: 64px;
}

.profile-popout--info-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.profile-popout--info-wrapper-inner.-fade:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, transparent 80px, #ffffff);
}

.profile-popout--name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.33px;
  color: #200f2d;
}

.profile-popout--pronoun, .profile-popout--innovator-role, .profile-popout--current-employer {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.33px;
  color: #988ba1;
}

.profile-popout--career-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.33px;
  color: rgba(32, 15, 45, 0.7);
}

.profile-popout--buttons {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-popout--buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.profile-popout--buttons .btn span {
  padding-right: .5rem;
}

.profile-popout--buttons .btn:last-of-type {
  font-weight: 500;
  letter-spacing: 0.39px;
  color: #732ad1;
}

.stream-post form:not(.layout-builder-configure-block) textarea.form-control {
  height: 54px;
  background-color: #f3f2f3 !important;
  border: none;
}
