.srp-related-posts { margin: 2rem 0; }
.srp-heading { font-size: 1.25rem; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid #eee; }
.srp-list { list-style: none; padding: 0; margin: 0; }
.srp-item { padding: 0.75rem 0; border-bottom: 1px solid #f0f0f0; }
.srp-item:last-child { border-bottom: none; }
.srp-title { margin: 0 0 0.5rem; font-size: 0.8rem; line-height: 1.4; }
.srp-title a { color: #1a1a1a; text-decoration: none; }
.srp-title a:hover { color: #0073aa; }
.srp-excerpt { color: #555; font-size: 0.9rem; line-height: 1.5; margin: 0; }

/* Default template (with thumbnail) */
.srp-template-default .srp-item { display: flex; gap: 1rem; align-items: flex-start; }
.srp-template-default .srp-thumbnail { flex-shrink: 0; width: 64px; height: 64px; border-radius: 4px; overflow: hidden; }
.srp-template-default .srp-thumb-img { width: 100%; height: 100%; object-fit: cover; }
.srp-template-default .srp-content { flex: 1; min-width: 0; }

/* Thumbnail grid template */
.srp-template-thumbnail .srp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.srp-template-thumbnail .srp-card { border: 1px solid #e0e0e0; border-radius: 8px; overflow: hidden; transition: box-shadow 0.2s; }
.srp-template-thumbnail .srp-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
.srp-template-thumbnail .srp-thumbnail { width: 100%; aspect-ratio: 16/9; overflow: hidden; }
.srp-template-thumbnail .srp-thumb-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.srp-template-thumbnail .srp-card:hover .srp-thumb-img { transform: scale(1.05); }
.srp-template-thumbnail .srp-content { padding: 1rem; }

/* Responsive */
@media (max-width: 600px) {
    .srp-template-default .srp-item { flex-direction: column; }
    .srp-template-default .srp-thumbnail { width: 100%; height: auto; max-height: 200px; }
}
