/**
 * Thank you page layout — matches page-thank-you.php template.
 * Used by Thank You Elementor widgets (wrap + cards).
 */
.agp-thank-you-wrap {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1rem;
	width: 100%;
	box-sizing: border-box;
}

.agp-thank-you-card {
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	padding: 2rem;
	margin-bottom: 2rem;
	width: 100%;
	box-sizing: border-box;
}

.agp-thank-you-card-title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 26px;
	font-weight: 700;
	color: #212121;
	margin: 0 0 0.25rem;
}

.agp-icon-envelope {
	flex-shrink: 0;
	color: #212121;
}

.agp-icon-envelope path,
.agp-icon-envelope polyline {
	stroke: currentColor;
}

.agp-thank-you-card-subtitle {
	font-size: 17px;
	font-weight: 400;
	color: #5B8E83;
	margin: 0 0 1.5rem;
}

.agp-thank-you-steps {
	list-style: none;
	padding: 0;
	margin: 0;
}

.agp-thank-you-steps li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1.25rem;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #6C757D;
}

.agp-thank-you-steps li:last-child {
	margin-bottom: 0;
}

.agp-step-num {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #1aa18c;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.agp-step-content {
	flex: 1;
}

.agp-step-content strong {
	font-size: 17px;
	font-weight: 700;
	color: #212529;
}

.agp-step-content strong + strong,
.agp-step-content .agp-highlight {
	font-weight: 700;
	color: #19786D;
}

.agp-website-link {
	color: #19786D;
	text-decoration: underline;
	font-weight: 700;
	font-size: 15px;
}

.agp-website-link:hover {
	color: #0F7061;
}

/* Elementor: let widget span the column / section content width */
.elementor-widget-thank-you-next-steps {
	width: 100%;
}

.elementor-widget-thank-you-next-steps .elementor-widget-container {
	width: 100%;
}
