.decorative-example p::first-line {
    text-decoration: underline;
    text-decoration-color: #8b5cf6;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    font-size: 1.1em;
    color: #374151;
}