.editor-styles-wrapper .wp-block-divi5-breakfast-media-text-panel {
	max-width: none;
}

.editor-styles-wrapper .wp-block-divi5-breakfast-media-text-panel .breakfast-content-panels-container {
	width: 100%;
	max-width: 1300px;
}

.editor-styles-wrapper .wp-block-divi5-breakfast-media-text-panel .breakfast-content-panels {
	margin: 0;
}

.editor-styles-wrapper .wp-block-divi5-breakfast-media-text-panel .breakfast-content-panel__media {
	position: relative;
}

.editor-styles-wrapper .wp-block-divi5-breakfast-media-text-panel .breakfast-content-panel__button {
	pointer-events: none;
}

.breakfast-content-panel-block__media-placeholder,
.breakfast-content-panel-block__vimeo-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 260px;
	padding: 1.5rem;
	border: 1px dashed #8c8f94;
	background: #f6f7f7;
	color: #1d2327;
	text-align: center;
}

.breakfast-content-panel-block__media-placeholder .components-button {
	box-shadow: none;
}

.breakfast-content-panel-block__media-actions {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 2;
	display: flex;
	gap: 0.5rem;
	padding: 0.5rem;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.breakfast-content-panel-block__control-group {
	margin-bottom: 1rem;
}

.breakfast-content-panel-block__url-control .block-editor-url-input input[type="text"] {
	width: 100%;
}

.breakfast-content-panel-block__inner-description .block-editor-inner-blocks,
.breakfast-content-panel-block__inner-description .block-editor-block-list__layout {
	max-width: 52ch;
}

.breakfast-content-panel-block__inner-description .block-list-appender {
	margin-top: 0.5rem;
}
