body {
  background: linear-gradient(135deg, #cceeff, #ffdde1) !important; /* gradasi */
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}


.subjudul-halaman {
  text-align: center;
  margin-top: -10px;
  font-size: 18px;
  color: #666;
  font-style: italic;
}

.judul-halaman {
  text-align: center;
  margin-top: 100px; /* LEBIH JAUH DARI HEADER */
  font-size: 24px;
  color: #333;
}

.table-wrapper {
  max-width: 900px;
  margin: 30px auto;
  overflow-x: auto;

  background: rgba(255, 255, 255, 0.2); /* transparan putih */
  backdrop-filter: blur(10px); /* efek blur */
  -webkit-backdrop-filter: blur(10px); /* untuk Safari */
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}


.suka-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;

  border-radius: 8px;
  overflow: hidden;
}

.suka-table thead {
  background: #90D5FF;
  color: #000;
}

.suka-table th, .suka-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.product-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-cell img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  background: #f9f9f9;
}

.product-cell .judul {
  font-weight: 600;
  margin-bottom: 2px;
}

.status {
  color: green;
  font-weight: bold;
}

.hapus-button {
  background: none;
  border: none;
  color: red;
  font-size: 18px;
  cursor: pointer;
}

.hapus-button:hover {
  color: darkred;
}

.kosong {
  padding: 1rem;
  text-align: center;
  font-size: 16px;
  color: #666;
}
