.elementor-1258 .elementor-element.elementor-element-6ad2cddb{--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 container, class: .elementor-element-6ad2cddb *//* Rapihin tampilan artikel WordPress */
.single-post .site-main,
.single-post main,
.single-post article {
  max-width: 900px;
  margin: 0 auto;
  padding: 120px 20px 60px 20px;
}

/* Judul artikel */
.single-post h1 {
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #111827;
}

/* Isi paragraf artikel */
.single-post p {
  font-size: 17px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 18px;
}

/* Heading dalam artikel */
.single-post h2 {
  font-size: 28px;
  line-height: 1.35;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #111827;
}

.single-post h3 {
  font-size: 22px;
  margin-top: 28px;
  margin-bottom: 12px;
}

/* Gambar artikel */
.single-post img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

/* List artikel */
.single-post ul,
.single-post ol {
  margin-bottom: 20px;
  padding-left: 24px;
}

.single-post li {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* Tampilan HP */
@media (max-width: 768px) {
  .single-post .site-main,
  .single-post main,
  .single-post article {
    padding: 90px 16px 45px 16px;
  }

  .single-post h1 {
    font-size: 28px;
  }

  .single-post h2 {
    font-size: 23px;
  }

  .single-post p,
  .single-post li {
    font-size: 16px;
  }
}/* End custom CSS */