.awwly-thankyou-page {
	margin: 0;
	min-height: 100vh;
	background: linear-gradient(165deg, #f7f3ee 0%, #e8eef2 55%, #f0ebe4 100%);
	font-family: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
	color: #1f1c19;
}

.awwly-thankyou-embed {
	width: 100%;
}

.awwly-thankyou-loading {
	padding: 48px 24px;
	text-align: center;
}

.awwly-thankyou-card {
	max-width: 448px;
	margin: 0 auto;
	padding: 40px 24px 48px;
}

.awwly-thankyou-card h1 {
	font-size: clamp(26px, 5vw, 32px);
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 12px;
}

.awwly-thankyou-card p {
	margin: 0 0 16px;
	line-height: 1.5;
	font-size: 17px;
}

.awwly-thankyou-card.is-muted h1,
.awwly-thankyou-card.is-warm h1 {
	font-weight: 500;
}

.awwly-thankyou-label {
	display: block;
	font-size: 14px;
	letter-spacing: 0.02em;
	margin: 16px 0 6px;
}

.awwly-thankyou-card textarea,
.awwly-thankyou-card input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	border: 1px solid #c9c0b5;
	border-radius: 6px;
	background: #fffcf8;
	font: inherit;
	font-size: 16px;
}

.awwly-thankyou-notice {
	font-size: 14px !important;
	color: #5c564f;
}

.awwly-thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.awwly-thankyou-primary,
.awwly-thankyou-secondary {
	appearance: none;
	border-radius: 6px;
	padding: 11px 18px;
	font: inherit;
	font-size: 16px;
	cursor: pointer;
}

.awwly-thankyou-primary {
	border: 0;
	background: #2c4a3e;
	color: #f7f3ee;
}

.awwly-thankyou-primary:disabled {
	opacity: 0.6;
	cursor: wait;
}

.awwly-thankyou-secondary {
	border: 1px solid #a89f94;
	background: transparent;
	color: #1f1c19;
}

.awwly-thankyou-status {
	min-height: 20px;
	font-size: 14px !important;
	color: #5c564f;
}

.awwly-thankyou-foot {
	margin-top: 32px !important;
	font-size: 14px !important;
	color: #7a736b;
}
