.single-lot-katz {
	width: 100%;
	max-width: none;
}

.katz-page-main {
	padding-top: 0;
	margin-top: 0;
}

/* Gallery slider only — do not affect other blocks */
.single-lot-katz .lot-gallery-wrapper .keen-slider__slide {
	min-height: 24rem;
}

.single-lot-katz .lot-gallery-wrapper .keen-slider__dot {
	flex-shrink: 0;
}

.single-lot-katz .lot-gallery-wrapper .arrow.hidden {
	display: none;
}

/* Tags — salmon pills with white text */
.single-lot-katz .lot-tag {
	background-color: #dcac98;
	color: #fff;
	border: none;
}

.single-lot-katz .lot-tag:hover {
	background-color: #c99882;
	color: #fff;
}

/* Floating prev/next lot */
.single-lot-katz .single-lot-nav-btn {
	background-color: #fef3c7;
}

.single-lot-katz .single-lot-nav-btn:hover {
	background-color: #fde68a;
}

/* Similar lots grid */
.single-lot-similar-card {
	aspect-ratio: 3 / 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-lot-similar-img {
	/* max-height: 7.5rem; */
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

@media (max-width: 640px) {
	.single-lot-similar-img {
		max-height: 5.5rem;
	}
}
