.elementor-194 .elementor-element.elementor-element-1c125ef{overflow:visible;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7c8dfce *//* =============================
   KONTAKT – PODSTRONA
   ============================= */

.hornicok-contact-page {
  background: #FFF4E0;
  padding: 80px 20px;
  font-family: 'Montserrat', sans-serif;
}

.hornicok-contact-page__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hornicok-contact-page__hero {
  text-align: center;
  margin-bottom: 50px;
}

.hornicok-contact-page__title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #2F4730;
  margin-bottom: 12px;
}

.hornicok-contact-page__lead {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

/* GRID 2 kolumny */

.hornicok-contact-page__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-bottom: 50px;
}

.hornicok-contact-page__box {
  background: #FFFDF8;
  padding: 28px 26px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
}

.hornicok-contact-page__box h2 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #2F4730;
  margin-bottom: 12px;
}

.hornicok-contact-page__item {
  margin-bottom: 18px;
  font-size: 15px;
  color: #333;
}

.hornicok-contact-page__tel {
  font-size: 20px;
  color: #2F4730 !important;
  font-weight: 700;
}

.hornicok-contact-page__box a {
  color: #2F4730;
  font-weight: 600;
  text-decoration: none;
}

.hornicok-contact-page__hours {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.hornicok-contact-page__hours li {
  margin-bottom: 4px;
}

/* MAPA */

.hornicok-contact-page__map iframe {
  width: 100%;
  height: 380px;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* CTA */

.hornicok-contact-page__cta {
  text-align: center;
  margin-top: 55px;
}

.hornicok-contact-page__cta h2 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #2F4730;
  margin-bottom: 10px;
}

.hornicok-contact-page__cta p {
  font-size: 16px;
  color: #333;
  margin-bottom: 22px;
}

.hornicok-contact-page__cta-btn {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 999px;
  border: 2px solid #2F4730;
  background: #FFF4E0;
  color: #2F4730;
  font-weight: 700;
  text-decoration: none;
  transition: .2s;
}

.hornicok-contact-page__cta-btn:hover {
  background: #F4A52E;
  border-color: #F4A52E;
  color: #2F4730;
}

/* RWD */

@media (max-width: 800px) {
  .hornicok-contact-page__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */