
/* Testimonial Quote Component */
.testimonial-quote {
    padding: 2rem 0;
}

.quote-background {
    font-family: serif;
    font-weight: bold;
    user-select: none;
    pointer-events: none;
}

.testimonial-quote blockquote {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-quote cite {
    display: block;
    margin-top: 1rem;
}