/* ================= STICKY DISCLAIMER ================= */
.dr1058disclaimerbottomsticky {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;

	display: flex;
	justify-content: center;
	align-items: center;

	padding: 10px 16px;

	background: rgba(2, 6, 23, 0.92);
	backdrop-filter: blur(8px);

	border-top: 1px solid rgba(255, 255, 255, 0.08);

	text-align: center;
}

/* ================= TEXT ================= */
.dr1058disclaimerbottomsticky p {
	margin: 0;
	font-size: 11.5px;
	line-height: 1.4;
	color: #facc15; /* single-line highlight for visibility */
	font-weight: 500;
	max-width: 900px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
	.dr1058disclaimerbottomsticky {
		padding: 8px 10px;
	}

	.dr1058disclaimerbottomsticky p {
		font-size: 10.5px;
		line-height: 1.3;
	}
}