/* :root {
  --primary-color: #e94e1b;
  --primary-color-bold: #BF401F;
  --primary-color-light: #e94e1b;
} */

.pill-card {
  border-radius: 24px !important;
}

@media screen and (max-width:991px) {
  body.enhanced_listing_page .enhanced-card-view .views-infinite-scroll-content-wrapper {
    grid-template-columns: var(--grid-one-column) !important;
  }
}
