.box-logo {
  display: flex; /* Untuk memastikan isi terpusat */
  justify-content: center; /* Pusatkan secara horizontal */
  align-items: center; /* Pusatkan secara vertikal */
  height: 250px; /* Sesuaikan tinggi sesuai kebutuhan */
  width: auto; /* Lebar otomatis sesuai konten */
  overflow: visible; /* Hindari pemotongan konten */
}
/* Styling tombol "Yes, Delete!" */
#char-counter {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 12px;
  color: gray;
  background: rgba(255, 255, 255, 0.7);
  padding: 2px 6px;
  border-radius: 4px;
}

.ql-container {
  position: relative;
}
