/* Quotes page styles */
.quote-reference-clickable {
    cursor: pointer;
    font-weight: 500;
    color: var(--rz-text-color);
}

.quote-reference-clickable:hover {
    text-decoration: underline;
    color: var(--rz-primary);
}
