.paper-note {
    margin: 2rem 0;
    padding: 1rem 1.25rem;
    border-left: 4px solid #f78166;
    background: rgba(255,255,255,0.05);
    border-radius: 6px;
    color: inherit;
    font-size: inherit;
    line-height: 1.7;
}

.paper-note strong {
    color: #f78166;
}