/* Font Global Fallback */
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

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

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  width: 100%;
  font-family:var( --e-global-typography-text-font-family ), Sans-serif;
  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;
}

