.book-checkout-page .library-info-item {
  border-left: 3px solid var(--emerald);
  transition: all 0.2s ease;
}

.book-checkout-page .library-info-item:hover {
  border-left-color: var(--gold);
  background-color: rgba(255, 248, 231, 0.5) !important;
  transform: translateY(-1px);
}
