/* body.enhanced_listing_page .enhanced-card-view .views-infinite-scroll-content-wrapper {
  gap: 24px;
} */
.pill-card {
  box-shadow: none;
  background-color: var(--color-fff);
  border-radius: 24px;
  /* height: 48px; */
  min-height: 48px;
  cursor: pointer;
  overflow: hidden;
}
.pill-card:hover {
  background-color: var(--primary-color);
  color: #fff;
  transition: all 0.3s ease;
}
.pill-card .teaser__title {
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 0;
  transition: all 0.25s ease;
  /* width: 65%; */
  width: auto;
  display: flex;
  gap: 5px;
  align-items: baseline;
}
body.enhanced_listing_page .card.pill-card .teaser__title {
  margin-bottom: 7px !important;
}
.pill-card .teaser__title * {
  margin-bottom: 0 !important;
}
.pill-card .teaser__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  /* padding: 10px 20px; */
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.pill-card .teaser__body .cop-list-members {
  color: var(--primary-color-bold);
  transition: all 0.25s ease;
  font-size: 16px;
  line-height: 19px;
}

.pill-card:hover .teaser__body .cop-list-members,
.pill-card:hover .teaser__title,
.pill-card:hover .teaser__oppt_type,
.pill-card:hover .meta_closing_date {
  color: var(--color-fff);
}
.pill-card .teaser__oppt_type,
.pill-card .meta_closing_date {
  color: var(--primary-color);
}
.pill-card .meta_oppt_desc {
  display: flex;
  width: 80%;
  height: 100%;
  justify-content: space-between;
}
/* .pill-card .meta_oppt_desc > * {
  width: 40%;
} */
.pill-card .meta_closing_date {
  width: 20%;
  display: flex;
  justify-content: end;
}
.pill-card > span.field-content {
  width: 100%;
  height: 100%;
}
.enhanced_listing_page .enhanced-card-view .views-infinite-scroll-content-wrapper {
  margin-bottom: 38px !important;
}
