.tms-ea-bidder-registration {
	--tms-ea-bg: #f4f6f5;
	--tms-ea-card: #ffffff;
	--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-success: #1B8741;
	--tms-ea-success-bg: #edf8f1;
	--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-bidder-registration--embedded {
	background: transparent;
	padding: 0;
}

.tms-ea-bidder-registration *,
.tms-ea-bidder-registration *::before,
.tms-ea-bidder-registration *::after {
	box-sizing: border-box;
}

.tms-ea-bidder-registration .tms-ea-honeypot {
	display: none !important;
}

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

.tms-ea-bidder-registration__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-bidder-registration h1 {
	color: var(--tms-ea-text);
	font-size: 2.6rem;
	line-height: 1.05;
	margin: 0 0 12px;
	overflow-wrap: break-word;
}

.tms-ea-bidder-registration h2 {
	color: var(--tms-ea-text);
	font-size: 1.7rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 12px;
	overflow-wrap: break-word;
}

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

.tms-ea-bidder-registration__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-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__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-bidder-registration__form {
	display: grid;
	gap: 22px;
	min-width: 0;
}

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

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

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

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

.tms-ea-bidder-registration input,
.tms-ea-bidder-registration select,
.tms-ea-bidder-registration textarea {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
}

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

.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded input[type="text"],
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded input[type="email"],
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded input[type="tel"],
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded input[type="password"] {
	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-bidder-registration input[type="text"]::placeholder,
.tms-ea-bidder-registration input[type="email"]::placeholder,
.tms-ea-bidder-registration input[type="tel"]::placeholder,
.tms-ea-bidder-registration input[type="password"]::placeholder {
	color: #777777;
	opacity: 1;
}

.tms-ea-bidder-registration input[type="text"]:focus,
.tms-ea-bidder-registration input[type="email"]:focus,
.tms-ea-bidder-registration input[type="tel"]:focus,
.tms-ea-bidder-registration input[type="password"]: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-bidder-registration input[type="text"]:-webkit-autofill,
.tms-ea-bidder-registration input[type="email"]:-webkit-autofill,
.tms-ea-bidder-registration input[type="tel"]:-webkit-autofill,
.tms-ea-bidder-registration input[type="password"]:-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-bidder-registration input[aria-invalid="true"] {
	border-color: var(--tms-ea-danger);
}

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

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

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

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

.tms-ea-bidder-registration__checks input {
	margin-top: 3px;
}

.tms-ea-bidder-registration__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-bidder-registration__field-error {
	color: var(--tms-ea-danger);
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.4;
}

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

.tms-ea-bidder-registration button,
.tms-ea-bidder-registration .tms-ea-bidder-registration__button,
.tms-ea-bidder-registration .tms-ea-bidder-registration__form > button[type="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-bidder-registration.tms-ea-bidder-registration--embedded button,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__button,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__form > button[type="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-bidder-registration button:hover,
.tms-ea-bidder-registration .tms-ea-bidder-registration__button:hover,
.tms-ea-bidder-registration .tms-ea-bidder-registration__form > button[type="submit"]:hover {
	background: var(--tms-ea-cta-hover);
	background-color: var(--tms-ea-cta-hover);
	background-image: none;
	color: #ffffff;
}

.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded button:hover,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__button:hover,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__form > button[type="submit"]:hover {
	background: var(--tms-ea-cta-hover);
	background-color: var(--tms-ea-cta-hover);
	background-image: none;
	color: #ffffff;
}

.tms-ea-bidder-registration button:focus,
.tms-ea-bidder-registration .tms-ea-bidder-registration__button:focus,
.tms-ea-bidder-registration .tms-ea-bidder-registration__form > button[type="submit"]:focus,
.tms-ea-bidder-registration button:focus-visible,
.tms-ea-bidder-registration .tms-ea-bidder-registration__button:focus-visible,
.tms-ea-bidder-registration .tms-ea-bidder-registration__form > button[type="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-bidder-registration.tms-ea-bidder-registration--embedded button:focus,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__button:focus,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__form > button[type="submit"]:focus,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded button:focus-visible,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__button:focus-visible,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__form > button[type="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-bidder-registration button:active,
.tms-ea-bidder-registration .tms-ea-bidder-registration__button:active,
.tms-ea-bidder-registration .tms-ea-bidder-registration__form > button[type="submit"]:active {
	background: #176f36;
	background-color: #176f36;
	background-image: none;
	color: #ffffff;
}

.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded button:active,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__button:active,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__form > button[type="submit"]:active {
	background: #176f36;
	background-color: #176f36;
	background-image: none;
	color: #ffffff;
}

.tms-ea-bidder-registration button:disabled,
.tms-ea-bidder-registration .tms-ea-bidder-registration__form > button[type="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-bidder-registration.tms-ea-bidder-registration--embedded button:disabled,
.tms-ea-bidder-registration.tms-ea-bidder-registration--embedded .tms-ea-bidder-registration__form > button[type="submit"]:disabled {
	background: #8a948d;
	background-color: #8a948d;
	background-image: none;
	border: none;
	color: rgba(255, 255, 255, 0.86);
}

.tms-ea-bidder-registration__errors,
.tms-ea-bidder-registration__notice {
	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-bidder-registration__notice {
	background: var(--tms-ea-success-bg);
	border-color: rgba(27, 135, 65, 0.25);
	color: var(--tms-ea-success);
}

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

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

.tms-ea-email-verification__resend-form {
	margin-top: 18px;
}

.tms-ea-bidder-registration__muted,
.tms-ea-bidder-registration__signin {
	color: var(--tms-ea-muted);
}

@media (max-width: 720px) {
	.tms-ea-bidder-registration {
		padding: 22px 14px;
	}

	.tms-ea-bidder-registration h1 {
		font-size: 2rem;
	}

	.tms-ea-bidder-registration h2 {
		font-size: 1.4rem;
	}

	.tms-ea-bidder-registration__fields {
		grid-template-columns: 1fr;
	}

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

	.tms-ea-bidder-registration button,
	.tms-ea-bidder-registration .tms-ea-bidder-registration__button {
		width: 100%;
	}
}

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

	.tms-ea-bidder-registration--embedded {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

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

	.tms-ea-bidder-registration h1 {
		font-size: 2rem;
	}

	.tms-ea-bidder-registration h2 {
		font-size: 1.4rem;
	}

	.tms-ea-bidder-registration__fields {
		grid-template-columns: 1fr;
	}

	.tms-ea-bidder-registration button,
	.tms-ea-bidder-registration .tms-ea-bidder-registration__button {
		width: 100%;
	}
}
