/* Empty Navigation page helpers */
.empty-navigation-container {
	max-width: 920px;
	margin: 0 auto;
}

.empty-nav-illustration {
	max-width: 120px;
	height: auto;
	display: inline-block;
}

/* Ensure consistent button widths for CTAs */
.same-size-btn {
	min-width: 180px;
}

/* Optional: tighter gap on small screens, comfortable on md+ via Bootstrap gap-2 */
@media (max-width: 575.98px) {
	.empty-navigation-container .btn { width: 100%; }
}

/* Improve tooltip contrast on dark mode if data-bs-theme switches */
[data-bs-theme="dark"] .tooltip-inner {
	background-color: #1f2937;
}
[data-bs-theme="dark"] .tooltip .tooltip-arrow::before {
	border-top-color: #1f2937;
}
