.elementor-230 .elementor-element.elementor-element-934afd0{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}.elementor-widget-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-posts .elementor-post__title, .elementor-widget-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-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-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-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-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-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-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-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-230 .elementor-element.elementor-element-4651dee{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-230 .elementor-element.elementor-element-4651dee .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-230 .elementor-element.elementor-element-4651dee:after{content:"0.66";}.elementor-230 .elementor-element.elementor-element-4651dee .elementor-post__thumbnail__link{width:100%;}.elementor-230 .elementor-element.elementor-element-4651dee.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-230 .elementor-element.elementor-element-4651dee.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-230 .elementor-element.elementor-element-4651dee.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-230 .elementor-element.elementor-element-4651dee .elementor-post__title, .elementor-230 .elementor-element.elementor-element-4651dee .elementor-post__title a{font-family:"Work Sans", Sans-serif;font-size:20px;font-weight:600;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-230 .elementor-element.elementor-element-4651dee .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-230 .elementor-element.elementor-element-4651dee:after{content:"0.5";}.elementor-230 .elementor-element.elementor-element-4651dee .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-4651dee *//* ===== POSTS CIRERA DE PAÜLS — ESTIL MODERN ===== */

.cirera-posts {
  --post-ink: #202124;
  --post-muted: #7a7d82;
  --post-border: rgba(32, 33, 36, 0.10);
  --post-border-strong: rgba(32, 33, 36, 0.16);
  --post-cherry: #b72a50;
  --post-green: #4f8f4c;

  font-family: "Work Sans", Arial, sans-serif;
}

/* Grid general */
.cirera-posts .elementor-posts-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 32px !important;
}

/* Targeta */
.cirera-posts .elementor-post,
.cirera-posts .elementor-post__card {
  background: #ffffff !important;
  border: 1px solid var(--post-border) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(32, 33, 36, 0.055) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}

.cirera-posts .elementor-post:hover,
.cirera-posts .elementor-post__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(32, 33, 36, 0.09) !important;
  border-color: var(--post-border-strong) !important;
}

/* Imatge */
.cirera-posts .elementor-post__thumbnail__link {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 0 !important;
}

.cirera-posts .elementor-post__thumbnail {
  padding-bottom: 62% !important;
  overflow: hidden !important;
}

.cirera-posts .elementor-post__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .45s ease !important;
}

.cirera-posts .elementor-post:hover .elementor-post__thumbnail img,
.cirera-posts .elementor-post__card:hover .elementor-post__thumbnail img {
  transform: scale(1.035) !important;
}

/* Contingut */
.cirera-posts .elementor-post__text,
.cirera-posts .elementor-post__card .elementor-post__text {
  padding: 30px 30px 34px !important;
}

/* Títol */
.cirera-posts .elementor-post__title {
  margin: 0 0 18px !important;
}

.cirera-posts .elementor-post__title a {
  color: var(--post-ink) !important;
  font-size: clamp(25px, 2vw, 25px) !important;
  line-height: 1.12 !important;
  font-weight: 750 !important;
  letter-spacing: -0.045em !important;
  text-decoration: none !important;
}

.cirera-posts .elementor-post__title a:hover {
  color: var(--post-cherry) !important;
}

/* Extracte */
.cirera-posts .elementor-post__excerpt {
  margin: 0 !important;
}

.cirera-posts .elementor-post__excerpt p {
  margin: 0 !important;
  color: var(--post-muted) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
}

/* Meta / data */
.cirera-posts .elementor-post__meta-data {
  margin: 0 0 16px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--post-muted) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.cirera-posts .elementor-post-date {
  color: var(--post-cherry) !important;
}

/* Llegir més */
.cirera-posts .elementor-post__read-more {
  display: inline-flex !important;
  align-items: center !important;
  margin-top: 22px !important;
  padding: 11px 15px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid var(--post-border) !important;
  color: var(--post-ink) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  letter-spacing: .06em !important;
  text-decoration: none !important;
  transition: background .2s ease, border-color .2s ease, transform .2s ease !important;
}

.cirera-posts .elementor-post__read-more:hover {
  background: #fafafa !important;
  border-color: var(--post-border-strong) !important;
  transform: translateY(-1px);
}

/* Treure decoracions rares d'Elementor */
.cirera-posts .elementor-post__badge {
  display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .cirera-posts .elementor-posts-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 26px !important;
  }

  .cirera-posts .elementor-post__title a {
    font-size: 25px !important;
  }

  .cirera-posts .elementor-post__excerpt p {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .cirera-posts .elementor-posts-container {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .cirera-posts .elementor-post,
  .cirera-posts .elementor-post__card {
    border-radius: 22px !important;
  }

  .cirera-posts .elementor-post__text,
  .cirera-posts .elementor-post__card .elementor-post__text {
    padding: 25px 22px 28px !important;
  }

  .cirera-posts .elementor-post__title a {
    font-size: 27px !important;
  }

  .cirera-posts .elementor-post__excerpt p {
    font-size: 15.5px !important;
  }
}
/* FIX: que la foto no desaparegue en hover */
.cirera-posts .elementor-post__thumbnail img {
  transform: translate(-50%, -50%) scale(1) !important;
  transform-origin: center center !important;
}

.cirera-posts .elementor-post:hover .elementor-post__thumbnail img,
.cirera-posts .elementor-post__card:hover .elementor-post__thumbnail img {
  transform: translate(-50%, -50%) scale(1.035) !important;
}/* End custom CSS */