.cl-page--classifieds .cl-main {
  background: #f4f6f9;
}

.cl-page--classifieds .cl-page__inner {
  max-width: 1400px;
  margin-inline: auto;
}

.cl-page--classifieds .cl-classifieds-popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.6rem;
  margin-top: 0.65rem;
  margin-bottom: 0.15rem;
}

.cl-page--classifieds .cl-classifieds-popular__label {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 600;
}

.cl-page--classifieds .cl-classifieds-popular__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cl-page--classifieds .cl-classifieds-popular__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.24rem 0.62rem;
  border-radius: 999px;
  border: 1px solid #d8dee9;
  background: #fff;
  color: #334155;
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
}

.cl-page--classifieds .cl-classifieds-popular__chip:hover {
  border-color: #0052ff;
  color: #0052ff;
  background: #eff6ff;
}

.cl-page--classifieds .cl-result-card {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
}

.cl-page--classifieds .cl-result-card .cl-result-media {
  height: 100%;
}

.cl-page--classifieds .cl-result-card .card-body {
  padding: 1rem 1.05rem;
}

@media (max-width: 991.98px) {
  .cl-page--classifieds .cl-result-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .cl-page--classifieds .cl-result-card .cl-result-media {
    height: auto;
    flex: 0 0 auto;
  }

  .cl-page--classifieds .cl-result-card .card-body {
    display: block;
    flex: 1 1 auto;
  }
}
