/**
 * Callout Box Pro - Frontend Styles
 *
 * Note: Main styles are inherited from callout-legacy.css.
 * This file provides editor-specific adjustments.
 *
 * @package WebtronDocs
 * @since 1.2.0
 */

/* Editor placeholder text */
.coutb-pro-content .block-editor-rich-text__editable:empty::before {
    color: inherit;
    opacity: 0.6;
}

/* Ensure consistent spacing in editor */
.wp-block[data-type="webtron/callout-pro"] {
    margin-bottom: 1em;
}

/* Editor preview mode */
.editor-styles-wrapper .coutb-pro-box {
    margin-bottom: 1rem;
}
