/* Native Gutenberg CTA styles. Only the decorative layer fades. */
.arking-contact-band { border-top: 0; }
.is-style-arking-cta-border { border: 1px solid var(--arking-border, #d8e1e8); }
.is-style-arking-cta-none, .is-style-arking-cta-vignette { border: 0 !important; box-shadow: none !important; }
.is-style-arking-cta-vignette { position: relative; isolation: isolate; background: transparent !important; }
.is-style-arking-cta-vignette::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(ellipse at center, #031c3d14 0%, #031c3d08 45%, transparent 75%); background: radial-gradient(ellipse at center, color-mix(in srgb, currentColor 10%, transparent) 0%, color-mix(in srgb, currentColor 5%, transparent) 45%, transparent 75%); }
