.elementor-1313 .elementor-element.elementor-element-42597678{--display:flex;}.elementor-widget-text-editor{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-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-3c60ced9 *//* Rapihin isi artikel blog */
.single-post .entry-content,
.single-post .post-content,
.single-post .elementor-widget-theme-post-content,
.single-post article {
  font-size: 17px;
  line-height: 1.8;
  color: #222;
}

/* Paragraf rata kiri kanan */
.single-post .entry-content p,
.single-post .post-content p,
.single-post .elementor-widget-theme-post-content p {
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 18px;
}

/* Judul heading artikel lebih rapi */
.single-post .entry-content h2,
.single-post .post-content h2,
.single-post .elementor-widget-theme-post-content h2 {
  font-size: 28px;
  line-height: 1.35;
  margin-top: 38px;
  margin-bottom: 16px;
  color: #111;
  font-weight: 700;
}

.single-post .entry-content h3,
.single-post .post-content h3,
.single-post .elementor-widget-theme-post-content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #111;
  font-weight: 600;
}

/* List bullet lebih enak dibaca */
.single-post .entry-content ul,
.single-post .post-content ul,
.single-post .elementor-widget-theme-post-content ul {
  margin-bottom: 22px;
  padding-left: 25px;
}

.single-post .entry-content li,
.single-post .post-content li,
.single-post .elementor-widget-theme-post-content li {
  margin-bottom: 8px;
  line-height: 1.7;
}

/* Gambar artikel biar profesional */
.single-post .entry-content img,
.single-post .post-content img,
.single-post .elementor-widget-theme-post-content img {
  border-radius: 12px;
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}

/* Biar lebar artikel nyaman dibaca */
.single-post .site-main,
.single-post .content-area,
.single-post article {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Versi HP */
@media (max-width: 768px) {
  .single-post .entry-content,
  .single-post .post-content,
  .single-post .elementor-widget-theme-post-content,
  .single-post article {
    font-size: 16px;
    line-height: 1.75;
  }

  .single-post .entry-content p,
  .single-post .post-content p,
  .single-post .elementor-widget-theme-post-content p {
    text-align: left;
  }

  .single-post .entry-content h2,
  .single-post .post-content h2,
  .single-post .elementor-widget-theme-post-content h2 {
    font-size: 24px;
  }

  .single-post .entry-content h3,
  .single-post .post-content h3,
  .single-post .elementor-widget-theme-post-content h3 {
    font-size: 20px;
  }
}/* End custom CSS */