/*
 * Elementor applies the Advanced > Border > Border Radius to the widget
 * container. The CTA itself contains child layers (image/background/overlay)
 * which otherwise paint beyond that radius. Clipping the widget container
 * makes Elementor's native radius visible without introducing a second
 * radius control.
 */
.elementor-widget-ibv-mitarbeiter-cta > .elementor-widget-container {
    overflow: hidden;
}

/* Keep the CTA root on the same radius as its Elementor widget container. */
.elementor-widget-ibv-mitarbeiter-cta > .elementor-widget-container > .elementor-cta {
    border-radius: inherit;
}
