.review-title {
    font-family: 'Pangolin', cursive;
    color: #4e342e;
    font-weight: 700;
    letter-spacing: 1px;
}

.card {
    border-radius: 14px;
    border: 2px solid #e3e6f0;
}

.card-body h5 {
    font-family: 'Pangolin', cursive;
    color: #4e342e;
    font-weight: 600;
}

.form-label {
    font-weight: 600;
    color: #2e7d32;
    font-family: 'Nunito', sans-serif;
}

.btn-success {
    background-color: #f9a825;
    border: none;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #4e342e;
}

.btn-success:hover {
    background-color: #2e7d32;
}

.review-stars {
    color: #f9a825;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.review-date {
    color: #888;
    font-size: 0.95rem;
}