.elementor-935 .elementor-element.elementor-element-d2bae6e{--display:flex;}.elementor-935 .elementor-element.elementor-element-d1f231f > .elementor-widget-container{margin:100px 100px 100px 100px;}/* Start custom CSS for html, class: .elementor-element-d1f231f *//* ========================================
   HikeBuddy – About Page
======================================== */

/* page wrapper */
.site-main,
.page-content {
  background: #f8f8f8;
}

.page-content > * {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* če je content v navadnem WP editorju */
.entry-content,
.page-content {
  color: #1f2937;
  font-family: inherit;
  line-height: 1.75;
}

/* glavni content box */
.entry-content,
.page-content .wp-block-post-content,
.page-content .elementor-widget-theme-post-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 20px 80px;
}

/* card videz za content */
.entry-content > *:not(figure),
.page-content .wp-block-post-content > *:not(figure),
.page-content .elementor-widget-theme-post-content > *:not(figure) {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  padding: 28px 32px;
  margin: 0 0 20px 0;
}

/* naslov */
h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #111827;
  margin: 0 0 20px 0;
  background: linear-gradient(135deg, #06A948 0%, #089c44 100%) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 16px 34px rgba(6, 169, 72, 0.16) !important;
  padding: 34px 36px !important;
}

/* podnaslovi */
h2 {
  font-size: 1.45rem;
  line-height: 1.2;
  font-weight: 800;
  color: #1f2937;
  margin: 0 0 14px 0;
  position: relative;
  padding-left: 16px;
}

h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 5px;
  height: calc(100% - 4px);
  border-radius: 999px;
  background: #06A948;
}

/* odstavki */
p {
  font-size: 1.05rem;
  color: #4b5563;
  margin: 0;
}

p + p {
  margin-top: 14px;
}

/* links */
a {
  color: #06A948;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: #05863a;
  text-decoration: underline;
}

/* list */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #374151;
  font-size: 1.02rem;
}

ul li:last-child {
  margin-bottom: 0;
}



/* figure / image block */
figure {
  margin: 28px 0 0 0;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  overflow: hidden;
}

figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

figcaption {
  padding: 16px 22px 20px;
  font-size: 0.95rem;
  color: #6b7280;
  text-align: center;
  background: #fcfcfc;
  border-top: 1px solid #efefef;
}

/* močan CTA styling za zadnji blok */
h2:last-of-type,
h2:last-of-type + p {
  position: relative;
}

h2:last-of-type + p {
  background: linear-gradient(180deg, #f7fdf9 0%, #ffffff 100%) !important;
  border: 1px solid #dff3e6 !important;
}

/* lepši first paragraph pod H1 */
h1 + p {
  font-size: 1.08rem;
  color: #374151;
}

/* responsive */
@media (max-width: 768px) {
  .entry-content,
  .page-content .wp-block-post-content,
  .page-content .elementor-widget-theme-post-content {
    padding: 28px 14px 56px;
  }

  .entry-content > *:not(figure),
  .page-content .wp-block-post-content > *:not(figure),
  .page-content .elementor-widget-theme-post-content > *:not(figure) {
    border-radius: 18px;
    padding: 20px 18px;
    margin-bottom: 14px;
  }

  h1 {
    padding: 26px 22px !important;
    border-radius: 20px !important;
    font-size: 2rem;
  }

  h2 {
    font-size: 1.2rem;
    padding-left: 14px;
  }

  p,
  ul li {
    font-size: 0.98rem;
  }

  figure {
    border-radius: 20px;
  }
}/* End custom CSS */