.elementor-3109 .elementor-element.elementor-element-7f23686{--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-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-3109 .elementor-element.elementor-element-f5cd856{margin:-25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for text-editor, class: .elementor-element-f5cd856 */.article-container {
  max-width: 850px;
  margin: 40px auto;
  font-family: "Georgia", serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}

/* NEW wrapper to create stable spacing */
.photo-wrapper {
  float: left;
  margin-right: 40px;   /* more space */
  margin-bottom: 25px;
}

.article-photo {
  width: 260px !important;
  height: auto !important;
  border-radius: 20px !important;     /* FORCE rounded corners */
  object-fit: cover !important;
  overflow: hidden !important;
  display: block !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
}


/* Responsive */
@media screen and (max-width: 768px) {
  .photo-wrapper {
    float: none;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  .article-photo {
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
  }
}/* End custom CSS */