.cq-quote-module {
    max-width: 900px;
    margin: 2rem auto;
    font-family: system-ui;
}

.cq-header {
    background: #eef0fd;
    color: white;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.cq-card {
    background: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}