body.enhanced_listing_page .enhanced-card-view .views-infinite-scroll-content-wrapper {
  gap: 24px;
  margin-bottom: 36px;
}
.enhanced_user_blog .enhanced-card-view .views-infinite-scroll-content-wrapper {
  gap: 32px !important;
  margin-bottom: 36px !important;
}
.card {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  padding: 24px;
  box-shadow: none;
  margin-bottom: 0px;
}
.card:not(.pill-card) .teaser__image {
  margin-bottom: 23px;
  height: 168px;
  max-height: 168px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  /* new */
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
}
.card .teaser__image img {
  /* height: 168px;
  max-height: 168px; */
  height: 100%;
  width: 100%;
  /* border: 1px solid #e6e6e6; */
  /*new*/
  /* height: auto; */
  object-fit: contain;
}
.card .teaser__title {
  margin-bottom: 22px;
}
.card .teaser__title a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--primary-color);
  /* min-height: 44px; */
  /* height: 44px; */
  display: inline-block;
}
.card .teaser__body .grp_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.card .teaser__body .card__link {
  font-size: unset;
  margin-left: 0px;
  float: unset;
  -webkit-transition: unset;
  transition: unset;
}
.card .teaser__body .card__link a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 17px;
}
/* Task #383493 28-11-2024 */
.group_about .group-about-view .group {
  padding: 0;
  border-radius: 0;
}
.group_about .card__body {
  padding: 0;
}
/* 02-12-24 Task #384034 */
.group_about .group-about-view .field--name-field-group-description table a {
  margin-right: 8px !important;
}
/* .group_about
  .group-about-view
  .field--name-field-group-description
  p:last-child {
  display: none;
} */
.group_about .group-about-view .field--name-field-group-description p:nth-of-type(13) a {
  font-weight: 600;
}
.path-frontpage .quicktab-activity-stream .stream-list-item .card-top-section .card__special_fields .closing-date-field {
  text-transform: capitalize;
}

.path-discussions .card .teaser__image {
  margin-bottom: 15px;
}
.path-search .search-content-status {
  margin-bottom: 10px;
}
.card .group_name a {
  color: var(--black);
  text-decoration: underline;
}
.card .group_name a:hover {
  color: #007dff !important;
  /* text-decoration: underline; */
}
.card .teaser__title a:hover {
  /* .card .group_name a:hover { */
  color: var(--black);
}
.card .card__link a:hover,
.card .attendee_list_wrapper a:hover {
  color: var(--primary-color);
}
/* .group_listing_page.enhanced_listing_page .card.teaser{
  padding-bottom: 99px;
} */
.group_listing_page.enhanced_listing_page .card.teaser.pill-card {
  padding-bottom: 24px;
}
.card .teaser__body .grp_desc p:last-child {
  margin: 0;
}
.card a .teaser__image img {
  transition: transform 0.7s ease-in-out;
}
.card a:hover .teaser__image img {
  transform: scale(1.2);
  /* animation-name: zoomInOut; */
  /* animation: zoomInOut 0.6s ease-in-out; */
}
/* .card:not(.pill-card) span:has(a img){
  overflow: hidden;
} */
/* @keyframes zoomInOut {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
} */
