.elementor-7882 .elementor-element.elementor-element-068af14{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-3244928 *//* General blog post styling */
.blog-post {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* Headings */
h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

h2 {
  font-size: 1.5em;
  margin-top: 24px;
  margin-bottom: 16px;
}

h3 {
  font-size: 1.2em;
  margin-top: 16px;
  margin-bottom: 12px;
}

/* Paragraphs and lists */
p {
  margin-bottom: 16px;
  font-size: 1em;
}

ul, ol {
  margin: 16px 0;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

/* Affiliate disclosure */
.affiliate-disclosure {
  background: #fff3f6;
  border-left: 4px solid #e91e63;
  padding: 12px;
  margin: 12px 0 20px;
  font-size: 0.97em;
}

/* 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;
}

/* Author box */
.author-box {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.author-box img {
  width: 120px;        /* desktop rectangular */
  height: 160px;       /* taller so full image visible */
  border-radius: 10px; /* soft corners */
  object-fit: cover;   /* fills box proportionally */
  flex-shrink: 0;
}

.author-box a {
  font-weight: 600;
  text-decoration: none;
}

.author-box a:hover {
  text-decoration: underline;
}

/* Affiliate disclaimer */
.affiliate-disclaimer {
  font-size: 0.85em;
  color: gray;
  margin-top: 20px;
  text-align: center;
}

/* Links – default browser colors */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Responsive design */
@media (max-width: 1024px) {
  .blog-post {
    padding: 15px;
    max-width: 100%;
  }

  h1 {
    font-size: 1.8em;
  }

  h2 {
    font-size: 1.3em;
  }

  h3 {
    font-size: 1.1em;
  }

  p, li {
    font-size: 0.95em;
  }

  /* Author box tablet layout */
  .author-box {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px;
  }

  .author-box img {
    width: 100px;
    height: 140px;
  }

  .image-wrapper img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.2em;
  }

  h3 {
    font-size: 1em;
  }

  p, li {
    font-size: 0.9em;
  }

  .affiliate-disclosure {
    padding: 10px;
    font-size: 0.9em;
  }

  .image-wrapper {
    margin: 15px 0;
  }

  /* Author box mobile layout */
  .author-box {
    padding: 15px;
  }

  .author-box img {
    width: 80px;
    height: 110px;
  }
}/* End custom CSS */