.acm-my-listings {
	max-width: 720px;
	margin: 0 auto;
}

.acm-my-listing-item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 1.25rem;
	margin-bottom: 1.5rem;
}

.acm-my-listing-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.acm-my-listing-header h3 {
	margin: 0;
}

.acm-status-badge {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	white-space: nowrap;
}

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

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

.acm-status-badge-draft {
	background: #fdecea;
	color: #7a1e1e;
}

.acm-rejection-reason {
	background: #fdecea;
	border: 1px solid #f5c2c0;
	padding: 0.6rem 0.9rem;
	border-radius: 4px;
	color: #7a1e1e;
}
