.agp-thank-you-help {
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	box-shadow: 0 1px 4px rgba(0,0,0,0.06);
	padding: 2rem;
	margin-top: 0.5rem;
	text-align: center;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.agp-thank-you-help-title { font-size: 19px; font-weight: 700; color: #1A202C; margin: 0 0 0.5rem; }
.agp-thank-you-help-text { font-size: 15px; font-weight: 400; color: #4A5568; margin: 0 0 0.25rem; }
.agp-thank-you-help-desc { font-size: 15px; font-weight: 400; color: #6B7280; margin: 0 0 1rem; }
.agp-thank-you-email { margin: 0; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 15px; font-weight: 400; }
.agp-thank-you-email a { color: #1aa18c; font-weight: 400; text-decoration: underline; }
.agp-thank-you-email a:hover { color: #2D9CDB; }
.agp-thank-you-email .agp-email-icon { color: #1aa18c; width: 18px; height: 18px; }
