.custom-quote {
    border-left: 4px solid #0073aa;
    padding: 16px 24px;
    margin: 24px 0;
    background: #f9f9f9;
}
.custom-quote blockquote {
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 8px 0;
}
.custom-quote cite {
    font-size: 0.9em;
    color: #666;
}