/**
 * Portfolio Grid Block Frontend Styles
 * 
 * Note: Main portfolio grid styles are already in the theme's style.css
 * This file can contain block-specific overrides if needed.
 */

.wp-block-video-production-theme-portfolio-grid {
    margin: 2rem 0;
}

.wp-block-video-production-theme-portfolio-grid .portfolio-grid {
    margin: 0; /* Reset margin since block wrapper handles it */
}