.star-rating-interactive {
    display: flex;
    align-items: center;
    gap: 5px;
}

.star-btn {
    transition: all 0.2s ease;
    line-height: 1;
    border: none;
    background: none;
}

.star-btn:hover {
    transform: scale(1.2);
}

.star-btn:focus {
    outline: none;
    box-shadow: none;
}

.star-display {
    display: flex;
    align-items: center;
}

.fa-star,
.fa-star-half-alt {
    color: #ffc107;
}

.card {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.card-title {
    color: #2c3e50;
    font-weight: 700;
}
