.fa-star.active {
	color: yellow
}

.card-height{
	height: 210px;
}

.review-avatar {
    font-size: 24px;
    transition: background-color 0.3s ease;
}

.review-content p {
    font-size: 0.95rem;
    color: #555;
}

.review-content small {
    font-size: 0.8rem;
}

.text-warning .fa-star,
.text-warning i .fa-star {
    color: #FFC107 !important;
}

.card-body {
    position: relative;
}
.tiny-slider .tns-nav {
    top: auto;
}