/* Minification failed. Returning unminified contents.
(3,23): run-time error CSS1039: Token not allowed after unary operator: '-space-3xl'
 */
#details-content {
	min-height: 50vh;
	padding-bottom: var(--space-3xl);
}

.center-container {
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
}

.no-position-text {
	text-align: center;
	margin: 0;
	width: 100%;
}

