Polish the related-resources card on the USPS delivery accident page based on Sam's screenshot feedback.
Updated the live WordPress page 61366 at /practice-areas/delivery-vehicle-accidents/usps-delivery-accidents/.
Added a scoped .sa-related-resources-card style that sets border:0 !important, restores only border-left:4px solid #D97706 !important, uses the approved #f7f9fa card background, and keeps navy text.
Updated the related resource link labels to title case:
Set related-resources links to navy #0B212D by default and Foundry orange #D97706 on hover. A second specificity pass was needed because an older .sa-main-content .sa-callout-light a rule was overriding the first scoped link selector.
Public source confirmed the new title-case link labels, .sa-related-resources-card, border:0 !important, border-left:4px solid #D97706, and the higher-specificity navy-link/orange-hover CSS.
A browser computed-style check before the specificity patch confirmed the card borders were fixed but the link color was still being overridden to orange. The specificity patch was then applied live. A follow-up full browser check hung on Chrome/page scripts, so final confirmation is from public source and CSS specificity review.
Local backups and verification files are in /Users/samaguiar/Documents/Projects/admin/session_logs/usps-related-resources-live-fix-2026-06-12/.