.klc-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.klc-order-result {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px;
	padding: 14px 16px;
	border: 2px solid #176b3a;
	border-radius: 3px;
	background: #f2fbf5;
	color: #173d26;
	font-weight: 700;
}

.klc-order-result:focus {
	outline: 3px solid #145f95;
	outline-offset: 3px;
}

.klc-form-error-summary {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 24px;
	padding: 16px 18px;
	border: 2px solid #a61b1b;
	border-radius: 3px;
	background: #fff6f6;
	color: #3d1212;
}

.klc-form-error-summary h2 {
	margin: 0 0 10px;
	font-size: 1.25rem;
}

.klc-form-error-summary ul {
	margin: 0;
	padding-left: 1.5em;
}

.klc-form-error-summary:focus {
	outline: 3px solid #145f95;
	outline-offset: 3px;
}

.klc-form-success-summary {
	display: flow-root !important;
	clear: both !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 0 1.5rem !important;
	padding: 0.75rem 1rem !important;
	border: 2px solid #237a45;
	background: #f0faf4;
	color: #163d27;
}

.klc-form-success-summary:focus {
	outline: 3px solid #145f95;
	outline-offset: 3px;
}
