/**
 * BlockStudio Extensions - Custom Styles
 * 
 * This file contains custom styles for BlockStudio extensions.
 * Organize styles by block type for easier maintenance.
 */

/**
 * Image Block Extensions
 */
figure.box-shadow img {
  box-shadow: var(--box-shadow-m);
}

/**
 * Heading Block Extensions
 */
/* Add heading-related extension styles here */

/**
 * Paragraph Block Extensions
 */
/* Add paragraph-related extension styles here */

/**
 * Button Block Extensions
 */
/* Add button-related extension styles here */

/**
 * Group Block Extensions
 */
/* Add group-related extension styles here */

/**
 * Column Block Extensions
 */
/* Add column-related extension styles here */