.tms-ea-seller-submission {
	--tms-ea-bg: #f4f6f5;
	--tms-ea-card: #ffffff;
	--tms-ea-soft: #f8faf9;
	--tms-ea-text: #111111;
	--tms-ea-muted: #4b5563;
	--tms-ea-line: #d9d9d9;
	--tms-ea-line-soft: #eaeaea;
	--tms-ea-field: #ffffff;
	--tms-ea-cta: #1B8741;
	--tms-ea-cta-hover: #239B4D;
	--tms-ea-danger: #b42318;
	--tms-ea-danger-bg: #fff1f0;
	--tms-ea-radius-card: 30px;
	--tms-ea-radius-control: 12px;
	background: var(--tms-ea-bg);
	color: var(--tms-ea-text);
	margin: 0;
	padding: 32px 20px;
	width: 100%;
}

.tms-ea-seller-submission--embedded {
	background: transparent;
	padding: 0;
}

.tms-ea-seller-submission *,
.tms-ea-seller-submission *::before,
.tms-ea-seller-submission *::after {
	box-sizing: border-box;
}

.tms-ea-seller-submission [hidden] {
	display: none !important;
}

.tms-ea-seller-submission .tms-ea-honeypot {
	display: none !important;
}

.tms-ea-seller-submission__hero {
	border-bottom: 1px solid var(--tms-ea-line-soft);
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.tms-ea-seller-submission__eyebrow {
	color: var(--tms-ea-muted);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.tms-ea-seller-submission h1 {
	color: var(--tms-ea-text);
	font-size: 2.6rem;
	line-height: 1.05;
	margin: 0 0 12px;
	overflow-wrap: break-word;
}

.tms-ea-seller-submission h2 {
	color: var(--tms-ea-text);
	font-size: 1.45rem;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 16px;
	overflow-wrap: break-word;
}

.tms-ea-seller-submission p {
	color: var(--tms-ea-muted);
	font-size: 1rem;
	line-height: 1.55;
	margin: 0 0 14px;
}

.tms-ea-seller-submission__panel {
	background: var(--tms-ea-card);
	border: 1px solid var(--tms-ea-line-soft);
	border-radius: var(--tms-ea-radius-card);
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
	color: var(--tms-ea-text);
	max-width: 100%;
	padding: 46px;
	width: 100%;
}

.tms-ea-seller-submission.tms-ea-seller-submission--embedded .tms-ea-seller-submission__panel {
	background: var(--tms-ea-card);
	background-image: none;
	border: 1px solid var(--tms-ea-line-soft);
	border-radius: var(--tms-ea-radius-card);
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06);
	color: var(--tms-ea-text);
}

.tms-ea-seller-submission__form {
	display: grid;
	gap: 26px;
	min-width: 0;
}

.tms-ea-seller-submission__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-width: 0;
}

.tms-ea-seller-submission__section {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--tms-ea-line-soft);
	border-radius: 0;
	display: grid;
	gap: 16px;
	min-width: 0;
	padding: 26px 0 0;
}

.tms-ea-seller-submission__grid > .tms-ea-seller-submission__section {
	border-top: 0;
	padding-top: 0;
}

.tms-ea-seller-submission__section--full {
	grid-column: 1 / -1;
}

.tms-ea-seller-submission label {
	color: var(--tms-ea-text);
	display: grid;
	gap: 8px;
	min-width: 0;
}

.tms-ea-seller-submission label span {
	color: var(--tms-ea-text);
	font-weight: 700;
	line-height: 1.35;
}

.tms-ea-seller-submission__help {
	color: var(--tms-ea-muted);
	display: block;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.45;
}

.tms-ea-seller-submission label.is-invalid > span {
	color: var(--tms-ea-danger);
}

.tms-ea-seller-submission input,
.tms-ea-seller-submission select,
.tms-ea-seller-submission textarea,
.tms-ea-seller-submission__money-input,
.tms-ea-seller-submission__upload {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.tms-ea-seller-submission input[type="text"],
.tms-ea-seller-submission input[type="email"],
.tms-ea-seller-submission input[type="tel"],
.tms-ea-seller-submission input[type="number"],
.tms-ea-seller-submission select {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	background: var(--tms-ea-field);
	border: 1px solid var(--tms-ea-line);
	border-radius: var(--tms-ea-radius-control);
	caret-color: var(--tms-ea-text);
	color: var(--tms-ea-text);
	font: inherit;
	min-height: 50px;
	padding: 13px 15px;
	width: 100%;
}

.tms-ea-seller-submission.tms-ea-seller-submission--embedded input[type="text"],
.tms-ea-seller-submission.tms-ea-seller-submission--embedded input[type="email"],
.tms-ea-seller-submission.tms-ea-seller-submission--embedded input[type="tel"],
.tms-ea-seller-submission.tms-ea-seller-submission--embedded input[type="number"],
.tms-ea-seller-submission.tms-ea-seller-submission--embedded select {
	background: var(--tms-ea-field);
	background-image: none;
	border: 1px solid var(--tms-ea-line);
	border-radius: var(--tms-ea-radius-control);
	color: var(--tms-ea-text);
}

.tms-ea-seller-submission input::placeholder {
	color: #777777;
	opacity: 1;
}

.tms-ea-seller-submission select {
	color: var(--tms-ea-text);
}

.tms-ea-seller-submission select option {
	color: var(--tms-ea-text);
}

.tms-ea-seller-submission input[type="text"]:-webkit-autofill,
.tms-ea-seller-submission input[type="email"]:-webkit-autofill,
.tms-ea-seller-submission input[type="tel"]:-webkit-autofill,
.tms-ea-seller-submission input[type="number"]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px var(--tms-ea-field) inset;
	-webkit-text-fill-color: var(--tms-ea-text);
	caret-color: var(--tms-ea-text);
	transition: background-color 9999s ease-in-out 0s;
}

.tms-ea-seller-submission input:focus,
.tms-ea-seller-submission select:focus {
	border-color: var(--tms-ea-cta);
	box-shadow: 0 0 0 3px rgba(27, 135, 65, 0.16);
	outline: 2px solid transparent;
}

.tms-ea-seller-submission input[aria-invalid="true"],
.tms-ea-seller-submission select[aria-invalid="true"] {
	border-color: var(--tms-ea-danger);
}

.tms-ea-seller-submission input[aria-invalid="true"]:focus,
.tms-ea-seller-submission select[aria-invalid="true"]:focus {
	border-color: var(--tms-ea-danger);
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.18);
}

.tms-ea-seller-submission__money-input {
	align-items: stretch;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	width: 100%;
}

.tms-ea-seller-submission__money-input > span {
	align-items: center;
	background: var(--tms-ea-soft);
	border: 1px solid var(--tms-ea-line);
	border-radius: var(--tms-ea-radius-control) 0 0 var(--tms-ea-radius-control);
	border-right: 0;
	color: var(--tms-ea-text);
	display: flex;
	font-weight: 800;
	justify-content: center;
	min-height: 50px;
}

.tms-ea-seller-submission .tms-ea-seller-submission__money-input input[type="text"] {
	border-radius: 0 var(--tms-ea-radius-control) var(--tms-ea-radius-control) 0;
}

.tms-ea-seller-submission__money-field.is-invalid .tms-ea-seller-submission__money-input > span {
	background: var(--tms-ea-danger-bg);
	border-color: var(--tms-ea-danger);
	color: var(--tms-ea-danger);
}

.tms-ea-seller-submission__money-field:focus-within .tms-ea-seller-submission__money-input > span {
	border-color: var(--tms-ea-cta);
	box-shadow: 0 0 0 3px rgba(27, 135, 65, 0.16);
}

.tms-ea-seller-submission__money-field.is-invalid:focus-within .tms-ea-seller-submission__money-input > span {
	border-color: var(--tms-ea-danger);
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.18);
}

.tms-ea-seller-submission__field-error {
	color: var(--tms-ea-danger);
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.4;
}

.tms-ea-seller-submission__inline {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 130px;
}

.tms-ea-seller-submission__upload {
	align-items: center;
	background: var(--tms-ea-soft);
	border: 1px dashed #b8c0bc;
	border-radius: 16px;
	color: var(--tms-ea-text);
	cursor: pointer;
	display: grid;
	gap: 8px;
	min-height: 150px;
	padding: 26px;
	text-align: center;
}

.tms-ea-seller-submission__upload.is-dragging {
	border-color: var(--tms-ea-cta);
	box-shadow: 0 0 0 3px rgba(27, 135, 65, 0.16);
}

.tms-ea-seller-submission__upload.is-invalid {
	background: var(--tms-ea-danger-bg);
	border-color: var(--tms-ea-danger);
	box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.14);
}

.tms-ea-seller-submission__upload strong {
	color: var(--tms-ea-cta);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tms-ea-seller-submission__upload small {
	color: var(--tms-ea-muted);
}

.tms-ea-seller-submission__upload input {
	color: var(--tms-ea-text);
	margin: 0 auto;
	max-width: 360px;
}

.tms-ea-seller-submission__file-list {
	color: var(--tms-ea-muted);
	display: grid;
	gap: 8px;
}

.tms-ea-seller-submission__file-row {
	align-items: center;
	background: var(--tms-ea-soft);
	border: 1px solid var(--tms-ea-line-soft);
	border-radius: var(--tms-ea-radius-control);
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-width: 0;
	padding: 10px 12px;
}

.tms-ea-seller-submission__file-row span {
	color: var(--tms-ea-text);
	overflow-wrap: anywhere;
}

.tms-ea-seller-submission__file-row button {
	background: transparent;
	border: 1px solid var(--tms-ea-line);
	border-radius: 999px;
	color: var(--tms-ea-text);
	cursor: pointer;
	padding: 6px 10px;
}

.tms-ea-seller-submission input[type="checkbox"] {
	accent-color: var(--tms-ea-cta);
	height: 18px;
	width: 18px;
}

.tms-ea-seller-submission__checks {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.tms-ea-seller-submission__checks label {
	align-items: flex-start;
	display: grid;
	gap: 10px;
	grid-template-columns: 22px minmax(0, 1fr);
}

.tms-ea-seller-submission__checks input {
	margin-top: 3px;
}

.tms-ea-seller-submission__checks label.is-invalid {
	background: var(--tms-ea-danger-bg);
	border: 1px solid rgba(180, 35, 24, 0.35);
	border-radius: var(--tms-ea-radius-control);
	padding: 12px;
}

.tms-ea-seller-submission a {
	color: var(--tms-ea-cta);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tms-ea-seller-submission__submit {
	-webkit-appearance: none;
	appearance: none;
	align-items: center;
	background: var(--tms-ea-cta);
	background-color: var(--tms-ea-cta);
	background-image: none;
	border: none;
	border-radius: 999px;
	box-shadow: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	justify-self: start;
	line-height: 1.2;
	min-height: 50px;
	max-width: 100%;
	padding: 14px 32px;
	text-decoration: none;
	text-shadow: none;
	transition: background-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.tms-ea-seller-submission.tms-ea-seller-submission--embedded .tms-ea-seller-submission__submit {
	background: var(--tms-ea-cta);
	background-color: var(--tms-ea-cta);
	background-image: none;
	border: none;
	border-radius: 999px;
	box-shadow: none;
	color: #ffffff;
	text-shadow: none;
}

.tms-ea-seller-submission__submit:hover {
	background: var(--tms-ea-cta-hover);
	background-color: var(--tms-ea-cta-hover);
	background-image: none;
	color: #ffffff;
}

.tms-ea-seller-submission.tms-ea-seller-submission--embedded .tms-ea-seller-submission__submit:hover {
	background: var(--tms-ea-cta-hover);
	background-color: var(--tms-ea-cta-hover);
	background-image: none;
	color: #ffffff;
}

.tms-ea-seller-submission__submit:focus,
.tms-ea-seller-submission__submit:focus-visible {
	background: var(--tms-ea-cta);
	background-color: var(--tms-ea-cta);
	background-image: none;
	box-shadow: 0 0 0 3px rgba(27, 135, 65, 0.2), 0 0 0 6px rgba(27, 135, 65, 0.12);
	color: #ffffff;
	outline: 2px solid transparent;
}

.tms-ea-seller-submission.tms-ea-seller-submission--embedded .tms-ea-seller-submission__submit:focus,
.tms-ea-seller-submission.tms-ea-seller-submission--embedded .tms-ea-seller-submission__submit:focus-visible {
	background: var(--tms-ea-cta);
	background-color: var(--tms-ea-cta);
	background-image: none;
	box-shadow: 0 0 0 3px rgba(27, 135, 65, 0.2), 0 0 0 6px rgba(27, 135, 65, 0.12);
	color: #ffffff;
}

.tms-ea-seller-submission__submit:active {
	background: #176f36;
	background-color: #176f36;
	background-image: none;
	color: #ffffff;
}

.tms-ea-seller-submission.tms-ea-seller-submission--embedded .tms-ea-seller-submission__submit:active {
	background: #176f36;
	background-color: #176f36;
	background-image: none;
	color: #ffffff;
}

.tms-ea-seller-submission__submit:disabled {
	background: #8a948d;
	background-color: #8a948d;
	background-image: none;
	border: none;
	color: rgba(255, 255, 255, 0.86);
	cursor: not-allowed;
	opacity: 0.72;
}

.tms-ea-seller-submission.tms-ea-seller-submission--embedded .tms-ea-seller-submission__submit:disabled {
	background: #8a948d;
	background-color: #8a948d;
	background-image: none;
	border: none;
	color: rgba(255, 255, 255, 0.86);
}

.tms-ea-seller-submission__errors {
	background: var(--tms-ea-danger-bg);
	border: 1px solid rgba(180, 35, 24, 0.25);
	border-radius: 16px;
	color: var(--tms-ea-danger);
	margin-bottom: 22px;
	padding: 14px 16px;
}

.tms-ea-seller-submission__errors p,
.tms-ea-seller-submission__errors li {
	color: var(--tms-ea-danger);
}

.tms-ea-seller-submission__errors ul {
	margin: 8px 0 0;
	padding-left: 20px;
}

.tms-ea-seller-submission__honeypot {
	display: none !important;
}

@media (max-width: 800px) {
	.tms-ea-seller-submission {
		padding: 22px 14px;
	}

	.tms-ea-seller-submission h1 {
		font-size: 2rem;
	}

	.tms-ea-seller-submission h2 {
		font-size: 1.3rem;
	}

	.tms-ea-seller-submission__grid,
	.tms-ea-seller-submission__inline {
		grid-template-columns: 1fr;
	}

	.tms-ea-seller-submission__panel {
		border-radius: var(--tms-ea-radius-card);
		padding: 26px;
	}

	.tms-ea-seller-submission__grid > .tms-ea-seller-submission__section + .tms-ea-seller-submission__section {
		border-top: 1px solid var(--tms-ea-line-soft);
		padding-top: 26px;
	}

	.tms-ea-seller-submission__submit {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.tms-ea-seller-submission {
		padding-left: 12px;
		padding-right: 12px;
	}

	.tms-ea-seller-submission--embedded {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.tms-ea-seller-submission__panel {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		padding: 22px 20px;
		width: 100%;
	}

	.tms-ea-seller-submission__hero {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.tms-ea-seller-submission__upload {
		padding: 22px 16px;
	}

	.tms-ea-seller-submission__upload input {
		max-width: 100%;
		width: 100%;
	}
}
