.m-page {
  padding-top: 7rem;
  padding-bottom: 4rem;
}
.error404 .site-header,
.page:not(.home) .site-header {
  background: none;
}
.error404 .chata-logo,
.page:not(.home) .chata-logo {
  filter: brightness(1);
}
.page-template-page-reservation .cta-action {
  display: none;
}
.page-template-page-reservation .site-header {
  display: none;
}
.page-id-1247,
.error404 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce-checkout .cta-action {
  display: none!important;
}
#seo-wypozyczalnia {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--color-bg-light, #fafafa);
}
#seo-wypozyczalnia .m-trail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  #seo-wypozyczalnia .m-trail__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
#seo-wypozyczalnia .seo-title-h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2.5rem 0 1.25rem 0;
  line-height: 1.3;
  color: var(--color-text-dark, #111);
}
#seo-wypozyczalnia .m-trail__list {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
  padding: 0;
}
#seo-wypozyczalnia .m-trail__list li {
  margin-bottom: 1.25rem;
  display: flex;
}
#seo-wypozyczalnia p {
  color: var(--color-text-muted, #555);
  line-height: 1.6;
}
