/* 
 * Facebook Comments Responsive Fix
 * Forces the Facebook Comments iframe and its parent span to occupy 100% of the container.
 */

.fb-comments, 
.fb-comments span, 
.fb-comments iframe {
    width: 100% !important;
}

@media (max-width: 768px) {
    .facebook-comments-section {
        padding: 10px !important; /* Reduce padding on mobile to give more space */
    }
}
