/* styles.css */
.callout-note {
    border-left-color: #4582ec;
}
.callout-warning {
    border-left-color: #f0ad4e;
}
.shape-check {
    font-family: monospace;
    background-color: #f8f9fa;
    padding: 2px 4px;
    border-radius: 4px;
    color: #d63384;
}
