← Back to catalog
Content Blocks Live

sa-related-resources-card v2026-06-15d

Approved Related Resources card for interior pages and posts. Light gray surface, 4px Foundry orange left rail, navy Title Case link list, and orange hover state. Replaces legacy related-resources boxes with three-sided navy borders, orange default links, white card backgrounds, lowercase labels, or generic unstyled bullet lists.

Source skill: sa-copywrite-design / sa-design-elements; new packaged skill recommended if reused broadly after sweep · Updated 2026-06-15 16:14:35

Edit

Live preview

Open ↗

When to use

Use as a bottom sidebar element when the page has a sidebar. Place it after the sidebar CTA/form/trust/video/founder stack so it feels like a right-rail utility block. If a page has no sidebar or a specialty template makes sidebar placement unsafe, use the below-FAQ constrained footer-adjacent endcap fallback.

Rules & constraints

Live reference

https://aguiarinjurylawyers.com/truck-talk/trucking-insurance/

Deployment notes

Before inserting, title-case the link labels and select links that are genuinely related to the current page. Use high-specificity overrides only when older .sa-callout-light or legacy sitewide styles force orange default links or navy full borders. Verify desktop and 390px mobile rendering. 2026-06-15: Placement tightened after truck accident page QA. Resources must sit below FAQs or in the sidebar, and should be the final utility block before any footer-adjacent full-width CTA/proof element. 2026-06-15 follow-up: final truck accident fix used the footer-adjacent endcap pattern after the content/sidebar grid because no bottom full-width CTA was present. 2026-06-15c: Reduced oversized heading and link typography after live Truck Talk QA. Updated affected embedded page/post CSS and removed the Truck Talk BSG ribbon strip from /truck-talk/trucking-insurance/. 2026-06-15d: Sam approved sidebar-bottom as the default placement when Related Resources is used. Added sidebar-specific typography and spacing. Below-FAQ endcap remains fallback only when no sidebar exists or a specialty template cannot safely host the block in the sidebar.

HTML

<section class="sa-related-resources-card" aria-labelledby="sa-related-resources-title">
  <h2 id="sa-related-resources-title">Related Resources From Sam Aguiar Injury Lawyers</h2>
  <ul>
    <li><a href="https://aguiarinjurylawyers.com/practice-areas/truck-accident/">Truck Accident Representation</a></li>
    <li><a href="https://aguiarinjurylawyers.com/practice-areas/delivery-vehicle-accidents/amazon-delivery-accidents/">Amazon Delivery Accident Cases</a></li>
    <li><a href="https://aguiarinjurylawyers.com/practice-areas/rideshare-accident-lawyer/">Uber And Lyft Rideshare Accidents</a></li>
    <li><a href="https://aguiarinjurylawyers.com/about-us/bigger-share-guarantee/">Bigger Share Guarantee</a></li>
    <li><a href="https://aguiarinjurylawyers.com/about-us/our-results/">Client Case Results</a></li>
    <li><a href="https://aguiarinjurylawyers.com/practice-areas/delivery-vehicle-accidents/">Delivery Vehicle Accident Resource</a></li>
    <li><a href="https://aguiarinjurylawyers.com/locations/louisville/">Louisville Car Accident Team</a></li>
    <li><a href="https://aguiarinjurylawyers.com/locations/lexington/">Lexington Car Accident Lawyers</a></li>
  </ul>
</section>

CSS

.sa-related-resources-card{background:#f7f9fa;color:#0B212D;border-left:4px solid #D97706;border-top:0;border-right:0;border-bottom:0;border-radius:0 8px 8px 0;padding:clamp(22px,3vw,34px) clamp(22px,3vw,36px);margin:32px 0;font-family:Poppins,sans-serif;box-sizing:border-box;}
.sa-related-resources-card h2{color:#0B212D;font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(20px,2vw,26px);line-height:1.25;text-align:center;text-transform:none;margin:0 0 18px;letter-spacing:0;}
.sa-related-resources-card ul{max-width:760px;margin:0 auto;padding-left:22px;}
.sa-related-resources-card li{color:#0B212D;font-family:Poppins,sans-serif;font-weight:500;font-size:clamp(15px,1.05vw,17px);line-height:1.55;margin:0 0 10px;}
.sa-related-resources-card li:last-child{margin-bottom:0;}
.sa-related-resources-card a{color:#0B212D;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:600;}
.sa-related-resources-card a:hover,.sa-related-resources-card a:focus{color:#D97706;text-decoration-color:#D97706;}
.sa-sidebar .sa-related-resources-card,.sa-sidebar-optb-poppins .sa-related-resources-card{padding:22px 18px;margin:20px 0 0;}
.sa-sidebar .sa-related-resources-card h2,.sa-sidebar-optb-poppins .sa-related-resources-card h2{font-size:16px;line-height:1.3;margin-bottom:12px;}
.sa-sidebar .sa-related-resources-card ul,.sa-sidebar-optb-poppins .sa-related-resources-card ul{max-width:none;padding-left:18px;}
.sa-sidebar .sa-related-resources-card li,.sa-sidebar-optb-poppins .sa-related-resources-card li{font-size:14px;line-height:1.45;margin-bottom:8px;}
@media (max-width:768px){.sa-related-resources-card{padding:24px 18px;margin:28px 0}.sa-related-resources-card h2{font-size:20px;margin-bottom:14px}.sa-related-resources-card ul{padding-left:20px}.sa-related-resources-card li{font-size:15.5px;margin-bottom:9px}}