/* Styled Recent Posts Widget - compact list */
.rpsw-list { padding: 10px; background: #f3fbf3; border-radius: 6px; border: 1px solid #e3efe3; }
.rpsw-item { display:flex; gap:12px; padding:8px 6px; align-items:flex-start; }
.rpsw-thumb img { width:64px; height:64px; object-fit:cover; border-radius:6px; border:1px solid #ddd; }
.rpsw-thumb { width:64px; flex:0 0 64px; }
.rpsw-thumb-placeholder { width:64px; height:64px; background:#e5f3e5; border-radius:6px; border:1px solid #cfe6cf; }
.rpsw-meta { flex:1; }
.rpsw-title { font-weight:700; color:#0b5aa6; text-decoration:none; display:block; margin-bottom:6px; }
.rpsw-sub { color:#6b7a78; font-size:13px; }
.rpsw-item + .rpsw-item { border-top:1px dashed #dfeee0; padding-top:10px; }
/* ensure thumbnail outputs inline */
.rpsw-list .post-thumbnail { display:block; }
