/**
 * Quote List storefront wrap — tertiary control on Flatsome PDP.
 * Tokens match August storefront navy; do not restyle the rest of the product page.
 */
.ktq-add-to-quote {
	clear: both;
	display: block;
	width: 100%;
	margin: 0.75rem 0 0.35rem;
	max-width: 100%;
}

.ktq-add-to-quote__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0.65rem 1rem;
	margin: 0;
	border: 1.5px solid #1f2955;
	border-radius: 4px;
	background: #fff;
	color: #1f2955;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

a.ktq-add-to-quote__btn {
	color: #1f2955;
}

.ktq-add-to-quote__btn:hover,
.ktq-add-to-quote__btn:focus-visible {
	background: #1f2955;
	border-color: #1f2955;
	color: #fff;
}

a.ktq-add-to-quote__btn:hover,
a.ktq-add-to-quote__btn:focus-visible {
	color: #fff;
}

.ktq-add-to-quote__hint,
.ktq-add-to-quote__ok,
.ktq-add-to-quote__err {
	margin: 0.4rem 0 0;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #5a6478;
}

.ktq-add-to-quote__ok {
	font-weight: 700;
	color: #0a6f68;
}

.ktq-add-to-quote__ok a {
	color: #1f2955;
	font-weight: 800;
}

.ktq-add-to-quote__err {
	display: none;
	padding: 0.55rem 0.7rem;
	border: 1px solid #fecdca;
	border-radius: 6px;
	background: #fef3f2;
	color: #b42318;
	font-weight: 700;
}

.ktq-add-to-quote__err.is-on {
	display: block;
}

.ktq-add-to-quote.is-added .ktq-add-to-quote__idle {
	display: none;
}
