.stream-Event,
.event-share-section,
.views-field-field-event-comments,
.view-upcoming-events,
.views-field-field-post-comment.Event-repost-comment {
  --primary-color: #ff00b5;
  --basicHover: #000;
  --primary-color-light: #ff00b5;
  --primary-color-bold: #93147b;
}
.stream-Opportunity,
.opportunity-share-section,
.views-field-field-opportunities-comments,
.view-latest-opportunities ,
.views-field-field-post-comment.Opportunity-repost-comment {
  --primary-color: #592ed3;
  --basicHover: #592ed3;
  --primary-color-light: #592ed3;
  --primary-color-bold: #3b2d8c;
}
.stream-Knowledge,
.stream-knowledge,
.knowledge-share-section,
.views-field-field-knowledge-comments,
.views-field-field-post-comment.knowledge-repost-comment {
  --primary-color: #007dff;
  --basicHover: #007dff;
  --primary-color-light: #007dff;
  --primary-color-bold: #045196;
}
.stream-Post,
.post-share-section,
.views-field-field-post-comment ,
.poll-view,
.stream-Blog,
.blog-share-section {
  --primary-color: var(--basicColor);
  --basicHover: var(--basicColor);
  --primary-color-light: #7cb928;
  --primary-color-bold: #517710;
}

.quicktab-activity-stream .card__block {
  padding: 0;
}
/* .quicktab-activity-stream .stream-list-item .media-wrapper .media-inner{
    display: none;
  } */
.quicktab-activity-stream .stream-list-item .card {
  border-radius: 24px 24px 0px 0px;
  padding: 0;
  overflow: visible;
}
.quicktab-activity-stream .stream-list-item .media {
  width: 100%;
  justify-content: space-between;
  /* padding: 24px; */
  /* border-bottom: 2px solid var(--primary-color); */
}
.quicktab-activity-stream .stream-list-item .media .avatar {
/* .quicktab-activity-stream .stream-comment-item .comment .comment__avatar { */
  padding-right: 12px;
  width: 60px;
  min-width: 60px;
  height: 100%;
  float: left;
}
.quicktab-activity-stream .stream-list-item .media .avatar img {
/* .quicktab-activity-stream .stream-comment-item .comment .comment__avatar img { */
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}
.quicktab-activity-stream .stream-list-item .media .metainfo__content {
/* .quicktab-activity-stream .stream-comment-item .comment .commentinfo__content { */
  width: calc(100% - 60px);
  float: left;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-color-bold);
  font-weight: 400;
}
.quicktab-activity-stream .stream-list-item .media .media-body .media-heading {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
  padding: 0;
}
.quicktab-activity-stream .stream-list-item .media .post-date {
  font-size: 14px;
  line-height: 17px;
  color: var(--primary-color-bold);
  font-weight: 400;
  /* padding-right: 38px; */
  /* padding-right: 30px; */
  padding-right: 32px;
  min-width: max-content;
}
.quicktab-activity-stream .stream-list-item .media .mediainfo_author {
  display: flex;
  align-items: center;
  width: 80%;
}
.quicktab-activity-stream .stream-list-item .media .author-name a {
/* .quicktab-activity-stream .stream-comment-item .comment .comment__author a { */
  font-weight: 600;
  color: var(--primary-color-bold);
}
.quicktab-activity-stream .stream-list-item .media .author-name a:hover,
.quicktab-activity-stream .stream-comment-item .comment .comment__author a:hover {
  color: var(--black);
}
/* .quicktab-activity-stream .stream-list-item .card__title{
    display: none;
  } */
.quicktab-activity-stream .stream-list-item .media-wrapper .teaser__body {
  /* padding: 24px; */
  /* padding: 24px 24px 19px 24px; */
  /* margin: 24px 24px 5px 24px; */
  margin: 24px 24px 0px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image {
  margin-bottom: 21px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  /* min-height: 456px; */
  /* border: 1px solid #e6e6e6 !important; */
  max-height: 456px;
  height: 100%;
  /* min-height: 100%; */
  min-height: 456px;
}
/* .quicktab-activity-stream .stream-list-item .teaser__body .teaser__image.two_img > a {
    width: 50%;
    display: flex;
  }
  .quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.three_img img,
  .quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.four_img img {
      width: 276px;
      height:150px;
      object-fit: cover;
      object-position: center center;
  } */
/* .quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.two_img img {
    width: 276px;
    height: 300px;
    object-fit: cover;
    object-position: center center;
  } */
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image img {
  height: 100%;
  max-height: 456px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image.two_img img,
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image.three_img >.img_left:first-child * {
  min-height: 456px;
  height: 100%;
}
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.five_img img {
  height: 228px;
}
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__title.post-title,
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  min-height: auto;
  height: auto;
  /* display: inline-block; edited on 03-12-2024 */
}
/* .quicktab-activity-stream .stream-list-item .teaser__content{
    margin: 17px 0 0px;
  } */
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__title.post-title {
  margin: 0;
}
.quicktab-activity-stream .stream-list-item .reply-btn-wrapper,
.quicktab-activity-stream .stream-list-item .comment-btn-wrapper {
  display: none;
}
.like-and-dislike-section {
  background: #fff;
  /* margin-top: -24px; */
  padding: 24px;
  /* padding-bottom: 40px; */
  padding-top: 48px;
  display: flex;
}
.quicktab-activity-stream .views-field > span {
  /* display: block; */
  width: 100%;
}
.quicktab-activity-stream .stream-list-item .media-wrapper .media-inner {
  position: absolute;
  /* top: 24px;
  right: 24px; */
  top: 19px;
  right: 15px;
  z-index: 5;
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper {
  display: inline-block;
  /* position: relative; */
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper .post-btn {
  /* background: url(../img/Down_Arrow.png) no-repeat center right 0; */
  background: url(../../../icons/down_arrow.svg) no-repeat center;
  /* width: 28px;
  height: 20px; */
  /* width: 18px; */
  /* height: 18px; */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 10px;
  float: right;
  cursor: pointer;
  /* position: absolute;
  bottom: -10px;
  right: -9px; */
  border: 1px solid transparent;
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper.show-options .post-btn {
  transform: rotate(180deg);
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper .post-btn:hover,
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper.show-options .post-btn {
  background-color: rgba(0, 0, 0, 0.07) !important;
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper .post-edit-list {
  padding: 20px;
  list-style-type: none;
  margin: 10px 0 0;
  background: #fff;
  float: right;
  width: 100%;
  -webkit-box-shadow: 0px 0px 8px 2px #cccccc;
  -moz-box-shadow: 0px 0px 8px 2px #cccccc;
  box-shadow: 0px 0px 8px 2px #cccccc;
  display: none;
  border-radius: 24px;
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper.show-options .post-edit-list {
  display: inline-block;
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper .post-edit-list li:first-child a {
  padding-top: 0;
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper .post-edit-list li a {
  display: inline-block;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 0 8px;
  text-align: left;
  font-weight: 400;
}
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper .post-edit-list li:last-child a {
  border: 0;
  padding-bottom: 0px;
}

.quicktab-activity-stream .stream-list-item .teaser__content .teaser__title a.post-text-link {
  color: var(--black);
  font-weight: 600;
  display: block;
}
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__title a.post-text-link:hover {
  color: var(--primary-color);
}
.quicktab-activity-stream .stream-list-item .card-top-section {
  padding: 24px;
  /* padding: 24px 24px 21px; */
  border-bottom: 2px solid var(--primary-color-bold);
}
.quicktab-activity-stream .stream-list-item .card-top-section .card__special_fields {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: var(--primary-color-bold);
}
.quicktab-activity-stream .stream-list-item .card-top-section .card__special_fields .closing-date-field {
  text-transform: uppercase;
}
.quicktab-activity-stream .stream-list-item .card-top-section .card__special_fields > * {
  display: inline-block;
}
.quicktab-activity-stream .stream-list-item .card__title {
  margin-top: 24px;
  padding: 0;
}
.quicktab-activity-stream .stream-list-item .card__title * {
  font-family: var(--secondary-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  padding: 0;
  margin: 0;
}
.quicktab-activity-stream .stream-list-item .card .card-top-section .teaser__title a {
  color: var(--black);
  min-height: auto;
}
.quicktab-activity-stream .stream-list-item .card__title .detail-field {
  color: var(--primary-color);
}
.quicktab-activity-stream .stream-list-item .event-register-section {
  display: flex;
  gap: 12px;
  justify-content: center;
  /* margin: 24px 0; */
  margin: 24px 0 20px;
}
.opportunity-organization-detail {
  /* margin: 24px 0; */
  margin: 17px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: var(--primary-color);
}
body .quicktab-activity-stream .stream-comment-item article .comment__content .comment__text .dropdown-menu > li > a:hover,
.quicktab-activity-stream .stream-list-item .media-wrapper .post-ed-wrapper .post-edit-list li a:hover {
  color: var(--primary-color);
}
.quicktab-activity-stream .stream-comment-item .comment.comment-unpublished .commentinfo__content .ccomment-text,
.comment.comment-unpublished .comment__metadata > em.placeholder,
.comment.comment-unpublished .comment-created-time * {
  color: var(--primary-color);
}
/*******************************social icons************************************/
.bottom-buttons .custom-shariff ul li.twitter a:hover {
  background: url(../../../icons/green/new-icons/twitter_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.facebook a:hover {
  background: url(../../../icons/green/new-icons/facebook_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.linkedin a:hover {
  background: url(../../../icons/green/new-icons/linkedin_hover.svg) no-repeat center var(--color-fff);
}
.bottom-buttons .custom-shariff ul li.addthis a:hover {
  background: url(../../../icons/green/new-icons/add-this_hover.svg) no-repeat center var(--color-fff);
}
.section_two .post-vote-wrapper > div a {
  background: url(../../../icons/green/new-icons/like.svg) no-repeat center;
}
.opportunity-share-section .bottom-buttons .custom-shariff ul li.twitter a:hover {
  background: url(../../../icons/purple/new-icons/twitter_hover.svg) no-repeat center var(--color-fff);
}
.opportunity-share-section .bottom-buttons .custom-shariff ul li.facebook a:hover {
  background: url(../../../icons/purple/new-icons/facebook_hover.svg) no-repeat center var(--color-fff);
}
.opportunity-share-section .bottom-buttons .custom-shariff ul li.linkedin a:hover {
  background: url(../../../icons/purple/new-icons/linkedin_hover.svg) no-repeat center var(--color-fff);
}
.opportunity-share-section .bottom-buttons .custom-shariff ul li.addthis a:hover {
  background: url(../../../icons/purple/new-icons/add-this_hover.svg) no-repeat center var(--color-fff);
}
.knowledge-share-section .bottom-buttons .custom-shariff ul li.twitter a:hover {
  background: url(../../../icons/blue/new-icons/twitter_hover.svg) no-repeat center var(--color-fff);
}
.knowledge-share-section .bottom-buttons .custom-shariff ul li.facebook a:hover {
  background: url(../../../icons/blue/new-icons/facebook_hover.svg) no-repeat center var(--color-fff);
}
.knowledge-share-section .bottom-buttons .custom-shariff ul li.linkedin a:hover {
  background: url(../../../icons/blue/new-icons/linkedin_hover.svg) no-repeat center var(--color-fff);
}
.knowledge-share-section .bottom-buttons .custom-shariff ul li.addthis a:hover {
  background: url(../../../icons/blue/new-icons/add-this_hover.svg) no-repeat center var(--color-fff);
}
.event-share-section .bottom-buttons .custom-shariff ul li.twitter a:hover {
  background: url(../../../icons/pink/new-icons/twitter_hover.svg) no-repeat center var(--color-fff);
}
.event-share-section .bottom-buttons .custom-shariff ul li.facebook a:hover {
  background: url(../../../icons/pink/new-icons/facebook_hover.svg) no-repeat center var(--color-fff);
}
.event-share-section .bottom-buttons .custom-shariff ul li.linkedin a:hover {
  background: url(../../../icons/pink/new-icons/linkedin_hover.svg) no-repeat center var(--color-fff);
}
.event-share-section .bottom-buttons .custom-shariff ul li.addthis a:hover {
  background: url(../../../icons/pink/new-icons/add-this_hover.svg) no-repeat center var(--color-fff);
}
.opportunity-share-section .section_two .post-vote-wrapper > div a {
  background: url(../../../icons/purple/new-icons/like.svg) no-repeat center;
}
.event-share-section .section_two .post-vote-wrapper > div a {
  background: url(../../../icons/pink/new-icons/like.svg) no-repeat center;
}
.knowledge-share-section .section_two .post-vote-wrapper > div a {
  background: url(../../../icons/blue/new-icons/like.svg) no-repeat center;
}
.quicktab-activity-stream .teaser__content .card__actionbar {
  padding: 0;
  margin: 0;
  /* display: flex;
    justify-content: space-between; */
}
/* .quicktab-activity-stream .teaser__content .card__actionbar > * {
  width: 100%;
} */
.ajax-progress-throbber {
  display: inline-block;
  -webkit-animation: glyphicon-spin 1s infinite linear;
  animation: glyphicon-spin 1s infinite linear;
  background-image: url(../../../icons/icon-autorenew.svg);
  position: relative;
  top: 3px;
  width: 13px;
  height: 13px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.ajax-progress-throbber .message {
  display: none;
}
/* .throbber{
    background-image: url(../../../icons/icon-autorenew.svg);
    position: relative;
    top: 3px;
    width: 13px;
    height: 13px;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  } */
.flag-link {
  display: flex;
  align-items: center;
}
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image:has(iframe) {
  display: block;
}
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image:has(iframe) *,
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image a {
  height: 100%;
  width: 100%;
}
.quicktab-activity-stream .stream-list-item .type-link * {
  border: 0;
  margin: 0;
  padding: 0;
}
.quicktab-activity-stream .stream-list-item .type-link {
  /* margin-bottom: 5px; */
  /* margin-top: 13px; */
  margin-top: 20px;
}
/* .quicktab-activity-stream .stream-list-item .teaser__content > div:last-child{
  margin-bottom: 0;
} */
.quicktab-activity-stream .type-link a {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 19px;
}
.quicktab-activity-stream .type-link a:hover {
  color: #266c2c;
}
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__title a.post-text-link {
  /* margin-bottom: 13px; */
  margin-top: 17px;
  width: fit-content;
  display: block;
}
.quicktab-activity-stream .stream-list-item .teaser__content .post-file span.file-icon,
.quicktab-activity-stream .stream-list-item .teaser__content .post-file span.file-size {
  display: none;
}
.quicktab-activity-stream .stream-list-item .teaser__content .post-file span.file-link {
  position: relative;
  padding-left: 24px;
}
.quicktab-activity-stream .stream-list-item .teaser__content .post-file span.file-link a::before {
  content: "";
  background: url(../../../icons/download-arrow.svg) no-repeat center var(--primary-color);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: 9px !important;
  position: absolute;
  left: 0px;
  top: -1px;
}
.quicktab-activity-stream .stream-list-item .stream-Post .teaser__content .post-file span.file-link a:hover::before {
  background: url(../../../icons/green/download-arrow.svg) no-repeat center var(--color-fff);
  border: 2px solid var(--primary-color);
}
.quicktab-activity-stream .stream-list-item .stream-Opportunity .teaser__content .post-file span.file-link a:hover::before {
  background: url(../../../icons/purple/download-arrow.svg) no-repeat center var(--color-fff);
  border: 2px solid var(--primary-color);
}
.quicktab-activity-stream .stream-list-item .stream-Knowledge .teaser__content .post-file span.file-link a:hover::before {
  background: url(../../../icons/blue/new-icons/download-arrow.svg) no-repeat center var(--color-fff);
  border: 2px solid var(--primary-color);
}
.quicktab-activity-stream .stream-list-item .stream-Event .teaser__content .post-file span.file-link a:hover::before {
  background: url(../../../icons/pink/download-arrow.svg) no-repeat center var(--color-fff);
  border: 2px solid var(--primary-color);
}
.shared_details .card > .card__block {
  /* padding: 24px 50px 10px; */
  padding: 24px 50px 0px;
}
.shared_details .card > .card__block > .media-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  /* margin-bottom: 20px; */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.001), 0 0px 4px rgba(0, 0, 0, 0.09);
}
.shared_details .media .mediainfo_author {
  width: 100% !important;
}
.shared_details .media .post-date {
  padding: 0 !important;
}
/********************************************************/
.not-logged-in .quicktab-activity-stream .stream-list-item .media .post-date {
  padding-right: 0;
}
.not-logged-in .like-and-dislike-section {
  border-radius: 0 0px 24px 24px;
  margin: 0px 0 28px;
}
/***********************************************/
body .stream .teaser__body .teaser__image.two_img > a {
  width: 50%;
  display: flex;
}
/* body .stream .teaser__body .teaser__image.three_img,
body .stream .teaser__body .teaser__image.five_img ,
body .stream .teaser__body .teaser__image.three_img,
body .stream .teaser__body .teaser__image.five_img {
  -webkit-align-items: initial !important;
  justify-content: initial !important;
  align-items: initial !important;
} */
body .stream .teaser__body .teaser__image.three_img > .img_left,
body .stream .teaser__body .teaser__image.four_img > a {
  width: 50%;
  display: flex;
  align-items: center;
}
body .stream .teaser__body .teaser__image.three_img > .img_left > * {
  display: flex;
  height: 100%;
}
body .stream .teaser__body .teaser__image.three_img > .img_right ,
body .stream .teaser__body .teaser__image.two_img > img,
body .stream .teaser__body .teaser__image.three_img > .img_left ,
body .stream .teaser__body .teaser__image.three_img > .img_right,
body .stream .teaser__body .teaser__image.four_img > img {
  width: 50%;
}
body .stream .teaser__body .teaser__image.five_img > a:nth-child(1) {
  width: 33.33%;
  display: flex;
  order: 1;
}
body .stream .teaser__body .teaser__image.five_img > a:nth-child(2) {
  width: 33.33%;
  display: flex;
  order: 2;
}
body .stream .teaser__body .teaser__image.five_img > a:nth-child(3) {
  width: 33.33%;
  display: flex;
  order: 3;
}
body .stream .teaser__body .teaser__image.five_img > a:nth-child(4) {
  width: 50%;
  display: flex;
  order: 4;
}
body .stream .teaser__body .teaser__image.five_img > a:nth-child(5) {
  width: 50%;
  display: flex;
  order: 5;
}
body .stream .teaser__body .teaser__image.five_img > img:nth-child(1) {
  width: 33.33%;
  order: 1;
}
body .stream .teaser__body .teaser__image.five_img > img:nth-child(2) {
  width: 33.33%;
  order: 2;
}
body .stream .teaser__body .teaser__image.five_img > img:nth-child(3) {
  width: 33.33%;
  order: 3;
}
body .stream .teaser__body .teaser__image.five_img > img:nth-child(4) {
  width: 50%;
  order: 4;
}
body .stream .teaser__body .teaser__image.five_img > img:nth-child(5) {
  width: 50%;
  order: 5;
}
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.three_img .img_right img,
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.four_img img {
  height: 228px;
}
/* .quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.five_img a:nth-child(5) img,
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.five_img a:nth-child(4) img {
    width: 276px;
    height:150px;
    object-fit: cover;
    object-position: center center;
}
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.five_img a:nth-child(1) img,
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.five_img a:nth-child(2) img,
.quicktab-activity-stream .stream-list-item .teaser__content .teaser__image.five_img a:nth-child(3) img {
    width: 183px;
    height:150px;
    object-fit: cover;
    object-position: center center;
} */
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image:has(iframe) * {
  min-height: 456px;
}
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image iframe {
  border: 1px solid #e6e6e6;
}
.quicktab-activity-stream .shared_details .stream-list-item .media-wrapper .teaser__body {
  margin: 24px 24px 24px 24px;
}
.card .detail-page-body a:hover {
  color: var(--primary-color);
}
.card .card-top-section .media-body a {
  font-weight: 600;
}
.card .card-top-section .media-body a:hover {
  color: var(--black);
}
body.group_page .stream > div.views-infinite-scroll-content-wrapper > .views-field:last-child,
body.path-frontpage .stream > div > .views-field:last-child {
  margin-bottom: 0px;
}
body.group_page .stream > nav,
body.path-frontpage .stream > nav {
  margin-top: 60px;
}
body.group_page  .quicktab-activity-stream > .form-group {
  margin-bottom: 0px !important;
}
/* .quicktab-activity-stream .stream-list-item .media-wrapper .teaser__body:not(:has(.post-text-link)) {
  display: none;
} */
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image.single_img {
  max-height: max-content;
  min-height: 100%;
}
.quicktab-activity-stream .stream-list-item .teaser__body .teaser__image.single_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  /* max-height: 100%; */
  display: block;
  margin: auto;
  object-fit: unset;
}
.card .media-comment-desc {
  margin-bottom: 24px;
  /* width: 100%; */
  width: calc(100% - 30px);
}
.card .media-comment-desc .media-heading {
  font-size: inherit;
  line-height: inherit;
}
.card .media-comment-desc .media-heading a {
  font-weight: 600;
}
.quicktab-activity-stream .stream-list-item .media {
  flex-wrap: wrap;
}
.card .media-comment-desc a {
  font-weight: 600;
  color: var(--primary-color-bold);
}
.card .media-comment-desc a:hover {
  color: var(--black);
}
/* .quicktab-activity-stream .stream-list-item .card .media:has(.media-comment-desc) {
align-items: center;
} */
.stream-list-item .card .card__block .card-top-section .media:has(.media-comment-desc) .post-date {
  padding-right: 0 !important;
}
