.combined-example p::first-letter {
    float: left;
    font-size: 3em;
    line-height: 1;
    margin: 0 8px 0 0;
    color: #dc2626;
    font-weight: bold;
}

.combined-example p::first-line {
    font-variant: small-caps;
    font-weight: 600;
    color: #374151;
}