
/* Bezpečná úprava rozostupov – nemení obsah ani fotografie */

.mpb-story-block,
.mpb-wide,
.mpb-duo {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mpb-story-block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mpb-story-block .mpb-columns {
  align-items: flex-start !important;
  column-gap: 34px !important;
  row-gap: 24px !important;
}

.mpb-story-block .mpb-text,
.mpb-story-block .mpb-visual {
  align-self: flex-start !important;
}

.mpb-story-block .mpb-text {
  padding-top: 8px !important;
}

.mpb-story-block .mpb-text p {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.mpb-story-block .mpb-text p:last-child {
  margin-bottom: 0 !important;
}

.mpb-photo {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mpb-photo img {
  max-height: 540px !important;
  object-fit: cover !important;
}

.mpb-photo.is-portrait img {
  max-height: 610px !important;
}

.mpb-wide .mpb-photo img {
  max-height: 590px !important;
}

.mpb-duo .mpb-photo img {
  height: 410px !important;
  object-fit: cover !important;
}

.mpb-photo figcaption {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.mpb-facts {
  margin-bottom: 36px !important;
}

.mpb-dark {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.mpb-gallery {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}

.mpb-booking {
  margin-top: 58px !important;
  margin-bottom: 58px !important;
}

@media (max-width: 850px) {
  .mpb-story-block,
  .mpb-wide,
  .mpb-duo {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .mpb-story-block .mpb-text {
    padding-top: 0 !important;
  }

  .mpb-photo img,
  .mpb-photo.is-portrait img,
  .mpb-wide .mpb-photo img {
    max-height: 520px !important;
  }

  .mpb-duo .mpb-photo img {
    height: auto !important;
    max-height: 520px !important;
  }
}
