.homepage .trending-category .review-count {
  font-size: 12px;
}
.homepage .trending-category .book-count {
  font-size: 12px;
}
.homepage .trending-category .card .text-decoration-line-through {
  font-size: 12px;
}
.homepage .trending-category .btn-rating{
    width: calc(25% - 0.75rem);;
}
.homepage .trending-category .nav-pills .nav-item:hover{
    color: var(--tc-orange);
    border-color: var(--tc-orange);
}
.homepage .trending-category .nav-pills .nav-item .active{
    color: var(--tc-orange);
    border-color: var(--tc-orange);
    background-color: rgba(255, 238, 227, 1) !important;
}
