@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Roboto Condensed', sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

/* Paksa figure wp-caption agar tidak melebihi container */
.single-post .elementor-widget-theme-post-content figure.wp-caption {
    width: 100% !important;   /* override inline style width */
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 1em auto;
}

/* Atur ulang gambar di dalam figure */
.single-post .elementor-widget-theme-post-content figure.wp-caption img {
    width: 100% !important;   /* gambar ikut lebar container */
    height: auto !important;
    display: block;
    margin: 0 auto;
}

/* Rapikan caption */
.single-post .elementor-widget-theme-post-content .wp-caption-text {
    font-size: 0.9em;
    text-align: center;
    margin-top: 0.5em;
    line-height: 1.4;
}


/* ===== Styling Minimal Form Komentar WordPress ===== */

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  width: 100%;
  color:var( --e-global-color-text );
  background-color:#FFFFFF14;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Sembunyikan field URL */
.comment-form-url {
  display: none !important;
}

