.meld-dashboard {
	max-width: 900px;
	margin: 0 auto;
}

.meld-bienvenue {
	font-size: 17px;
	margin-bottom: 24px;
}

.meld-grille {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.meld-carte {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px 20px;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	text-decoration: none;
	color: inherit;
	background: #fff;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.meld-carte:hover {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
	color: inherit;
}

.meld-icone {
	font-size: 32px;
	width: 32px;
	height: 32px;
	color: #2271b1;
	margin-bottom: 12px;
}

.meld-titre {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 6px;
}

.meld-description {
	font-size: 13px;
	color: #666;
	line-height: 1.4;
}

.meld-lien-fiche-eglise {
	margin-bottom: 24px;
	font-size: 14px;
}

.meld-deconnexion {
	margin-top: 30px;
	font-size: 14px;
}

.meld-message {
	padding: 12px 16px;
	background: #fdeaea;
	border: 1px solid #f0b7b7;
	border-radius: 6px;
	font-size: 14px;
}
