@layer components {
    .social-embed-container {
        @apply my-8 w-full max-w-2xl mx-auto;
    }
    
    .social-embed-wrapper {
        @apply relative overflow-hidden rounded-lg shadow-lg;
    }
    
    .social-embed-loading {
        @apply animate-pulse bg-gray-200 h-96;
    }
}