/*
 * Fold Certification — Complete Fold Rectangular Outcome v0.8.394
 * Presentation only. The official classification text and all result logic
 * remain unchanged.
 */

/* My Results: match the compact rounded-rectangle geometry of the score pill. */
html body:not(.wp-admin) .fold-my-results-page .fold-complete-profile .fold-classification-text {
    border-radius: 14px !important;
    padding: 8px 10px !important;
    line-height: 1.2 !important;
}

/* Certificate Verification: keep gold, but remove the capsule/oval shape. */
html body:not(.wp-admin) .fold-result-complete.fold-verify-classification > strong {
    border-radius: 14px !important;
}
