/* Titik45 public iframe pages */

/* —— Momen wall (gradient + centered marquee) —— */

body.titik45-embed-iframe--momen-wall,
.titik45-momen-wall-page {
	background: #AD2FB8;
	background-attachment: fixed;
}

.titik45-momen-wall-page {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
}

.titik45-momen-wall-page__inner {
	width: 100%;
	
	box-sizing: border-box;
}

/* Base marquee layout when parent gallery-1 CSS is missing on server */
.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__viewport {
	overflow: hidden;
	width: 100%;
	position: relative;
	touch-action: none;
}

.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__marquee {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: max-content;
	will-change: transform;
}

.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1.titik45-momen-wall--marquee-active .animated-gallery-1__marquee {
	cursor: default;
}

.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__chunk {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex: 0 0 auto;
}

.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 {
	padding: 0;
	width: 100%;
}

.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__viewport {
	width: 100%;
}

.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__marquee,
.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__chunk {
	gap: 20px !important;
	align-items: center !important;
}

/* Card shrink-wraps image (no fixed 60vh box — avoids huge gaps from letterboxing) */
.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__strip-card {
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	border-radius: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	line-height: 0 !important;
}

@media (min-width: 768px) {
	.titik45-momen-wall-page__inner {
		/* padding: 24px 16px; */
	}
}

.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__strip-card .imgbox-portfolio {
	position: static !important;
	inset: auto !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	line-height: 0 !important;
	border: 1px solid #c9c9c9 !important;
}

.titik45-momen-wall.titik45-momen-wall--embed.animated-gallery-1 .animated-gallery-1__strip-card .imgbox-portfolio .img-source {
	display: block !important;
	width: auto !important;
	height: 95vh !important;
	max-height: 95vh !important;
	max-width: none !important;
	object-fit: contain !important;
	object-position: center center;
	vertical-align: top;
}

.titik45-momen-wall__empty {
	color: #fff;
	text-align: center;
	padding: 48px 16px;
	margin: 0;
}

.titik45-momen-wall .guard-detail {
	display: none;
}

/* —— Berburu QR (image only) —— */

body.titik45-embed-iframe--berburu-qr {
	background: #fff;
}

.titik45-berburu-qr-embed {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background: #fff;
}

.titik45-berburu-qr-embed__img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100vw;
	max-height: 100vh;
	max-height: 100dvh;
	object-fit: contain;
	object-position: center center;
}

.titik45-berburu-qr-embed__message {
	max-width: 420px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	padding: 16px;
}
