.kepd-account-toggle__button {
	appearance: none;
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-decoration: none;
}

.kepd-account-panel {
	margin: 0 0 1.5rem;
}

.kepd-loop-sku {
	color: #111;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	margin-bottom: .25rem;
}

.kepd-previous-number {
	margin: 0 0 1rem;
}

.kepd-form-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kepd-field {
	color: #333;
	display: grid;
	font-weight: 600;
	gap: .375rem;
}

.kepd-field__label {
	display: inline;
	line-height: 1.35;
}

.kepd-required {
	color: #00b09b;
	display: inline;
}

.kepd-field--wide {
	grid-column: 1 / -1;
}

.kepd-field input,
.kepd-field textarea {
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	box-sizing: border-box;
	font: inherit;
	padding: .75rem;
	width: 100%;
}

.kepd-field input:focus,
.kepd-field textarea:focus {
	border-color: #00b09b;
	box-shadow: 0 0 0 2px rgb(0 176 155 / 16%);
	outline: 0;
}

.kepd-submit {
	background: #00b09b;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	margin-top: 1rem;
	padding: .8rem 1.6rem;
}

.kepd-submit:hover,
.kepd-submit:focus-visible {
	background: #008f7e;
	color: #fff;
}

.kepd-submit[disabled] {
	cursor: wait;
	opacity: .65;
}

.kepd-form-notice {
	border-left: 4px solid;
	margin-bottom: 1rem;
	padding: .875rem 1rem;
}

.kepd-form-notice--success {
	background: #ecf8ee;
	border-color: #2e7d32;
}

.kepd-form-notice--error {
	background: #fff1f0;
	border-color: #c62828;
}

.kepd-honeypot {
	left: -10000px;
	position: absolute;
	top: auto;
}

@media (max-width: 640px) {
	.kepd-form-grid {
		grid-template-columns: 1fr;
	}

	.kepd-field--wide {
		grid-column: auto;
	}
}
