/*!
	cubicFUSION Admin Enhancer \ Dashboard Gutenberg
	Alex @ portalZINE NMN
	https://portalzine.de/cubicfusion

*/

/* Fix welcome panel overflow and background */
.welcome-panel {
	overflow: hidden !important;
	background-color: transparent !important;
}

.cf-container{
	padding:2px;
}

/* Hide default WordPress welcome panel content - show only custom Gutenberg wrapper */
.welcome-panel-content:not(.cf-gutenberg-wrapper) {
	display: none !important;
}

/* Ensure custom content is visible */
.welcome-panel-content.cf-gutenberg-wrapper {
	display: block !important;
}

/* Hide any welcome panel content that appears after our custom wrapper */
.cf-gutenberg-wrapper ~ .welcome-panel-content {
	display: none !important;
}
