.elementor-339 .elementor-element.elementor-element-b07ce51{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-widget-archive-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-archive-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-archive-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-archive-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-archive-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-archive-posts .elementor-posts-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-339 .elementor-element.elementor-element-80936af{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-339 .elementor-element.elementor-element-80936af .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-339 .elementor-element.elementor-element-80936af:after{content:"0.66";}.elementor-339 .elementor-element.elementor-element-80936af .elementor-post__thumbnail__link{width:100%;}.elementor-339 .elementor-element.elementor-element-80936af .elementor-post__meta-data span + span:before{content:"///";}.elementor-339 .elementor-element.elementor-element-80936af.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-339 .elementor-element.elementor-element-80936af.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-339 .elementor-element.elementor-element-80936af.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-339 .elementor-element.elementor-element-80936af .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-339 .elementor-element.elementor-element-80936af .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-339 .elementor-element.elementor-element-80936af .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-339 .elementor-element.elementor-element-80936af .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-339 .elementor-element.elementor-element-80936af .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}@media(max-width:767px){.elementor-339 .elementor-element.elementor-element-b07ce51{--padding-top:40px;--padding-bottom:40px;--padding-left:16px;--padding-right:16px;}.elementor-339 .elementor-element.elementor-element-80936af .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-339 .elementor-element.elementor-element-80936af:after{content:"0.5";}.elementor-339 .elementor-element.elementor-element-80936af .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for archive-posts, class: .elementor-element-80936af *//* ============================================================
   RENTIFY BLOG LISTING — Posts Widget CSS
   Nalepi na kraj postojećeg Rentify CSS-a u Additional CSS
   ============================================================ */

/* ── Grid layout — 3 kolone ── */
.rentify-blog-listing .elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
}

/* ── Kartica ── */
.rentify-blog-listing .elementor-post {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e7e1d8;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  display: flex;
  flex-direction: column;
}

.rentify-blog-listing .elementor-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(20, 17, 14, 0.10);
}

/* ── Slika ── */
.rentify-blog-listing .elementor-post__thumbnail__link {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.rentify-blog-listing .elementor-post__thumbnail__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

/*.rentify-blog-listing .elementor-post:hover .elementor-post__thumbnail__link img {*/
/*  transform: scale(1.04);*/
/*}*/

/* ── Body (tekst deo kartice) ── */
.rentify-blog-listing .elementor-post__text {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── Naslov ── */
.rentify-blog-listing .elementor-post__title {
  margin: 0 0 14px !important;
}

.rentify-blog-listing .elementor-post__title a {
  font-family: 'Fraunces', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
  color: #14110e !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
  display: block;
}

.rentify-blog-listing .elementor-post__title a:hover {
  color: #8a3f23 !important;
}

/* ── Meta (datum) ── */
.rentify-blog-listing .elementor-post__meta-data {
  font-family: 'Manrope', sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #9c9389 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  margin-top: auto !important;
  padding-top: 14px !important;
  border-top: 1px dashed #e7e1d8 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.rentify-blog-listing .elementor-post__meta-data::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  background: #b85f3a;
  flex-shrink: 0;
}

/* Sakrij author i comments ako su uključeni ── */
.rentify-blog-listing .elementor-post-author,
.rentify-blog-listing .elementor-post-comment {
  display: none !important;
}

/* ── Pagination ── */
.rentify-blog-listing .elementor-pagination {
  display: flex !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-top: 48px !important;
}

.rentify-blog-listing .page-numbers {
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 4px !important;
  border: 1px solid #e7e1d8 !important;
  color: #6b635a !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
  background: #fff !important;
}

.rentify-blog-listing .page-numbers:hover {
  border-color: #b85f3a !important;
  color: #b85f3a !important;
}

.rentify-blog-listing .page-numbers.current {
  background: #14110e !important;
  border-color: #14110e !important;
  color: #fff !important;
}

/* ── Hero sekcija iznad grida (opciono) ── */
.rentify-blog-hero {
  padding: 64px 0 48px;
}

.rentify-blog-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b85f3a;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 16px;
}

.rentify-blog-hero .eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #b85f3a;
}

.rentify-blog-hero h1 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: clamp(36px, 5vw, 58px) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em !important;
  color: #14110e !important;
  margin: 0 0 16px !important;
}

.rentify-blog-hero h1 em {
  font-style: italic;
  color: #8a3f23;
  font-weight: 400;
}

.rentify-blog-hero p {
  font-size: 18px !important;
  color: #6b635a !important;
  font-family: 'Manrope', sans-serif !important;
  max-width: 52ch;
  margin: 0 !important;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .rentify-blog-listing .elementor-posts-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .rentify-blog-listing .elementor-posts-container {
    grid-template-columns: 1fr !important;
  }

  .rentify-blog-listing .elementor-post__title a {
    font-size: 18px !important;
  }
}/* End custom CSS */