/**
 * Ended auction — public notice (customers only).
 */

.biltmore-auction-ended-page .biltmore-auction-ended {
	padding: 48px 20px 72px;
	background:
		radial-gradient(circle at top right, rgba(255, 40, 0, 0.06), transparent 42%),
		linear-gradient(180deg, #f8f9fb 0%, #ffffff 100%);
}

.biltmore-auction-ended__wrap {
	max-width: 720px;
	margin: 0 auto;
}

.biltmore-auction-ended__card {
	text-align: center;
	padding: 42px 32px 36px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.biltmore-auction-ended__icon {
	width: 64px;
	height: 64px;
	margin: 0 auto 18px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 40, 0, 0.08);
	color: #ff2800;
	font-size: 24px;
}

.biltmore-auction-ended__eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #64748b;
}

.biltmore-auction-ended__title {
	margin: 0 0 12px;
	font-size: clamp(28px, 4vw, 36px);
	line-height: 1.15;
	font-weight: 800;
	color: #0f172a;
}

.biltmore-auction-ended__listing,
.biltmore-auction-ended__text {
	margin: 0 auto 14px;
	max-width: 560px;
	font-size: 16px;
	line-height: 1.65;
	color: #475569;
}

.biltmore-auction-ended__text {
	margin-bottom: 28px;
}

.biltmore-auction-ended__actions {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.biltmore-auction-ended__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.biltmore-auction-ended__btn--primary {
	background: linear-gradient(135deg, #ff2800 0%, #ff6b35 100%);
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(255, 40, 0, 0.18);
}

.biltmore-auction-ended__btn--primary:hover {
	transform: translateY(-1px);
	background: linear-gradient(135deg, #e02400 0%, #ff5520 100%) !important;
	color: #fff !important;
}

.biltmore-auction-ended__trust {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	font-weight: 600;
	color: #64748b;
}

.biltmore-auction-ended__trust li {
	position: relative;
	padding-left: 16px;
}

.biltmore-auction-ended__trust li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ff2800;
}

@media (max-width: 640px) {
	.biltmore-auction-ended-page .biltmore-auction-ended {
		padding-top: 28px;
	}

	.biltmore-auction-ended__card {
		padding: 32px 22px 28px;
	}
}
