.npi-wrap .npi-card-actions {
	margin: clamp(1rem, 2.4vw, 1.5rem) auto 0;
	text-align: center;
	width: 100%;
}

.npi-card-data {
	display: none !important;
}

.npi-download-card {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	padding: 0.7rem 1.6rem;
	background: #fff;
	border: 1px solid #d8cdb9;
	border-radius: 999px;
	color: #292d31;
	font: inherit;
	font-size: clamp(0.95rem, 1.9vw, 1.05rem);
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.npi-download-card:hover:not(:disabled) {
	border-color: #b29062;
	box-shadow: 0 2px 10px rgba(178, 144, 98, 0.18);
}

.npi-download-card:focus-visible {
	outline: 2px solid #b29062;
	outline-offset: 2px;
}

.npi-download-card:disabled {
	opacity: 0.6;
	cursor: progress;
}

.npi-download-card svg {
	width: 1.05em;
	height: 1.05em;
	flex: none;
	color: #b29062;
}

.npi-card-status {
	margin: 0.55rem auto 0;
	color: #a04b3a;
	font-size: clamp(0.82rem, 1.6vw, 0.92rem);
}
