.beeasly-form-success {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 24px 8px 8px;
	text-align: center;
	font-family: Poppins, sans-serif;
}

.beeasly-form-success__image img {
	display: block;
	width: min(220px, 70%);
	height: auto;
	margin-inline: auto;
}

.beeasly-form-success__title {
	margin: 8px 0 0;
	font-size: clamp(1.5rem, 1.0663rem + 1.2048vi, 2rem);
	font-weight: 700;
	line-height: 1.25;
	color: #191919;
}

.beeasly-form-success__text {
	margin: 0;
	max-width: 36em;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #191919;
}

.beeasly-form-success__order {
	margin: 8px 0 0;
	font-size: 16px;
	color: #191919;
}
