.elementor-3716 .elementor-element.elementor-element-a4e4852{--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-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-3716 .elementor-element.elementor-element-ef08bd3{text-align:end;}.elementor-3716 .elementor-element.elementor-element-ef08bd3 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:var( --e-global-color-astglobalcolor6 );}.elementor-3716 .elementor-element.elementor-element-604535c{--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-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-3716 .elementor-element.elementor-element-57f499d img{max-width:100%;height:342px;border-radius:10px 10px 10px 10px;}.elementor-3716 .elementor-element.elementor-element-39163a8b{--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-3716 .elementor-element.elementor-element-2e647412{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:end;}.elementor-3716 .elementor-element.elementor-element-f6ce945{--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-3716 .elementor-element.elementor-element-21d3327 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:15px;font-weight:600;color:var( --e-global-color-astglobalcolor6 );}:root{--page-title-display:none;}/* Start custom CSS for image, class: .elementor-element-57f499d *//* MAIN POST CONTAINER */
.single-post .entry-content {
  max-width: 820px;
  margin: 40px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  line-height: 1.8;
  font-size: 16px;
  color: #2c2c2c;
}

/* POST TITLE */
.single-post .entry-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

/* FEATURED IMAGE (MODERN LOOK) */
.single-post .post-thumbnail img {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.single-post .post-thumbnail img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* CONTENT IMAGES */
.single-post .entry-content img {
  width: 100%;
  border-radius: 10px;
  margin: 25px 0;
  transition: 0.3s ease;
}

.single-post .entry-content img:hover {
  transform: scale(1.02);
}

/* HEADINGS */
.single-post .entry-content h2 {
  font-size: 26px;
  margin-top: 35px;
  position: relative;
  padding-bottom: 8px;
}

.single-post .entry-content h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-post .entry-content h3 {
  font-size: 20px;
  margin-top: 20px;
}

/* PARAGRAPH */
.single-post .entry-content p {
  margin-bottom: 18px;
  color: #444;
}

/* LINKS */
.single-post .entry-content a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.single-post .entry-content a:hover {
  border-bottom: 1px solid #000;
}

/* BLOCKQUOTE */
.single-post .entry-content blockquote {
  border-left: 4px solid #000;
  padding: 15px 20px;
  background: #f9f9f9;
  border-radius: 8px;
  font-style: italic;
  color: #555;
}

/* BUTTON (READ MORE / CTA) */
.elementor-button,
.read-more {
  display: inline-block;
  padding: 12px 24px;
  background: #000;
  color: #fff !important;
  border-radius: 30px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.elementor-button:hover,
.read-more:hover {
  background: #333;
  transform: translateY(-2px);
}

/* CENTER BUTTON */
.read-more {
  display: block;
  width: fit-content;
  margin: 25px auto;
}

/* META INFO */
.single-post .entry-meta {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .single-post .entry-content {
    padding: 15px;
  }

  .single-post .entry-title {
    font-size: 26px;
  }
}/* End custom CSS */