/**
 * Editor Styles for Deva Theme
 *
 * @package Deva
 */

/* ACF Block Placeholder */
.acf-block-placeholder {
    padding: 40px;
    text-align: center;
    background: #f0f0f0;
    border: 2px dashed #ccc;
    border-radius: 8px;
    margin: 20px 0;
}

.acf-block-placeholder p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* Editor width constraints */
.editor-styles-wrapper .wp-block {
    max-width: 1536px;
}

.editor-styles-wrapper .wp-block[data-align="wide"] {
    max-width: 1400px;
}

.editor-styles-wrapper .wp-block[data-align="full"] {
    max-width: none;
}

/* Block preview styling */
.block-editor-block-preview__content-iframe {
    pointer-events: none;
}

/* Improve ACF block visibility in editor */
.acf-block-component {
    min-height: 100px;
}

/* Custom block category icon */
.components-icon-button.editor-block-list-item-deva-blocks svg {
    fill: #1D3972;
}

/* Typography in editor */
.editor-styles-wrapper {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    color: #1D3972;
    font-weight: 700;
}
