.seam-recent-posts { display: flex; flex-direction: column; gap: 20px; } .seam-post-card { border: 1px solid #eee; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.08); background: #fff; } .seam-post-thumb img { width: 100%; height: auto; display: block; } .seam-post-content { padding: 12px; } .seam-post-title { font-size: 16px; font-weight: 600; margin: 0 0 6px; } .seam-post-title a { text-decoration: none; color: #111; } .seam-post-title a:hover { color: #0073aa; } .seam-post-excerpt { font-size: 14px; color: #666; margin: 0; } .bg-special{ background-color: rgb(130 68 55) !important; }