/* Shared presentation refinements for the public home screen. */
:focus-visible {
	outline: 3px solid #0d6efd;
	outline-offset: 2px;
}

#main-content {
	min-height: 60vh;
}

@media (max-width: 575.98px) {
	.table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
