/* Minimal overrides applied after frest-core*.css */
html:not([dir=rtl]) .menu-vertical .app-brand{padding:1.5rem 1.25rem 1.5rem 2rem!important}
[dir=rtl] .menu-vertical .app-brand{padding:1.5rem 2rem 1.5rem 1.25rem!important}

/* Bootstrap dark theme table fixes */
[data-bs-theme="dark"] .table thead th {
	background-color: #212529; /* Bootstrap dark */
	color: #f8f9fa;
	border-color: #343a40;
}

[data-bs-theme="dark"] .table tbody td {
	color: #dee2e6;
	border-color: #343a40;
}

[data-bs-theme="dark"] .table {
	--bs-table-bg: transparent;
	--bs-table-color: #dee2e6;
}

/* Public footer accessibility: non-color distinction + larger tap targets */
.landing-footer a.footer-link {
	text-decoration: underline;
	text-underline-offset: 0.15em;
	text-decoration-thickness: 1px;
}

@media (max-width: 576px) {
	.landing-footer a.footer-link {
		display: inline-block;
		padding: 0.35rem 0;
	}
	.landing-footer .footer-bottom a.footer-link {
		padding: 0.5rem 0.25rem;
	}
}
