/**
 * Odd API Extension - Custom Blocks Editor Styles
 * Styles for custom blocks in WordPress Block Editor
 */

/* Global editor styles for custom blocks */
.editor-styles-wrapper {
    /* Ensure consistent spacing */
    --odd-blocks-spacing: 1rem;
}

/* Block category icon styling */
.block-editor-inserter__panel-content .components-panel__body-title svg {
    fill: currentColor;
}
