.aka-aer-photos {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.aka-aer-photo {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 4px;
	overflow: hidden;
	line-height: 0;
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.aka-aer-photo__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aka-aer-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.72);
	padding: 24px;
	cursor: zoom-out;
}

.aka-aer-lightbox img {
	max-width: min(96vw, 1100px);
	max-height: 92vh;
	width: auto;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
