/**
 * DGS Intro Block - Editor Styles
 */

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

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

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