/* iClean Gallery
   Fully self-contained: the reset below strips anything the active theme
   applies to elements inside the gallery, so the look never changes from one
   site to another. Component rules use .icg for specificity and !important
   only where themes commonly force values. */

.icg {
	--icg-accent: #0a6fd8;
	--icg-accent-ink: #ffffff;
	--icg-accent-soft: rgba(10, 111, 216, 0.1);
	--icg-ink: #0f1729;
	--icg-muted: #5b6472;
	--icg-surface: #ffffff;
	--icg-line: #e2e8f0;
	--icg-tile: #eef2f7;
	--icg-radius: 16px;
	--icg-cols: 3;
	--icg-cols-md: 2;
	--icg-cols-sm: 2;
	--icg-gap: 14px;
	--icg-ratio: 4/3;
	--icg-shadow: 0 1px 2px rgba(16, 24, 40, 0.05), 0 10px 28px rgba(16, 24, 40, 0.09);
	--icg-shadow-hover: 0 2px 6px rgba(16, 24, 40, 0.08), 0 22px 44px rgba(16, 24, 40, 0.16);

	container-type: inline-size;
	position: relative;
	color: var(--icg-ink);
}

/* Isolation. :where() keeps this at zero specificity so every component rule
   below outranks it, while !important defeats theme rules that use it. */
.icg :where(div, span, p, a, button, input, nav, figure, figcaption, img, svg, h2) {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	outline: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	max-height: none !important;
	float: none !important;
	text-transform: none !important;
	text-shadow: none !important;
	letter-spacing: normal !important;
	text-decoration: none !important;
	transform: none;
	transition: none;
}

.icg :where(button, input) {
	-webkit-appearance: none !important;
	appearance: none !important;
	font: inherit !important;
	color: inherit !important;
	line-height: normal !important;
	cursor: pointer;
}

.icg :where(svg) {
	display: block !important;
	fill: none !important;
	stroke: currentColor !important;
}

.icg :where(img) {
	display: block !important;
	height: auto;
}

.icg *,
.icg *::before,
.icg *::after {
	box-sizing: border-box;
}

/* Heading */
.icg .icg__heading {
	margin: 0 0 18px !important;
	color: var(--icg-ink);
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
}

/* Filters — always one row, scrolling sideways when they overflow */
.icg .icg__filters {
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	justify-content: flex-start !important;
	gap: 10px !important;
	/* Fallback: if anything ever forces this container back to display:block,
	   nowrap still keeps the inline-flex pills on a single scrolling line. */
	white-space: nowrap !important;
	/* A horizontal scroll container cannot have visible vertical overflow, so
	   the hover lift and its shadow need room inside the padding box or they
	   get clipped. The negative margins claw that spacing back. */
	margin: -14px -6px 10px !important;
	padding: 16px 6px 16px !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #d7dee8 transparent;
}

.icg .icg__filters::-webkit-scrollbar {
	height: 6px;
}

.icg .icg__filters::-webkit-scrollbar-track {
	background: transparent;
}

.icg .icg__filters::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #d7dee8;
}

.icg .icg__filters::-webkit-scrollbar-thumb:hover {
	background: #c2ccda;
}

.icg .icg__filter {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	align-items: center;
	gap: 9px;
	height: auto !important;
	padding: 11px 20px !important;
	border: 1px solid var(--icg-line) !important;
	border-radius: 999px !important;
	background: var(--icg-surface) !important;
	color: var(--icg-ink) !important;
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.2 !important;
	white-space: nowrap;
	scroll-snap-align: start;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
	cursor: pointer;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease,
		transform 0.18s ease, box-shadow 0.18s ease !important;
}

.icg .icg__filter:hover {
	border-color: var(--icg-accent) !important;
	color: var(--icg-accent) !important;
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(10, 111, 216, 0.16) !important;
}

.icg .icg__filter:focus-visible {
	outline: 2px solid var(--icg-accent) !important;
	outline-offset: 2px;
}

.icg .icg__filter.is-active {
	border-color: var(--icg-accent) !important;
	background: var(--icg-accent) !important;
	color: var(--icg-accent-ink) !important;
	box-shadow: 0 4px 16px rgba(10, 111, 216, 0.32) !important;
}

.icg .icg__count {
	display: inline-block !important;
	padding: 3px 9px !important;
	border-radius: 999px !important;
	background: var(--icg-accent-soft) !important;
	color: var(--icg-accent) !important;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.35 !important;
	transition: background-color 0.18s ease, color 0.18s ease;
}

.icg .icg__filter.is-active .icg__count {
	background: rgba(255, 255, 255, 0.24) !important;
	color: var(--icg-accent-ink) !important;
}

/* Grid */
.icg .icg__grid {
	display: grid;
	grid-template-columns: repeat(var(--icg-cols), minmax(0, 1fr));
	gap: var(--icg-gap);
}

.icg--masonry .icg__grid {
	display: block;
	columns: var(--icg-cols);
	column-gap: var(--icg-gap);
}

.icg--masonry .icg__item {
	margin: 0 0 var(--icg-gap) !important;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
}

.icg .icg__item {
	position: relative;
	min-width: 0;
	animation: icg-in 0.34s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

.icg .icg__item.is-hidden {
	display: none;
}

@keyframes icg-in {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/* Tiles */
.icg .icg__open,
.icg .icg__ba {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	border-radius: var(--icg-radius) !important;
	background: var(--icg-tile) !important;
	line-height: 0 !important;
	text-align: left;
	overflow: hidden !important;
	box-shadow: var(--icg-shadow) !important;
	transition: transform 0.28s ease, box-shadow 0.28s ease !important;
}

.icg .icg__open {
	cursor: zoom-in;
}

.icg .icg__open--static {
	cursor: default;
}

.icg--grid .icg__open {
	aspect-ratio: var(--icg-ratio);
}

.icg .icg__open:hover,
.icg .icg__ba:hover {
	transform: translateY(-4px);
	box-shadow: var(--icg-shadow-hover) !important;
}

.icg .icg__open:focus-visible {
	outline: 3px solid var(--icg-accent) !important;
	outline-offset: 3px;
}

.icg .icg__img {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	max-width: none !important;
	object-fit: cover !important;
	transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}

/* Themes ship `img { height: auto !important }`, which stops photos filling
   their tile and leaves the tile colour showing through. */
.icg--grid .icg__open .icg__img,
.icg--grid .icg__ba-media .icg__img {
	width: 100% !important;
	height: 100% !important;
}

.icg--masonry .icg__open .icg__img,
.icg--masonry .icg__ba-media > .icg__img--after {
	width: 100% !important;
	height: auto !important;
}

.icg--masonry .icg__ba-clip .icg__img {
	width: 100% !important;
	height: 100% !important;
}

.icg .icg__open:hover .icg__img {
	transform: scale(1.06);
}

/* Round badges */
.icg .icg__zoom,
.icg .icg__expand {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 7;
	display: grid !important;
	place-items: center;
	width: 36px !important;
	height: 36px !important;
	border-radius: 50% !important;
	background: rgba(10, 15, 25, 0.55) !important;
	color: #fff !important;
	backdrop-filter: blur(4px);
	transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease !important;
}

.icg .icg__zoom {
	opacity: 0;
	transform: translateY(6px);
	pointer-events: none;
}

.icg .icg__open:hover .icg__zoom,
.icg .icg__open:focus-visible .icg__zoom {
	opacity: 1;
	transform: none;
}

.icg .icg__expand:hover {
	background: var(--icg-accent) !important;
	transform: scale(1.08);
}

.icg .icg__expand:focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 2px;
}

/* Before / after */
.icg .icg__ba-media {
	position: relative;
	width: 100%;
	background: var(--icg-tile);
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-y;
	overflow: hidden;
}

.icg--grid .icg__ba-media {
	aspect-ratio: var(--icg-ratio);
}

.icg .icg__ba-media .icg__img {
	pointer-events: none;
}

.icg .icg__ba-media > .icg__img--after {
	display: block !important;
	object-fit: cover !important;
}

/* clip-path crops without resizing, so the revealed strip always lines up with
   the same part of the photo underneath. */
.icg .icg__ba-clip {
	position: absolute;
	inset: 0;
	clip-path: inset(0 50% 0 0);
	will-change: clip-path;
}

.icg .icg__ba-clip .icg__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none !important;
	object-fit: cover !important;
}

.icg .icg__ba-tag {
	position: absolute;
	top: 10px;
	z-index: 3;
	padding: 5px 11px !important;
	border-radius: 999px !important;
	background: rgba(10, 15, 25, 0.62) !important;
	color: #fff !important;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.3 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	white-space: nowrap;
	backdrop-filter: blur(4px);
	pointer-events: none;
}

.icg .icg__ba-tag--before {
	left: 10px;
}

.icg .icg__ba-tag--after {
	right: 10px;
}

.icg .icg__ba-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 4;
	display: block !important;
	width: 3px !important;
	margin-left: -1.5px;
	background: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.14) !important;
	pointer-events: none;
}

/* Absolute centring rather than grid: the icon is far wider than the 3px
   divider it sits on, and an overflowing grid item does not centre reliably. */
.icg .icg__ba-handle svg {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 20px !important;
	height: 20px !important;
	padding: 9px !important;
	box-sizing: content-box !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--icg-accent) !important;
	fill: none !important;
	stroke: currentColor !important;
	transform: translate(-50%, -50%) !important;
	box-shadow: 0 4px 14px rgba(16, 24, 40, 0.3) !important;
}

.icg .icg__ba-range {
	position: absolute;
	inset: 0;
	z-index: 5;
	width: 100% !important;
	height: 100% !important;
	opacity: 0 !important;
	cursor: ew-resize;
}

.icg .icg__ba-range::-webkit-slider-thumb {
	width: 46px;
	height: 100%;
	-webkit-appearance: none;
	appearance: none;
}

.icg .icg__ba-range::-moz-range-thumb {
	width: 46px;
	height: 100%;
	border: 0;
	background: transparent;
}

.icg .icg__ba:has( .icg__ba-range:focus-visible ) {
	outline: 3px solid var(--icg-accent) !important;
	outline-offset: 3px;
}

.icg .icg__ba-range:focus-visible ~ .icg__ba-handle svg {
	box-shadow: 0 0 0 3px var(--icg-accent), 0 4px 14px rgba(16, 24, 40, 0.3) !important;
}

/* Hover caption */
.icg .icg__cap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 6;
	display: block !important;
	padding: 40px 56px 15px 16px !important;
	background: linear-gradient(to top, rgba(8, 12, 20, 0.9) 0%, rgba(8, 12, 20, 0.66) 45%, rgba(8, 12, 20, 0) 100%) !important;
	color: #fff !important;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.45 !important;
	text-align: left;
	opacity: 0;
	transform: translateY(8px);
	pointer-events: none;
	transition: opacity 0.28s ease, transform 0.28s cubic-bezier(0.2, 0.7, 0.3, 1) !important;
}

.icg .icg__cap-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.icg .icg__open:hover .icg__cap,
.icg .icg__open:focus-visible .icg__cap,
.icg .icg__ba:hover .icg__cap,
.icg .icg__ba:focus-within .icg__cap {
	opacity: 1;
	transform: none;
}

@media (hover: none) {
	.icg .icg__cap {
		opacity: 1;
		transform: none;
		padding-top: 28px !important;
	}
}

.icg .icg__caption {
	display: block !important;
	margin: 10px 2px 0 !important;
	color: var(--icg-muted);
	font-size: 0.875rem;
	line-height: 1.45 !important;
}

/* Show more */
.icg .icg__more {
	margin-top: 24px !important;
	text-align: center;
}

.icg .icg__more-btn {
	padding: 13px 28px !important;
	border: 1px solid var(--icg-accent) !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--icg-accent) !important;
	font-weight: 700;
	transition: background-color 0.2s ease, color 0.2s ease !important;
}

.icg .icg__more-btn:hover {
	background: var(--icg-accent) !important;
	color: var(--icg-accent-ink) !important;
}

/* Pagination */
.icg .icg__pager {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px !important;
	margin-top: 34px !important;
}

.icg .icg__pager[hidden] {
	display: none !important;
}

.icg .icg__page {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 44px !important;
	height: 44px !important;
	padding: 0 14px !important;
	border: 1px solid var(--icg-line) !important;
	border-radius: 12px !important;
	background: var(--icg-surface) !important;
	color: var(--icg-ink) !important;
	font-size: 0.9375rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	line-height: 1 !important;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04) !important;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease,
		transform 0.18s ease !important;
}

.icg .icg__page:hover:not( :disabled ):not( .is-current ) {
	border-color: var(--icg-accent) !important;
	color: var(--icg-accent) !important;
	transform: translateY(-2px);
}

.icg .icg__page:focus-visible {
	outline: 2px solid var(--icg-accent) !important;
	outline-offset: 2px;
}

.icg .icg__page.is-current {
	border-color: var(--icg-accent) !important;
	background: var(--icg-accent) !important;
	color: var(--icg-accent-ink) !important;
	box-shadow: 0 4px 16px rgba(10, 111, 216, 0.32) !important;
	cursor: default;
}

.icg .icg__page:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.icg .icg__page--arrow {
	padding: 0 !important;
}

.icg .icg__page--arrow svg {
	width: 20px !important;
	height: 20px !important;
}

.icg .icg__page-gap {
	padding: 0 2px !important;
	color: var(--icg-muted);
	user-select: none;
}

.icg .icg__data {
	display: none !important;
}

.icg .screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.icg-empty {
	padding: 18px;
	border: 1px dashed #c9d2de;
	border-radius: 10px;
	color: #5b6472;
	text-align: center;
}

/* Lightbox — lives outside .icg, so it repeats the isolation it needs */
.icg-lb :where(button, div, span, p, img, svg) {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	max-width: none !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	text-shadow: none !important;
}

.icg-lb :where(button) {
	-webkit-appearance: none !important;
	appearance: none !important;
	font: inherit !important;
	cursor: pointer;
}

.icg-lb :where(svg) {
	display: block !important;
	fill: none !important;
	stroke: currentColor !important;
}

.icg-lb {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	flex-direction: column;
	background: rgba(9, 12, 18, 0.94);
	font-family: inherit;
	opacity: 0;
	transition: opacity 0.25s ease;
	backdrop-filter: blur(6px);
}

.icg-lb.is-open {
	opacity: 1;
}

.icg-lb__stage {
	position: relative;
	flex: 1;
	display: grid;
	place-items: center;
	min-height: 0;
	padding: 62px 16px 12px !important;
}

.icg-lb__figure {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: min(1400px, 100%);
	max-height: 100%;
	animation: icg-lb-in 0.3s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

@keyframes icg-lb-in {
	from {
		opacity: 0;
		transform: scale(0.97);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.icg-lb__figure img {
	display: block !important;
	max-width: 100% !important;
	max-height: calc(100vh - 150px) !important;
	width: auto;
	height: auto;
	border-radius: 8px !important;
	object-fit: contain;
}

.icg-lb__ba {
	position: relative;
	display: block;
	line-height: 0;
	border-radius: 8px !important;
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
	touch-action: pan-y;
}

.icg-lb__ba .icg__ba-media {
	position: relative;
	width: auto;
	height: auto;
	background: transparent;
	overflow: hidden;
}

.icg-lb__ba .icg__ba-media > .icg__img--after {
	position: static;
	display: block !important;
	max-width: 100% !important;
	max-height: calc(100vh - 150px) !important;
	width: auto;
	height: auto;
	object-fit: contain !important;
}

.icg-lb__ba .icg__ba-clip {
	position: absolute;
	inset: 0;
	clip-path: inset(0 50% 0 0);
}

.icg-lb__ba .icg__ba-clip img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	border-radius: 0 !important;
	object-fit: cover !important;
}

.icg-lb__ba .icg__ba-tag {
	position: absolute;
	top: 12px;
	z-index: 3;
	padding: 5px 11px !important;
	border-radius: 999px !important;
	background: rgba(10, 15, 25, 0.62) !important;
	color: #fff !important;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.3 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	pointer-events: none;
}

.icg-lb__ba .icg__ba-tag--before {
	left: 12px;
}

.icg-lb__ba .icg__ba-tag--after {
	right: 12px;
}

.icg-lb__ba .icg__ba-handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: 4;
	display: block !important;
	width: 3px !important;
	margin-left: -1.5px;
	background: rgba(255, 255, 255, 0.95) !important;
	pointer-events: none;
}

.icg-lb__ba .icg__ba-handle svg {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 20px !important;
	height: 20px !important;
	padding: 9px !important;
	box-sizing: content-box !important;
	border-radius: 50% !important;
	background: #fff !important;
	color: var(--icg-lb-accent, #0a6fd8) !important;
	transform: translate(-50%, -50%) !important;
	box-shadow: 0 4px 14px rgba(16, 24, 40, 0.3) !important;
}

.icg-lb__ba .icg__ba-range {
	position: absolute;
	inset: 0;
	z-index: 5;
	width: 100% !important;
	height: 100% !important;
	opacity: 0 !important;
	cursor: ew-resize;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.icg-lb__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 16px 16px !important;
	color: #cfd6e0;
	font-size: 0.9rem;
}

.icg-lb__caption {
	flex: 1;
	min-width: 0;
	color: #e8edf4 !important;
	line-height: 1.45 !important;
	text-align: center;
}

.icg-lb__counter {
	flex: none;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.icg-lb__btn {
	position: absolute;
	z-index: 3;
	display: grid !important;
	place-items: center;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
	transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.icg-lb__btn:hover {
	background: var(--icg-lb-accent, #0a6fd8) !important;
	transform: scale(1.06);
}

.icg-lb__btn:focus-visible {
	outline: 2px solid #fff !important;
	outline-offset: 3px;
}

.icg-lb__btn[hidden] {
	display: none !important;
}

.icg-lb__close {
	top: 14px;
	right: 16px;
}

.icg-lb__prev {
	top: 50%;
	left: 16px;
	margin-top: -24px !important;
}

.icg-lb__next {
	top: 50%;
	right: 16px;
	margin-top: -24px !important;
}

/* Responsive */
@container (max-width: 900px) {
	.icg .icg__grid {
		grid-template-columns: repeat(var(--icg-cols-md, 2), minmax(0, 1fr));
	}

	.icg--masonry .icg__grid {
		columns: var(--icg-cols-md, 2);
	}
}

@container (max-width: 540px) {
	.icg .icg__grid {
		grid-template-columns: repeat(var(--icg-cols-sm, 2), minmax(0, 1fr));
	}

	.icg--masonry .icg__grid {
		columns: var(--icg-cols-sm, 2);
	}

	/* Keep the pager on one line: smaller controls, and never wrap the arrows
	   onto a row of their own. */
	.icg .icg__pager {
		flex-wrap: nowrap !important;
		gap: 6px !important;
		margin-top: 26px !important;
	}

	.icg .icg__page {
		min-width: 38px !important;
		height: 38px !important;
		padding: 0 9px !important;
		border-radius: 10px !important;
		font-size: 0.875rem;
	}

	.icg .icg__page--arrow svg {
		width: 18px !important;
		height: 18px !important;
	}
}

@supports not (container-type: inline-size) {
	@media (max-width: 900px) {
		.icg .icg__grid {
			grid-template-columns: repeat(var(--icg-cols-md, 2), minmax(0, 1fr));
		}
	}

	@media (max-width: 540px) {
		.icg .icg__grid {
			grid-template-columns: repeat(var(--icg-cols-sm, 1), minmax(0, 1fr));
		}
	}
}

@media (max-width: 782px) {
	.icg .icg-lb__prev,
	.icg-lb__prev {
		left: 8px;
	}

	.icg-lb__next {
		right: 8px;
	}

	.icg-lb__btn {
		width: 42px !important;
		height: 42px !important;
	}

	.icg-lb__figure img {
		max-height: calc(100vh - 170px) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.icg *,
	.icg-lb * {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
