/**
 * DGS Featured CTA Block - Editor Styles
 */

/* Editor-specific adjustments */
.editor-styles-wrapper .dgs-featured-cta {
    margin: var(--space-l, 2rem) 0;
}

/* Ensure proper spacing in editor */
.editor-styles-wrapper .dgs-featured-cta__container {
    max-width: 100%;
}

/* Make non-clickable button look disabled in editor */
.editor-styles-wrapper .dgs-featured-cta__button--editor {
    opacity: 0.9;
    cursor: not-allowed;
}

/* Disable all links in editor to prevent accidental navigation */
.editor-styles-wrapper .dgs-featured-cta a {
    pointer-events: none;
    cursor: default;
}
