/**
 * Obrazy treści — bez ramek, zaokrąglone rogi, lightbox
 */

:root {
	--mbst-img-radius: 14px;
}

/* ═══ Globalnie: zero ramek (wrapper BeTheme) — tylko samo zdjęcie ═══ */
body.mbst-premium-ui #Content .column_image,
body.mbst-premium-ui #Content .column_image .image_frame,
body.mbst-premium-ui #Content .column_image .image_wrapper,
body.mbst-premium-ui #Content .column_image .image_item,
body.mbst-premium-ui #Content .column_image .image_links {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
	background-color: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	overflow: visible !important;
	transform: none !important;
	line-height: 0;
}

body.mbst-premium-ui #Content .column_image .image_frame:hover,
body.mbst-premium-ui #Content .column_image .image_wrapper:hover,
body.mbst-premium-ui #Content .column_image .image_item:hover {
	transform: none !important;
	box-shadow: none !important;
}

body.mbst-premium-ui #Content .column_image img.scale-with-grid,
body.mbst-premium-ui #Content .column_image img {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	border-radius: var(--mbst-img-radius) !important;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

body.mbst-premium-ui #Content .column_image img:hover {
	opacity: 0.92;
	transform: scale(1.01);
}

body.mbst-premium-ui #Content .column_image.mbst-lightbox-ready::after {
	display: none !important;
}

/* Rozmiar — podstrony treści */
body.mbst-page-content.mbst-premium-ui #Content .entry-content .column_image img.scale-with-grid,
body.mbst-page-terapia.mbst-premium-ui #Content .entry-content .column_image img.scale-with-grid,
body.mbst-page-wskazania.mbst-premium-ui #Content .entry-content .column_image img.scale-with-grid {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: min(400px, 50vh) !important;
	min-height: 0 !important;
	object-fit: contain !important;
	object-position: center;
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	cursor: zoom-in;
}

body.mbst-page-content.mbst-premium-ui .mbst-split-row .column_image img,
body.mbst-page-terapia.mbst-premium-ui .mbst-split-row .column_image img {
	max-height: min(440px, 52vh) !important;
	object-fit: cover !important;
}

body.mbst-page-terapia.mbst-premium-ui .mbst-terapia-effects-row .column_image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	max-height: min(420px, 55vh) !important;
	object-fit: contain !important;
	border-radius: var(--mbst-radius-img, 14px);
}

/* Wskazania — zdjęcie pełnej szerokości między blokami */
body.mbst-page-wskazania.mbst-premium-ui .section.mcb-section.mbst-indication-figure .column_image,
body.mbst-page-wskazania.mbst-premium-ui .section.mcb-section.mbst-indication-figure .image_frame,
body.mbst-page-wskazania.mbst-premium-ui .section.mcb-section.mbst-indication-figure .image_wrapper {
	max-width: 100%;
	margin: 0 auto;
}

body.mbst-page-wskazania.mbst-premium-ui .section.mcb-section.mbst-indication-figure .column_image img,
body.mbst-page-wskazania.mbst-premium-ui .section.mcb-section .wrap.one .column_image img.scale-with-grid {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: min(360px, 45vh) !important;
	object-fit: cover !important;
	object-position: center;
	cursor: zoom-in;
}

/* Terapia — sekcja MRT (obraz + panel) */
body.mbst-page-terapia.mbst-premium-ui .mbst-mrt-media-row .wrap.three-fifth .column_image,
body.mbst-page-terapia.mbst-premium-ui .mbst-mrt-media-row .wrap.three-fifth .image_frame,
body.mbst-page-terapia.mbst-premium-ui .mbst-mrt-media-row .wrap.three-fifth .image_wrapper {
	height: auto !important;
	min-height: 0 !important;
}

body.mbst-page-terapia.mbst-premium-ui .mbst-mrt-media-row .wrap.three-fifth img {
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: min(380px, 45vh) !important;
	object-fit: contain !important;
	cursor: zoom-in;
}

body.mbst-page-terapia.mbst-premium-ui .mbst-mrt-about-row .wrap.one-third .column_image img {
	max-height: min(320px, 40vh) !important;
	width: 100% !important;
	max-width: 360px;
	height: auto !important;
	aspect-ratio: auto;
	object-fit: contain !important;
	cursor: zoom-in;
}

/* O nas — certyfikaty ISO (małe, nie rozciągać na całą kolumnę) */
body.mbst-page-onas.mbst-premium-ui #Content .entry-content img[src*='ISO135'],
body.mbst-page-onas.mbst-premium-ui #Content .entry-content img[src*='ISO9001'] {
	width: auto !important;
	max-width: 120px !important;
	max-height: 120px !important;
	cursor: default !important;
}

/* Kolumny obok tekstu (1/3, 1/2) */
body.mbst-page-content.mbst-premium-ui .wrap.one-third .column_image img,
body.mbst-page-content.mbst-premium-ui .wrap.one-second .column_image img,
body.mbst-page-terapia.mbst-premium-ui .wrap.one-third .column_image img,
body.mbst-page-terapia.mbst-premium-ui .wrap.one-second .column_image img {
	max-height: min(320px, 42vh) !important;
	object-fit: contain !important;
}

/* ─── Lightbox modal ─── */
.mbst-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(16px, 4vw, 40px);
	background: rgba(24, 34, 91, 0.94);
	backdrop-filter: blur(6px);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mbst-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.mbst-lightbox__dialog {
	position: relative;
	max-width: min(96vw, 1280px);
	max-height: 92vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.mbst-lightbox__img {
	display: block;
	max-width: 100%;
	max-height: calc(92vh - 48px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: var(--mbst-img-radius, 14px);
	box-shadow: none;
}

.mbst-lightbox__caption {
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	max-width: 640px;
}

.mbst-lightbox__close {
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 100051;
	width: 48px;
	height: 48px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.mbst-lightbox__close:hover {
	background: var(--mbst-title-accent, #9ed4f2);
	color: #18225b;
}

.mbst-lightbox__nav {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100051;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.mbst-lightbox__nav:hover {
	background: rgba(255, 153, 0, 0.85);
	color: #18225b;
}

.mbst-lightbox__nav--prev {
	left: 12px;
}

.mbst-lightbox__nav--next {
	right: 12px;
}

.mbst-lightbox__nav:disabled {
	opacity: 0.25;
	cursor: default;
	pointer-events: none;
}

body.mbst-lightbox-open {
	overflow: hidden;
}

@media (max-width: 640px) {
	body.mbst-page-content.mbst-premium-ui #Content .entry-content .column_image img.scale-with-grid,
	body.mbst-page-terapia.mbst-premium-ui #Content .entry-content .column_image img.scale-with-grid,
	body.mbst-page-wskazania.mbst-premium-ui #Content .entry-content .column_image img.scale-with-grid {
		max-height: min(280px, 40vh) !important;
	}

	body.mbst-page-wskazania.mbst-premium-ui .section.mcb-section.mbst-indication-figure .column_image img {
		max-height: min(240px, 36vh) !important;
	}

	.mbst-lightbox__nav {
		display: none;
	}
}
