.elementor-24372 .elementor-element.elementor-element-55b1ce2{--display:flex;}.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-24372 .elementor-element.elementor-element-071d010{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-24372 .elementor-element.elementor-element-071d010 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.82 * 100% );}.elementor-24372 .elementor-element.elementor-element-071d010:after{content:"0.82";}.elementor-24372 .elementor-element.elementor-element-071d010 .elementor-post__thumbnail__link{width:100%;}.elementor-24372 .elementor-element.elementor-element-071d010 .elementor-post__meta-data span + span:before{content:"•";}.elementor-24372 .elementor-element.elementor-element-071d010 .elementor-post__card{border-radius:15px;}.elementor-24372 .elementor-element.elementor-element-071d010 .elementor-post__text{margin-top:8px;}@media(max-width:767px){.elementor-24372 .elementor-element.elementor-element-071d010 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-24372 .elementor-element.elementor-element-071d010:after{content:"0.5";}.elementor-24372 .elementor-element.elementor-element-071d010 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for posts, class: .elementor-element-071d010 *//* ===== HARD FIX: thumbnail not full width ===== */

.payapress-horizontal .elementor-post__card{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  gap:22px !important;
}

/* Force the image column size (even if theme sets 100%) */
.payapress-horizontal .elementor-post__thumbnail{
  flex:0 0 220px !important;
  width:220px !important;
  max-width:220px !important;
}

/* Some skins put full-width on the <a> wrapper */
.payapress-horizontal .elementor-post__thumbnail > a,
.payapress-horizontal .elementor-post__thumbnail__link{
  display:block !important;
  width:220px !important;
  max-width:220px !important;
}

/* Force image size */
.payapress-horizontal .elementor-post__thumbnail img{
  width:220px !important;
  max-width:220px !important;
  height:160px !important;
  object-fit:cover !important;
  display:block !important;
}

/* Text column */
.payapress-horizontal .elementor-post__text{
  flex:1 1 auto !important;
  min-width:0;
}

/* Mobile stack */
@media (max-width:768px){
  .payapress-horizontal .elementor-post__card{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  .payapress-horizontal .elementor-post__thumbnail,
  .payapress-horizontal .elementor-post__thumbnail > a,
  .payapress-horizontal .elementor-post__thumbnail__link,
  .payapress-horizontal .elementor-post__thumbnail img{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
  }
}/* End custom CSS */