
.numischat-next-lot-quick-wrap {
	margin: 2px 0 -6px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 2;
}

.numischat-next-lot-quick-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 8px 16px;
	margin-top: 6px;
	border: 1px solid #d8e6fb;
	border-radius: 14px;
	background: #eef5ff;
	color: #003f8c !important;
	font-weight: 800;
	font-size: 14px;
	line-height: 1.1;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(0, 63, 140, .08);
	transition: transform .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.numischat-next-lot-quick-button:hover,
.numischat-next-lot-quick-button:focus {
	background: #003f8c;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(0, 63, 140, .16);
}

.numischat-next-lot-wrap {
	margin: 34px 0 14px;
	text-align: center;
}

.numischat-next-lot-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 15px 42px;
	border: 3px solid #e11919;
	border-radius: 0;
	background: #fff;
	color: #e11919 !important;
	font-weight: 900;
	font-size: clamp(17px, 2vw, 24px);
	letter-spacing: .08em;
	line-height: 1.2;
	text-decoration: none !important;
	text-transform: uppercase;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
	transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.numischat-next-lot-button:hover,
.numischat-next-lot-button:focus {
	background: #e11919;
	color: #fff !important;
	transform: translateY(-1px);
}

.numischat-auto-refresh-notice {
	margin: 0 0 14px;
	padding: 12px 15px;
	border: 1px solid #cfe0ff;
	border-radius: 12px;
	background: #edf4ff;
	color: #003b8e;
	font-weight: 700;
}

@media (max-width: 640px) {
	.numischat-next-lot-quick-wrap {
		margin: 0 0 10px;
		justify-content: flex-end;
	}

	.numischat-next-lot-quick-button {
		min-height: 36px;
		padding: 8px 14px;
		margin-top: 0;
		font-size: 13px;
	}

	.numischat-next-lot-wrap {
		margin: 24px 0 10px;
	}

	.numischat-next-lot-button {
		width: 100%;
		padding: 14px 18px;
		min-height: 54px;
	}
}
