body.aurea-quote-mode .aurea-quote-label {
	color: inherit;
	font: inherit;
	font-weight: 700;
}

body.aurea-quote-mode .aurea-quote-block-description {
	line-height: 1.55;
}

.aurea-quote-confirmation {
	margin: 28px 0;
	padding: 24px;
	background: #fff;
	border: 1px solid #eeeae6;
	border-left: 4px solid #c8a05a;
	border-radius: 8px;
}

.aurea-quote-confirmation h2 {
	margin: 0 0 10px;
	color: #422b1d;
}

.aurea-quote-confirmation__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 18px;
}

.aurea-quote-confirmation__wa {
	background: #1f8f55 !important;
	border-color: #1f8f55 !important;
	color: #fff !important;
}

@media (max-width: 560px) {
	.aurea-quote-confirmation__actions .button {
		width: 100%;
		text-align: center;
	}
}

