:root {
	--hha-cream: #fcfaf6;
	--hha-paper: #ffffff;
	--hha-ink: #151b23;
	--hha-muted: #5a675f;
	--hha-line: #d7e8e2;
	--hha-green: #075a4d;
	--hha-green-soft: #e1f5f0;
	--hha-blue: #2f6aa3;
	--hha-orange: #c45c26;
	--hha-purple: #6b4aa0;
	--hha-navy: #075a4d;
}

.hha-menu-btn,
.hha-enroll-btn,
.hha-login-btn,
.hha-logout-btn,
.hha-dashboard-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	background: #075a4d;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 600;
	line-height: 1.2;
}

.hha-enroll-btn {
	background: #075a4d;
}

.hha-menu-btn.is-disabled {
	opacity: 0.7;
	pointer-events: none;
}

.hha-thankyou-next {
	margin: 0 0 1.5em;
	padding: 1.1em 1.25em;
	border: 1px solid #d4e5d7;
	background: #f6fbf7;
	border-radius: 14px;
}

.hha-thankyou-next p {
	margin: 0 0 0.85em;
	color: #151b23;
}

.hha-thankyou-next p:last-child {
	margin-bottom: 0;
}

.hha-thankyou-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	align-items: center;
}
