.elementor-3994 .elementor-element.elementor-element-ec8fe2f{margin-top:100px;margin-bottom:0px;}.elementor-3994 .elementor-element.elementor-element-2afbea3{column-gap:0px;}/* Start custom CSS for theme-post-title, class: .elementor-element-8e9987f *//* --- Nadpis příspěvku --- */
.single-post .entry-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0A4C6B; /* tmavší modrá-zelená pro důraz */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ec8fe2f *//* --- Kontejner příspěvku --- */
.single-post .entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Roboto", sans-serif;
  color: #333;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-2afbea3 */.event-meta-datum,
.event-meta-misto {
  display: flex;
  align-items: center;
  gap: 6px;                /* menší mezera mezi ikonou a textem */
  background: #f5f9fb;
  padding: 0px 12px;       /* užší padding */
  border-radius: 8px;      /* mírně menší zaoblení */
  margin-bottom: 8px;      /* menší mezera mezi položkami */
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;       /* menší text */
  color: #0A4C6B;
  max-width: 300px;        /* užší šířka */
  height: 25px;
}

.event-meta-datum .elementor-dynamic-field,
.event-meta-misto .elementor-dynamic-field {
  font-weight: 600;
  color: #093b52;
}

.event-meta-datum::before {
  content: "📅 ";
}

.event-meta-misto::before {
  content: "📍 ";
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-001ca92 */.event-meta-datum,
.event-meta-misto {
  display: flex;
  align-items: center;
  gap: 6px;                /* menší mezera mezi ikonou a textem */
  background: #f5f9fb;
  padding: 0px 12px;       /* užší padding */
  border-radius: 8px;      /* mírně menší zaoblení */
  margin-bottom: 8px;      /* menší mezera mezi položkami */
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;       /* menší text */
  color: #0A4C6B;
  max-width: 300px;        /* užší šířka */
  height: 20px;
}

.event-meta-datum .elementor-dynamic-field,
.event-meta-misto .elementor-dynamic-field {
  font-weight: 600;
  color: #093b52;
}

.event-meta-datum::before {
  content: "📅 ";
}

.event-meta-misto::before {
  content: "📍 ";
}/* End custom CSS */
/* Start custom CSS for post-navigation, class: .elementor-element-9054370 *//* Obal navigace */
.elementor-post-navigation {
  display: flex;
  justify-content: space-between; /* levá / pravá */
  align-items: center;
  background: #f5f9fb;
  border-radius: 12px;
  padding: 12px 20px;
  margin: 30px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: "Roboto", sans-serif;
}

/* Každý odkaz */
.elementor-post-navigation a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #0A4C6B;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

/* Hover efekt */
.elementor-post-navigation a:hover {
  color: #093b52;
  transform: translateX(3px);
}

/* Mobilní zobrazení */
@media (max-width: 768px) {
  .elementor-post-navigation {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
  .elementor-post-navigation a {
    justify-content: center;
  }
}/* End custom CSS */