/* Booktype Card Text Size Override - Force smaller text */

/* Force smaller title text */
.booktype-card h4,
.booktype-card h4 span {
  font-size: 0.9rem !important; /* ~10.4px */
}

/* Force smaller description text */
.booktype-card .text-white\/70,
.booktype-card .text-white\/70 p {
  font-size: 0.7rem !important; /* ~8.8px */
}

/* Force smaller price badge */
.booktype-card #paperback-price {
  font-size: 0.6rem !important; /* ~8.8px */
}

/* Ensure images are larger */
.booktype-card img {
  width: 160px !important; /* w-40 */
  height: 160px !important; /* h-40 */
}
