.acm-profile-settings,
.acm-public-profile {
	max-width: 560px;
	margin: 0 auto;
}

.acm-badge {
	display: inline-block;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	margin-right: 0.4rem;
}

/* Not scoped to any single form - the version in acm-registration.css
   was accidentally scoped only to .acm-registration-form, so this
   hint text never displayed correctly (block layout, spacing) on
   other pages like User Profile that reuse the same class. */
.acm-field-hint {
	display: block;
	font-size: 0.85rem;
	opacity: 0.75;
	line-height: 1.4;
	margin-top: 0.5rem;
}

.acm-field-hint a {
	display: block;
	white-space: nowrap;
	margin-top: 0.35rem;
	margin-left: 0;
}

.acm-badge-verified {
	background: #e3f5e6;
	color: #1e6b30;
}

.acm-badge-unverified {
	background: #fdf3e3;
	color: #8a5a00;
}

.acm-badge-business {
	background: #e3ecfd;
	color: #1e3f8a;
}

.acm-badge-vendor {
	background: #f0e3fd;
	color: #5a1e8a;
}

.acm-badge-supplier {
	background: #fde3f0;
	color: #8a1e5a;
}

.acm-public-profile-header {
	text-align: center;
	margin-bottom: 1.5rem;
}

.acm-public-profile-header h2 {
	margin: 0.5rem 0;
}

.acm-form-success {
	background: #e3f5e6;
	border: 1px solid #b9e3c0;
	color: #1e6b30;
	padding: 0.75rem 1rem;
	border-radius: 4px;
	margin-bottom: 1.25rem;
}

.acm-capability-applications {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.acm-phone-private {
	opacity: 0.7;
	font-style: italic;
}

.acm-avatar-dropzone {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1rem;
	border: 2px dashed rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 1rem;
	cursor: pointer;
	transition: border-color 0.15s ease, background-color 0.15s ease;
	max-width: 420px;
}

.acm-avatar-dropzone.is-dragover {
	border-color: currentColor;
	background-color: rgba(0, 0, 0, 0.03);
}

.acm-avatar-preview {
	border-radius: 50%;
	width: 96px;
	height: 96px;
	object-fit: cover;
	flex-shrink: 0;
	pointer-events: none;
}

.acm-avatar-dropzone-hint {
	font-size: 0.9rem;
	opacity: 0.7;
	pointer-events: none;
}

.acm-avatar-dropzone input[type="file"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}
