.elementor-642 .elementor-element.elementor-element-58a81ce3{--display:flex;}.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-642 .elementor-element.elementor-element-ff94bda{--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;}/* Start custom CSS for text-editor, class: .elementor-element-1d97f863 *//* Blog post container */
.blog-post {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}


/* Author box */
.author-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  margin: 30px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  overflow: visible !important;
}

.author-box img {
  all: unset;
  display: block;
  width: 120px;
  height: auto;
  max-width: 100%;
  border-radius: 20px 20px 8px 8px !important;
  object-fit: contain !important;
  background: #f9f9f9;
  padding: 3px;
  box-sizing: border-box;
  flex-shrink: 0;
  overflow: visible !important;
  vertical-align: middle;
}

.author-box a {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
.author-box a:hover {
  text-decoration: underline;
}

/* Affiliate disclosure box (top of post) */
.affiliate-disclosure {
  background: #fff3f6;
  border-left: 4px solid #e91e63;
  padding: 10px 14px;
  margin: 20px 0;
  font-size: 0.95em;
  border-radius: 6px;
}

/* Affiliate disclaimer (bottom of post) */
.affiliate-disclaimer {
  font-size: 0.85em;
  color: #777;
  text-align: center;
  margin-top: 25px;
  padding: 10px 0;
  border-top: 1px solid #eee;
  font-style: italic;
}

/* Image wrapper */
.image-wrapper {
  margin: 20px 0;
  text-align: center;
}
.image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.image-wrapper .credit {
  display: block;
  font-size: 0.85em;
  color: #666;
  margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .author-box {
    flex-direction: column;
    text-align: center;
  }
  .author-box img {
    width: 90px;
  }
}/* End custom CSS */