.elementor-258 .elementor-element.elementor-element-2c71333a{--display:flex;}.elementor-258 .elementor-element.elementor-element-2c71333a.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-258 .elementor-element.elementor-element-70a64ef1{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-258 .elementor-element.elementor-element-621a7bab.elementor-element{--align-self:flex-end;}.elementor-258 .elementor-element.elementor-element-442984a4{--display:flex;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-258 .elementor-element.elementor-element-18b1fff7{--divider-border-style:dots_tribal;--divider-color:#000;--divider-pattern-height:20px;}.elementor-258 .elementor-element.elementor-element-18b1fff7 .elementor-divider-separator{width:100%;margin:0 auto;margin-left:0;}.elementor-258 .elementor-element.elementor-element-18b1fff7 .elementor-divider{text-align:left;padding-block-start:15px;padding-block-end:15px;}.elementor-258 .elementor-element.elementor-element-50b1d1a4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-258 .elementor-element.elementor-element-df3b7e3{--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;}.elementor-258 .elementor-element.elementor-element-df3b7e3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{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-258 .elementor-element.elementor-element-116e2f92{--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;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-258 .elementor-element.elementor-element-70a64ef1{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-258 .elementor-element.elementor-element-2c71333a{--width:88.48%;}.elementor-258 .elementor-element.elementor-element-df3b7e3{--width:73.154%;}.elementor-258 .elementor-element.elementor-element-116e2f92{--width:66.6666%;}}@media(max-width:767px){.elementor-258 .elementor-element.elementor-element-70a64ef1{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS *//* Layout: title/text left, featured image on the right */
.posts-right-image .elementor-post {
  display: flex;
  flex-direction: row-reverse; /* flips so image sits on the right */
  align-items: stretch;
}

/* Fixed-width image column + spacing using margin (instead of gap) */
.posts-right-image .elementor-post__thumbnail,
.posts-right-image .elementor-post__thumbnail__link {
  flex: 0 0 320px;   /* tweak 280–360px to taste */
  max-width: 320px;
  margin-left: 24px; /* replaces "gap" */
}

/* Make the image fill its box neatly */
.posts-right-image .elementor-post__thumbnail img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px; /* optional */
}

/* Text column */
.posts-right-image .elementor-post__text {
  flex: 1 1 auto;
}

/* Left-align the title (Classic skin) */
.posts-right-image .elementor-post__title {
  text-align: left;
  margin-top: 0;
}

/* Optional: align excerpt/meta left as well */
.posts-right-image .elementor-post__excerpt,
.posts-right-image .elementor-post__meta-data {
  text-align: left;
}

/* Mobile: stack vertically, clear the margin-left */
@media (max-width: 767px) {
  .posts-right-image .elementor-post { flex-direction: column; }
  .posts-right-image .elementor-post__thumbnail,
  .posts-right-image .elementor-post__thumbnail__link {
    flex: 0 0 auto;
    max-width: 100%;
    margin-left: 0;
  }
  .posts-right-image .elementor-post__thumbnail img { height: auto; }
}/* End custom CSS */