﻿/*.feedback-header {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #222;
    margin-bottom: 0.5rem;
}*/

#divUserFeedBack {
    max-height: 600px; /* Adjust height as needed */
    overflow-y: auto;
    padding-right: 8px; /* Optional: for scrollbar spacing */
}

.feedback-btn {
    float: right;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    background: #2566c1;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 4px;
    padding: 0.7rem 2rem;
    border: none;
    transition: background 0.2s;
}

    .feedback-btn:hover {
        background: #174a8c;
        color: #fff;
    }

.feedback-message {
    font-size: 2.1rem;
    font-weight: 400;
    margin: 2rem 0 2.5rem 0;
    color: #222;
}

.feedback-card {
    background: #f6f8fa;
    border-radius: 6px;
    padding: 2rem 2rem 1.5rem 2rem;
    margin-bottom: 2rem;
    min-height: 220px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback-quote {
    font-size: 3rem;
    color: #2566c1;
    margin-bottom: 0.5rem;
}

.feedback-author {
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
    margin-top: 1.5rem;
}

.feedback-date {
    font-size: 1rem;
    color: #555;
    margin-left: 1.5rem;
}

.feedback-expand {
    color: #2566c1;
    text-decoration: none;
    font-size: 1.1rem;
    cursor: pointer;
}

@media (max-width: 991px) {
    .feedback-message {
        font-size: 1.3rem;
    }
}
