/* Testimonial Modal Styles extracted from index.php */
@media (max-width: 768px) {
    #testimonial-modal>div {
        padding: 20px 15px !important;
        max-height: 95vh !important;
        margin: 10px !important;
    }

    #testimonial-modal h2 {
        font-size: 1.3rem !important;
        margin-bottom: 20px !important;
    }

    #testimonial-modal form>div {
        margin-bottom: 15px !important;
    }

    #testimonial-modal textarea {
        min-height: 80px !important;
    }

    #testimonial-modal button {
        font-size: 0.9rem !important;
        padding: 10px 15px !important;
    }
}

@media (max-height: 700px) {
    #testimonial-modal>div {
        max-height: 85vh !important;
        padding: 20px 15px !important;
    }
}