/* DJ/KJ embed width inside theme + Elementor */
.djkg-wp-shell {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.djkg-wp-shell .entry-content,
.djkg-wp-shell .wp-block-post-content {
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.entry-content > .djkg-wp-shell,
.wp-block-post-content > .djkg-wp-shell {
	max-width: none !important;
	width: 100%;
}

/* Stacking context for embed; pair with page-specific CSS (e.g. djkj-page-booking.css) loaded after theme */
.djkg-shortcode-root.djkg-wp-shell {
	position: relative;
	z-index: 0;
	isolation: isolate;
}
