.yk-section--popular {
  margin-top: -20px;
  margin-bottom: 56px;
}
.yk-section--popular .yk-section__title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #222;
}
.yk-section--popular .yk-card {
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.yk-section--popular .yk-card__thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.yk-section--popular .yk-card__body {
  padding: 12px 14px 14px;
}
.yk-section--popular .yk-card__title {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
}
.yk-section--popular .yk-card__title a {
  color: #222;
}
.yk-section--popular .yk-card__excerpt {
  font-size: 13px;
  color: #5c5c5c;
  margin: 0 0 8px;
  line-height: 1.5;
}
.yk-section--popular .yk-card__meta {
  font-size: 12px;
  color: #9a9a9a;
  margin: 0;
}
.yk-section--popular .yk-card--highlight .yk-card__thumb img {
  height: 200px;
}
.yk-section--popular .yk-list--stacked {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.yk-section--popular .yk-media {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 12px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background: #fff;
}
.yk-section--popular .yk-media--small {
  grid-template-columns: 90px 1fr;
  padding: 10px;
}
.yk-section--popular .yk-media__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.yk-section--popular .yk-media__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.yk-section--popular .yk-media__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.yk-section--popular .yk-media__title a {
  color: #222;
}
@media (max-width: 767px) {
  .yk-section--popular .yk-card__thumb img {
    height: 150px;
  }
  .yk-section--popular .yk-media {
    grid-template-columns: 120px 1fr;
  }
}
