

/* Atur semua tombol toolbar agar konsisten */
.flipbook-menu-btn,
.flipbook-icon-fa {
  color: #ff783c !important;
  background: rgba(0,0,0,0.7) !important;
  border-radius: 4px !important;
  padding: 6px !important;
}

.flipbook-menu-btn:hover {
  background: rgba(0,0,0,0.9) !important;
  color: #fff !important;
}

/* Nomor halaman */
.flipbook-currentPageHolder {
  background: rgba(0,0,0,0.7) !important;
  color: #fff !important;
  border-radius: 3px;
  padding: 2px 6px;
}

/* Tombol kiri/kanan */
.flipbook-left-arrow,
.flipbook-right-arrow {
  background: rgba(0,0,0,0.7) !important;
  color: #ff783c !important;
  border-radius: 50% !important;
}
