/* HNP Carnet d'adresses — Mon compte */
.hnp-address-book__add { margin-bottom: 1.25em; }

.hnp-address-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 1em;
}

.hnp-address-card {
	border: 1px solid #e1e6ed;
	border-radius: 8px;
	padding: 1em 1.25em;
	background: #fff;
}

.hnp-address-card__title {
	margin: 0 0 .5em;
	font-size: 1.05em;
	display: flex;
	align-items: center;
	gap: .5em;
	flex-wrap: wrap;
}

.hnp-default-badge {
	display: inline-block;
	font-size: .7em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #1a7f37;
	background: #e7f6ec;
	border: 1px solid #a6e0bb;
	border-radius: 999px;
	padding: .1em .7em;
}

.hnp-address-card address {
	font-style: normal;
	line-height: 1.5;
	color: #333;
}

.hnp-address-actions {
	margin: .9em 0 0;
	font-size: .9em;
}

.hnp-address-actions .hnp-address-delete { color: #b42318; }

.hnp-address-cancel { margin-left: 1em; }
