/* for image caption,  use italic */
.usercontent p:has(> em):not(:has(> :not(em))) {
    font-size: .9em;
    line-height: 1.3em;
    text-align: center;
}