body.ph-refactor-v1.ph-page-submit-listing .ph-marketplace-submit-guide,
body.ph-refactor-v1.ph-page-submit-listing .ph-marketplace-package-panel {
	border-radius: var(--ph-radius-lg);
	box-shadow: var(--ph-shadow-soft);
}

body.ph-refactor-v1.ph-page-submit-listing .ph-submit-flow-hero {
	display: grid;
	gap: 1.25rem;
	padding: clamp(1.5rem, 1vw + 1.2rem, 2.25rem);
	margin-block-end: clamp(1.5rem, 2vw, 2.5rem);
	border: var(--ph-surface-border);
	border-radius: var(--ph-radius-lg);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 237, 0.96));
	box-shadow: var(--ph-shadow-soft);
}

body.ph-refactor-v1.ph-page-submit-listing .ph-submit-flow-hero__steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.85rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

body.ph-refactor-v1.ph-page-submit-listing .ph-submit-flow-hero__steps li {
	display: grid;
	gap: 0.35rem;
	padding: 0.9rem 1rem;
	border: var(--ph-surface-border);
	border-radius: var(--ph-radius-md);
	background: rgba(255, 255, 255, 0.72);
}

body.ph-refactor-v1.ph-page-submit-listing .ph-submit-flow-hero__steps span {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--wp--preset--color--accent) 12%, white 88%);
	color: var(--wp--preset--color--accent);
	font-weight: 800;
}

body.ph-refactor-v1.ph-page-submit-listing .ph-submit-flow-before-start,
body.ph-refactor-v1.ph-page-submit-listing .ph-submit-flow-help {
	padding: 1rem 1.1rem;
	border: var(--ph-surface-border);
	border-radius: var(--ph-radius-md);
	background: rgba(255, 255, 255, 0.72);
}
