body {
	margin-top: 10px;
}

.profile-card {
	width: 22rem;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	background: #f8f9fa;
}

.profile-card img {
	object-fit: cover;
	height: 150px;
}

.profile-section-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.9rem;
	margin-top: 1rem;
	color: #495057;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 0.3rem;
	text-align: center;
}

.profile-card .list-group-item {
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
}