.elementor-7232 .elementor-element.elementor-element-eff9965{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7232 .elementor-element.elementor-element-9b16c7a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c6d2dea *//* =====================================================
   🎨 PALETA
===================================================== */
:root {
  --ic-blue: #1f4f7b;
  --ic-green: #4c7b5c;
  --ic-headline: #5b3a26;
  --ic-strong: #1f4f7b;
  --ic-text: #222;
}

/* =====================================================
   🧱 SPOLEČNÝ ZÁKLAD PRO FREE + PAID
===================================================== */
.itinerary-section,
.paid-section {
  max-width: 760px;
  margin: 0 auto 4rem;
  padding: 2.6rem 2.2rem;

  background: #f7faf9;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 16px 44px rgba(0,0,0,.05);

  font-family: "Helvetica Neue", ui-sans-serif, system-ui,
    -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  color: var(--ic-text);
}

/* =====================================================
   🏷️ BADGE
===================================================== */
.itinerary-badge {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ic-green);
  background: rgba(76,123,92,.08);
  border-radius: 999px;
  padding: .4rem .9rem;
  margin-bottom: 1.2rem;
}

/* =====================================================
   🧠 NADPISY
===================================================== */
.itinerary-heading {
  margin: 0 0 1.8rem;
  font-size: 1.9rem;
  line-height: 1.25;
  font-weight: 600;
  color: var(--ic-headline);
}

.paid-heading {
  margin: 3rem 0 1.6rem;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--ic-headline);
}

.paid-subheading {
  margin: 2.4rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ic-headline);
}

/* =====================================================
   📄 TEXT
===================================================== */
.itinerary-intro p,
.paid-content p {
  margin: 0 0 1.2rem;
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--ic-text);
}

.itinerary-section strong,
.paid-section strong,
.itinerary-section b,
.paid-section b {
  color: var(--ic-strong);
  font-weight: 600;
}

/* =====================================================
   📋 SEZNAMY
===================================================== */
.paid-list,
.itinerary-section ul,
.itinerary-section ol {
  margin: 1.2rem 0 1.6rem 1.4rem;
  padding: 0;
}

.paid-list li,
.itinerary-section li {
  margin-bottom: .9rem;
  line-height: 1.6;
  font-size: 1rem;
}

/* číslované seznamy trochu vzdušnější */
ol.paid-list li {
  padding-left: .2rem;
}

/* =====================================================
   ✂️ ELEMENTOR / WP FIXY
===================================================== */
.elementor-widget-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section {
  margin-bottom: 0 !important;
}

/* =====================================================
   📱 MOBIL
===================================================== */
@media (max-width: 768px) {
  .itinerary-section,
  .paid-section {
    padding: 1.8rem 1.4rem;
  }

  .itinerary-heading {
    font-size: 1.6rem;
  }

  .paid-heading {
    font-size: 1.45rem;
  }

  .paid-subheading {
    font-size: 1.15rem;
  }

  .itinerary-intro p,
  .paid-content p {
    font-size: .98rem;
  }
}

/* =====================================================
   🖨️ PRINT / PDF
===================================================== */
@media print {
  .itinerary-section,
  .paid-section {
    box-shadow: none;
    border: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b8e734 *//* =====================================================
   🔒 PAYWALL CTA – VERTIKÁLNÍ
===================================================== */

.paywall-cta {
  margin-top: 0.0rem;
  padding: 1.8rem 1.8rem;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;

  background: #f7faf9;
  border: 1px dashed rgba(0,0,0,.15);
  border-radius: 16px;
  text-align: center;
}

.paywall-note {
  font-size: .95rem;
  font-weight: 500;
  color: var(--ic-text);
}

.paywall-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: .8rem 2rem;
  font-size: 1rem;
  font-weight: 600;

  color: #fff;
  background: var(--ic-blue);
  border-radius: 999px;
  text-decoration: none;

  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.paywall-button:hover {
  background: var(--ic-green);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}/* End custom CSS */