<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pkp_block {
  background-color: #1E73BE;  /* biru */
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 2px solid #155a99;
  color: white;
  font-weight: bold;
}

/* Pastikan link juga putih dan tidak menghilang */
.pkp_block a {
  color: white;
  text-decoration: underline;
}

/* Pastikan heading di dalam sidebar juga putih */
.pkp_block h4, 
.pkp_block h3, 
.pkp_block h2 {
  color: white;
}

/* Pastikan bullet list atau text biasa juga tetap putih */
.pkp_block li,
.pkp_block p {
  color: white;
}

/* Atur ukuran gambar di homepage agar tidak terlalu besar */
.pkp_page_index .homepage_image img {
  max-width: 100%;
  height: auto;
  width: 600px; /* ubah sesuai ukuran idealmu */
  display: block;
  margin: 0 auto 20px;
}

/* Atur ukuran ikon file */
.pkp_block img {
  width: 48px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

/* Atur teks link agar sejajar dan rapi */
.pkp_block a {
  font-size: 13px;
  font-weight: bold;
  color: white;
  vertical-align: middle;
  text-decoration: underline;
}

/* Per elemen agar lebih rapat */
.pkp_block p {
  margin: 8px 0;
  display: flex;
  align-items: center;
}


</pre></body></html>