.easy-club-gutenberg-block {
	margin-block: 1.5rem;
}

.easy-club-gutenberg-block > *:first-child {
	margin-top: 0;
}

.easy-club-gutenberg-block > *:last-child {
	margin-bottom: 0;
}

.easy-club-gutenberg-editor-preview {
	border: 1px solid #dcdcde;
	border-radius: 12px;
	padding: 16px;
	background: #fff;
}

.easy-club-gutenberg-editor-header {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f1;
	color: #1d2327;
}

.easy-club-gutenberg-editor-header span {
	color: #646970;
	font-size: 12px;
}

.easy-club-block-placeholder {
	padding: 16px;
	border: 1px dashed #c3c4c7;
	border-radius: 10px;
	background: #f6f7f7;
	color: #50575e;
}

.easy-club-block-placeholder strong {
	display: block;
	margin-bottom: 6px;
	color: #1d2327;
}

.easy-club-block-placeholder p {
	margin: 0 0 8px;
}


.easy-club-gutenberg-editor-preview {
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
	padding: 1rem;
	background: #f8fafc;
}

.easy-club-gutenberg-editor-header {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 1rem;
	color: #475569;
}

.easy-club-gutenberg-editor-header strong {
	color: #0f172a;
}

.easy-club-block-placeholder {
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	padding: 1rem;
	background: #ffffff;
	color: #475569;
}


/* =============================================================================
   Easy Club 3.4.198 – saubere Block-Inspector-Stilcontrols
   ============================================================================= */

.easy-club-gutenberg-color-control {
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0;
	margin: 0 0 16px;
	box-sizing: border-box;
}

.easy-club-gutenberg-color-control > label {
	display: block;
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	color: #1e1e1e;
}

.easy-club-gutenberg-color-row {
	display: flex;
	align-items: center;
	gap: 8px;
	max-width: 100%;
}

.easy-club-gutenberg-color-row input[type="color"] {
	flex: 0 0 42px;
	width: 42px;
	min-width: 42px;
	height: 34px;
	padding: 2px;
}

.easy-club-gutenberg-color-row .button {
	flex: 0 0 auto;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
}

.easy-club-gutenberg-color-control .components-base-control__help {
	margin: 6px 0 0;
	font-size: 12px;
	line-height: 1.4;
}




/* Easy Club 3.4.204 – Startseiten-Block: aufgeräumte Modulauswahl */
.easy-club-homepage-help {
	margin: 0 0 12px;
	color: #646970;
	font-size: 12px;
	line-height: 1.45;
}

.easy-club-homepage-section-list {
	display: grid;
	gap: 8px;
	margin: 10px 0 0;
}

.easy-club-homepage-section-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px;
	align-items: center;
	padding: 8px;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	background: #fff;
}

.easy-club-homepage-section-item:nth-child(even) {
	background: #f6f7f7;
}

.easy-club-homepage-section-item.is-active {
	border-color: #3858e9;
	box-shadow: 0 0 0 1px #3858e9;
}

.easy-club-homepage-section-main {
	display: inline-flex !important;
	justify-content: flex-start !important;
	width: 100%;
	min-width: 0;
	text-align: left;
}

.easy-club-homepage-section-handle {
	display: inline-block;
	margin-right: 8px;
	color: #646970;
	cursor: grab;
	letter-spacing: -2px;
}

.easy-club-homepage-section-actions {
	display: flex;
	gap: 4px;
}

.easy-club-homepage-active-title {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 600;
	color: #1e1e1e;
}

.easy-club-homepage-module-panel {
	padding: 10px;
	border-radius: 8px;
	background: #f6f7f7;
}

.easy-club-homepage-module-panel .components-base-control:last-child {
	margin-bottom: 0;
}
