.banners-content.body-banners {
  gap: 50px;
}
.banners-content.body-banners > div {
  width: 100%;
}
.cdmc-places__panel {
  padding: 36px 30px 30px;
  border-radius: var(--cdmc-radius);
  background: var(--cdmc-surface-places);
}

.cdmc-places .cdmc-carousel {
  padding: 0 40px;
}

.cdmc-places__item {
  padding: 24px 20px 20px;
  border-radius: var(--cdmc-radius);
  background: var(--cdmc-white);
}

.cdmc-places__item img {
  width: 100%;
  /* v návrhu 179 × 179 */
  aspect-ratio: 1;
  margin-bottom: 22px;
  border-radius: var(--cdmc-radius);
  object-fit: cover;
}

.cdmc-places__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 17px;
  font-family: var(--cdmc-font);
  font-weight: 800;
  line-height: 1.24;
}

.cdmc-places__name .cdmc-tri {
  font-size: 25px;
}
.cdmc-places .cdmc-carousel__btn {
  filter: drop-shadow(4px 4px 4.8px rgba(0, 0, 0, 0.32));
}

/* --- spodní lišta: "načíst další" + hledání ----------------------- */
.cdmc-places__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding: 0 40px;
}

.cdmc-places__more {
  flex: 0 0 299px;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  font-family: var(--cdmc-font);
}

@media (max-width: 991px) {
  .cdmc-places__actions {
    flex-wrap: wrap;
  }

  .cdmc-places__caret {
    display: none;
  }

  .cdmc-places__more,
  .cdmc-places__search {
    flex: 1 1 100%;
    max-width: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .cdmc-places__panel {
    padding: 20px 12px;
  }

  .cdmc-places .cdmc-carousel {
    padding: 0 28px;
  }
  .cdmc-places__actions {
    padding: 0 28px;
  }
}
