.highlight-example p::first-line {
    background: linear-gradient(120deg, #fbbf24 0%, #f59e0b 100%);
    color: white;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 500;
}