/* Minimal overrides for demo-file-management.html */

.demo-file-mgmt-hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.demo-file-mgmt-badge {
	letter-spacing: .15em;
}

.demo-file-mgmt-platform-card {
	border: 0;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	border-radius: 14px;
	overflow: hidden;
}

.demo-file-mgmt-platform-card .card-body {
	padding: 2rem;
}

.demo-file-mgmt-muted {
	opacity: .8;
}

@media (max-width: 991.98px) {
	.demo-file-mgmt-hero {
		min-height: auto;
		padding-top: 7rem;
		padding-bottom: 3rem;
	}
}
