.facebook-feed-container { max-width: 640px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background: #fff; }
.fb-embed-header { position: relative; }
.fb-cover { height: 140px; background-size: cover; background-position: center; background-color: #f5f5f5; }
.fb-header-content { display: flex; align-items: center; gap: 12px; padding: 12px; }
.fb-avatar { width: 64px; height: 64px; border-radius: 50%; border: 3px solid #fff; margin-top: -40px; background: #fff; object-fit: cover; }
.fb-title a { font-weight: 700; color: #1b1b1b; text-decoration: none; }
.fb-scroll { max-height: 390px; overflow: auto; border-top: 1px solid #eee; }
.fb-posts { display: grid; gap: 0; }
.fb-post { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 12px; border-bottom: 1px solid #f0f0f0; }
.fb-post:last-child { border-bottom: none; }
.fb-media img { width: 120px; height: 120px; object-fit: cover; border-radius: 6px; }
.fb-meta time { display: block; font-size: 12px; color: #666; margin-bottom: 6px; }
.fb-caption { margin: 0 0 6px; font-size: 14px; line-height: 1.35; color: #222; }
.fb-empty { padding: 16px; text-align: center; color: #666; }
.facebook-loading { padding: 16px; text-align: center; }
@media (max-width: 480px) {
    .fb-post { grid-template-columns: 1fr; }
    .fb-media img { width: 100%; height: auto; }
    .fb-avatar { width: 56px; height: 56px; }
}
