/* Tambahan gaya khusus untuk index.php agar lebih elegan & responsif */

.line-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Card hover lebih halus */
.card-book{
  transform: translateZ(0);
}

/* Container search */
.search-pill{
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
}

/* Efek shimmer halus di header */
.header-glow{
  background-image: radial-gradient(circle at 20% 10%, rgba(255,255,255,0.25), rgba(255,255,255,0) 45%),
                    radial-gradient(circle at 80% 20%, rgba(255,255,255,0.18), rgba(255,255,255,0) 50%);
}

/* Fokus input search */
.search-input:focus{
  outline: none;
}

