/* H06 customer Pending Approval amendment (My Account) — scoped; portal contrast */

.cw-kl-oms-customer-amend {
	margin: 0 0 1.75rem;
	padding: 1.1rem 1.25rem;
	border: 1px solid #c5d0df;
	background: #f7f9fc;
	border-radius: 4px;
	color: #1d2327;
}

.cw-kl-oms-customer-amend h2 {
	margin: 0 0 0.5rem;
	color: #1f3a5f;
	font-size: 1.25rem;
	font-weight: 700;
}

.cw-kl-oms-customer-amend__intro {
	margin: 0 0 1rem;
	color: #50575e;
	line-height: 1.45;
}

.cw-kl-oms-customer-amend__ok {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	color: #0a5c22;
	background: #edf8f0;
	border: 1px solid #b7dfc2;
	border-radius: 3px;
	font-weight: 600;
}

.cw-kl-oms-customer-amend__err {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	color: #8a1f1f;
	background: #fdf0f0;
	border: 1px solid #e8b4b4;
	border-radius: 3px;
	font-weight: 600;
}

.cw-kl-oms-customer-amend__form {
	margin: 0;
}

.cw-kl-oms-customer-amend__table-wrap {
	margin: 0 0 1.25rem;
	overflow-x: auto;
	background: #fff;
	border: 1px solid #d7e0eb;
	border-radius: 3px;
}

.cw-kl-oms-customer-amend__lines {
	width: 100%;
	margin: 0 !important;
	border-collapse: collapse;
	background: #fff;
	color: #1d2327;
}

.cw-kl-oms-customer-amend__lines th,
.cw-kl-oms-customer-amend__lines td {
	padding: 0.75rem 0.85rem;
	border-bottom: 1px solid #e2e8f0;
	text-align: left;
	vertical-align: top;
	color: #1d2327;
	background: #fff;
}

.cw-kl-oms-customer-amend__lines thead th {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #1f3a5f;
	background: #eef3f8;
	border-bottom: 1px solid #c5d0df;
}

.cw-kl-oms-customer-amend__lines tbody tr:last-child td {
	border-bottom: 0;
}

.cw-kl-oms-customer-amend__product-name {
	color: #1d2327;
	font-weight: 600;
}

.cw-kl-oms-customer-amend__sku,
.cw-kl-oms-customer-amend__na {
	color: #646970;
	font-size: 0.9em;
}

.cw-kl-oms-customer-amend__qty-locked {
	display: inline-block;
	min-width: 2rem;
	font-weight: 600;
	color: #1d2327;
}

.cw-kl-oms-customer-amend__field {
	display: block;
	margin: 0 0 1rem;
}

.cw-kl-oms-customer-amend__field .cw-kl-oms-customer-amend__label,
.cw-kl-oms-customer-amend__label {
	display: block;
	margin: 0 0 0.35rem;
	font-weight: 600;
	color: #1f3a5f;
	font-size: 0.925rem;
}

.cw-kl-oms-customer-amend__form .input-text,
.cw-kl-oms-customer-amend__form input[type="text"],
.cw-kl-oms-customer-amend__form input[type="email"],
.cw-kl-oms-customer-amend__form input[type="number"],
.cw-kl-oms-customer-amend__form input[type="date"],
.cw-kl-oms-customer-amend__form textarea {
	width: 100%;
	max-width: 28rem;
	padding: 0.5rem 0.65rem;
	border: 1px solid #8c98a4;
	border-radius: 3px;
	background: #fff;
	color: #1d2327;
	line-height: 1.4;
	box-sizing: border-box;
}

.cw-kl-oms-customer-amend__form .input-text:focus,
.cw-kl-oms-customer-amend__form input:focus,
.cw-kl-oms-customer-amend__form textarea:focus {
	outline: 2px solid #1f3a5f;
	outline-offset: 1px;
	border-color: #1f3a5f;
}

.cw-kl-oms-customer-amend__qty {
	max-width: 5.5rem !important;
}

.cw-kl-oms-customer-amend__remove {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	font-weight: 600;
	color: #1d2327;
	cursor: pointer;
}

.cw-kl-oms-customer-amend__remove input {
	width: auto;
	margin: 0;
	accent-color: #1f3a5f;
}

.cw-kl-oms-customer-amend__delivery {
	margin: 0 0 1.25rem;
	padding: 1rem 1.1rem;
	border: 1px solid #d7e0eb;
	border-radius: 3px;
	background: #fff;
}

.cw-kl-oms-customer-amend__delivery legend {
	padding: 0 0.35rem;
	font-weight: 700;
	color: #1f3a5f;
}

.cw-kl-oms-customer-amend__radios {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	margin: 0 0 1rem;
}

.cw-kl-oms-customer-amend__radio {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin: 0;
	font-weight: 600;
	color: #1d2327;
	cursor: pointer;
}

.cw-kl-oms-customer-amend__radio input {
	width: auto;
	margin: 0;
	accent-color: #1f3a5f;
}

.cw-kl-oms-customer-amend__different {
	margin-top: 0.25rem;
	padding-top: 0.75rem;
	border-top: 1px solid #e2e8f0;
}

.cw-kl-oms-customer-amend__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin: 0;
}

.cw-kl-oms-customer-amend__actions .button {
	display: inline-block;
	margin: 0;
}

.cw-kl-oms-customer-amend__actions .button:focus {
	outline: 2px solid #1f3a5f;
	outline-offset: 2px;
}

.cw-kl-oms-customer-amend abbr.required {
	color: #b32d2e;
	text-decoration: none;
}

@media (max-width: 600px) {
	.cw-kl-oms-customer-amend {
		padding: 0.9rem 1rem;
	}

	.cw-kl-oms-customer-amend__lines thead {
		display: none;
	}

	.cw-kl-oms-customer-amend__lines,
	.cw-kl-oms-customer-amend__lines tbody,
	.cw-kl-oms-customer-amend__lines tr,
	.cw-kl-oms-customer-amend__lines td {
		display: block;
		width: 100%;
	}

	.cw-kl-oms-customer-amend__lines tr {
		padding: 0.75rem 0;
		border-bottom: 1px solid #e2e8f0;
	}

	.cw-kl-oms-customer-amend__lines tr:last-child {
		border-bottom: 0;
	}

	.cw-kl-oms-customer-amend__lines td {
		padding: 0.35rem 0.85rem;
		border: 0;
	}

	.cw-kl-oms-customer-amend__lines td::before {
		content: attr(data-title);
		display: block;
		margin-bottom: 0.2rem;
		font-size: 0.75rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.03em;
		color: #1f3a5f;
	}

	.cw-kl-oms-customer-amend__radios {
		flex-direction: column;
		gap: 0.5rem;
	}

	.cw-kl-oms-customer-amend__form .input-text,
	.cw-kl-oms-customer-amend__form input[type="text"],
	.cw-kl-oms-customer-amend__form input[type="email"],
	.cw-kl-oms-customer-amend__form input[type="number"],
	.cw-kl-oms-customer-amend__form input[type="date"],
	.cw-kl-oms-customer-amend__form textarea {
		max-width: none;
	}
}
