.elementor-1764 .elementor-element.elementor-element-5c6cb49{--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 html, class: .elementor-element-114deec *//* === Reset & Typography === */
body {
  background: #f9f9f9 !important;
  color: #2a2a2a !important;
  font-family: 'Inter', 'Segoe UI', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}

/* === Container Artikel === */
article {
  max-width: 720px !important;
  margin: 40px auto !important;
  padding: 0 24px !important;
  background: #ffffff !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

/* === Header === */
article header {
  padding: 32px 24px 16px !important;
  text-align: center !important;
  border-bottom: 1px solid #eee !important;
}

article h1 {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #1d1d1d !important;
  margin-bottom: 8px !important;
}

article em {
  font-size: 0.85rem !important;
  color: #888 !important;
}

/* === Gambar === */
article img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 20px !important;
  border-radius: 6px !important;
}

/* === Konten Utama === */
article section {
  padding: 24px !important;
}

article h2 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  margin-top: 32px !important;
  margin-bottom: 12px !important;
  padding-left: 12px !important;
  border-left: 4px solid #0073e6 !important;
  color: #004a99 !important;
}

article h3 {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  margin-top: 24px !important;
  margin-bottom: 8px !important;
  color: #333 !important;
}

article p {
  font-size: 14px !important;
  margin-bottom: 16px !important;
}

article ul,
article ol {
  padding-left: 20px !important;
  margin-bottom: 16px !important;
}

article li {
  margin-bottom: 8px !important;
  font-size: 14px !important;
}

article strong {
  font-weight: 600 !important;
  color: #000 !important;
}

article a {
  color: #0066cc !important;
  text-decoration: underline !important;
  transition: 0.2s ease !important;
}

article a:hover {
  color: #004a99 !important;
  text-decoration: underline dashed !important;
}

/* === Footer CTA === */
article footer {
  background-color: #f0f6ff !important;
  padding: 28px 24px !important;
  border-top: 1px solid #dde6f2 !important;
  text-align: center !important;
  border-radius: 0 0 10px 10px !important;
}

article footer h3 {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #004a99 !important;
  margin-bottom: 10px !important;
}

article footer p {
  font-size: 14px !important;
}

article footer a {
  display: inline-block !important;
  margin-top: 10px !important;
  color: #ffffff !important;
  background-color: #0073e6 !important;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: 0.2s ease !important;
}

article footer a:hover {
  background-color: #005bb5 !important;
}

/* === Responsif (Mobile) === */
@media (max-width: 768px) {
  article {
    margin: 24px 12px !important;
    padding: 0 16px !important;
  }

  article h1 {
    font-size: 1.4rem !important;
  }

  article h2 {
    font-size: 1.15rem !important;
  }

  article h3 {
    font-size: 1rem !important;
  }

  article section {
    padding: 20px !important;
  }

  article footer h3 {
    font-size: 1.1rem !important;
  }
}/* End custom CSS */