/* RAM Suggestion — recent/related pages widget */
.rs-recent-wrap { padding: 36px 0; background: #f8f9fb; border-top: 1px solid #e2e5ea; }
.rs-recent-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.rs-recent-card { background: #fff; border: 1px solid #e2e5ea; border-radius: 10px; padding: 14px 16px; }
.rs-recent-card h3 { font-size: .92rem; font-weight: 600; margin: 0 0 6px; line-height: 1.3; }
.rs-recent-card a { color: #2563eb; text-decoration: none; }
.rs-recent-card a:hover { text-decoration: underline; }
.rs-recent-card time { font-size: .8rem; color: #6b7280; }
