.elementor-3269 .elementor-element.elementor-element-6c8b9d23{--display:flex;}.elementor-widget-text-editor{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 );}/* Start custom CSS for text-editor, class: .elementor-element-61b37923 *//* Cambio de tamaño y border radius */
.yoopy-post img,
.yoopy-post .wp-caption img {
  display: block;
  margin: 12px auto !important;
  width: 360px !important; 
  height: 203px !important;
  object-fit: cover;
  border-radius: 10px;
}

/* Evita que el contenedor de caption imponga otro width */
.yoopy-post .wp-caption {
  width: 360px !important;
  max-width: 100% !important;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}/* End custom CSS */