/* Auction page — listings, steps, documentation */

.auction-empty-state {
	max-width: none;
	margin: 0;
	padding: 0;
}

.auction-empty-state__preview {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	padding: 0 20px;
}

.auction-empty-state__blur {
	filter: blur(7px);
	pointer-events: none;
	user-select: none;
	transform: scale(1.015);
}

.auction-empty-state__blur .auction-property-row {
	padding: 50px 0;
}

.auction-empty-state__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px;
	text-align: center;
	background: rgba(255, 255, 255, 0.55);
}

.auction-empty-state__heading {
	margin: 0 0 10px;
	color: #13294b;
	font-size: 42px;
	line-height: 1.15;
	font-weight: 700;
	text-shadow: 0 1px 12px rgba(255, 255, 255, 0.85);
}

.auction-empty-state__message {
	max-width: 520px;
	margin: 0;
	color: #333;
	font-size: 18px;
	line-height: 1.5;
	text-shadow: 0 1px 10px rgba(255, 255, 255, 0.9);
}

.auction-property-row--preview .auction-property-row__preview-btn {
	display: block;
	cursor: default;
}

.auction-property-gallery-static .property-gallery-image-wrap,
.auction-property-gallery-static .property-gallery-image-wrap img {
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	display: block;
}

@media (max-width: 991px) {
	.auction-empty-state__heading {
		font-size: 34px;
	}
}

@media (max-width: 575px) {
	.auction-empty-state__overlay {
		padding: 16px;
	}

	.auction-empty-state__heading {
		font-size: 28px;
	}

	.auction-empty-state__message {
		font-size: 16px;
	}

	.auction-property-gallery-static .property-gallery-image-wrap,
	.auction-property-gallery-static .property-gallery-image-wrap img {
		min-height: 220px;
	}
}

.auction-property-row {
	padding: 50px 0;
}

.auction-property-row--light {
	background-color: #fff;
}

.auction-property-row--muted {
	background-color: #f7f7f7;
}

/* Gallery images: fill frame */
.auction-page .property-gallery-slick .property-gallery-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/*
 * One nav control per side: slick-theme adds ::before arrows; our markup uses Font Awesome.
 * Hide theme pseudo-arrows and restore font size so FA icons show.
 */
.auction-page .auction-property-gallery .slick-prev,
.auction-page .auction-property-gallery .slick-next {
	font-size: 20px;
	line-height: 1;
	color: #333;
}

.auction-page .auction-property-gallery .slick-prev:before,
.auction-page .auction-property-gallery .slick-next:before {
	display: none !important;
	content: none !important;
}

@media (max-width: 1023px) {
	.auction-page .property-gallery-slick .property-gallery-image-wrap {
		aspect-ratio: 1280 / 853;
		overflow: hidden;
		border-radius: 8px;
	}

	.auction-page .property-gallery-slick .property-gallery-image-wrap img {
		height: 100%;
		object-fit: cover;
	}
}

/* Gallery height sync with info column — 1024px and up only */
@media (min-width: 1024px) {
	.auction-page .auction-property-box-row {
		align-items: stretch;
	}

	.auction-page .auction-property-gallery-col {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}

	.auction-page .auction-property-gallery {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		min-height: 0;
		width: 100%;
		position: relative;
	}

	.auction-page .auction-property-gallery .property-gallery-slick.slick-slider {
		flex: 1 1 auto;
		display: flex !important;
		flex-direction: column;
		min-height: 0;
	}

	.auction-page .auction-property-gallery .slick-list {
		flex: 1 1 auto;
		height: 100% !important;
		min-height: 0;
	}

	.auction-page .auction-property-gallery .slick-track {
		height: 100% !important;
	}

	.auction-page .auction-property-gallery .slick-slide {
		height: 100% !important;
	}

	.auction-page .auction-property-gallery .slick-slide > div {
		height: 100%;
	}

	.auction-page .auction-property-gallery .property-gallery-slide {
		height: 100%;
	}

	.auction-page .auction-property-gallery .property-gallery-image-wrap {
		height: 100%;
		min-height: 220px;
		overflow: hidden;
		aspect-ratio: unset;
	}

	.property-gallery-image-wrap img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block;
		min-height: 100% !important;
	}
}

/* Second column: comfortable padding and vertical rhythm inside .property-box-6 */
.property-box-6 .info {
	padding: 32px 40px !important;
}

.auction-page .auction-property-row .property-box-6 .info .auction-property-title {
	margin: 0 0 12px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-word;
}

.auction-page .auction-property-row .property-box-6 .info .auction-property-description {
	margin: 0 0 14px;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	word-break: break-word;
}

.auction-property-price {
	font-size: 18px;
	color: #13294b;
	margin: 0 0 16px;
	line-height: 1.4;
}

.auction-page .property-box-6 .auction-property-meta {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.auction-page .auction-property-row .property-box-6 .info .auction-property-meta {
	margin: 0 0 16px;
}

.auction-property-meta .row {
	margin-left: -8px;
	margin-right: -8px;
}

.auction-property-meta .row > [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}

.auction-property-meta .row ul {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.auction-property-meta .row ul li {
	list-style: none;
	color: #666;
	font-size: 15px;
	line-height: 1.35;
	margin-bottom: 4px;
	padding: 0;
}

.auction-property-meta .row ul li i {
	margin-right: 4px;
	color: #ea5650;
}

.auction-property-meta-notes {
	padding: 10px 0 0 !important;
	margin: 0;
	border-top: 1px solid #eee;
	width: 100%;
	margin-top: 10px;
}

.auction-property-meta-notes li {
	list-style: none;
	color: #666;
	font-size: 15px;
	line-height: 1.35;
	margin-bottom: 4px;
	padding: 0;
}

.auction-property-meta-notes li:last-child {
	margin-bottom: 0;
}

.auction-property-meta-notes li i {
	margin-right: 6px;
	color: #ea5650;
}

.auction-page .auction-property-row .property-box-6 .info .auction-bid-btn {
	margin-top: 0;
}

.auction-easy-bidding.bg-navy .auction-step-card {
	padding: 10px 12px;
}

.auction-easy-bidding.bg-navy .auction-step-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	color: #fff;
}

.auction-easy-bidding.bg-navy .auction-step-title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.auction-easy-bidding.bg-navy .auction-step-text {
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
}

.auction-doc-list {
	list-style: none;
	margin: 20px 0 0;
	padding-left: 0;
	color: #444;
}

.auction-doc-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
}

.auction-doc-list li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 14px;
	line-height: 1;
	color: #ea5650;
}

.auction-doc-image-wrap {
	border-radius: var(--hamptons-img-elegant-radius, 15px);
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(19, 41, 75, 0.12);
}

.auction-drawer-lead {
	margin-bottom: 16px;
	font-size: 14px;
	color: #555;
}

@media (max-width: 1023px) {
	.auction-page .auction-property-row .property-box-6 .info {
		padding: 28px 24px 32px;
	}
}
