.ap-46e57b89-container {
	background-color: #FDFBF7; /* Warm ivory */
	padding: 80px 20px;
	font-family: sans-serif;
	color: #333;
}
.ap-46e57b89-header {
	text-align: center;
	max-width: 600px;
	margin: 0 auto 60px;
}
.ap-46e57b89-eyebrow {
	display: block;
	color: #C5A059; /* Muted gold */
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.ap-46e57b89-title {
	font-family: Georgia, serif;
	font-size: 42px;
	color: #1a1a1a;
	margin: 0 0 20px;
	font-weight: 400;
}
.ap-46e57b89-subtitle {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	margin: 0;
}
.ap-46e57b89-steps {
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: 1100px;
	margin: 0 auto;
}
@media (min-width: 992px) {
	.ap-46e57b89-steps {
		flex-direction: row;
		gap: 30px;
	}
}
.ap-46e57b89-step {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.ap-46e57b89-step-header {
	text-align: center;
}
.ap-46e57b89-step-num {
	width: 40px;
	height: 40px;
	background: #C5A059;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto 15px;
	font-family: Georgia, serif;
}
.ap-46e57b89-step-header h3 {
	font-family: Georgia, serif;
	font-size: 22px;
	margin: 0 0 10px;
	color: #1a1a1a;
}
.ap-46e57b89-step-header p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	margin: 0;
}
/* App Card Styles */
.ap-46e57b89-app-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.05);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
}
.ap-46e57b89-app-card::before {
	content: '';
	display: block;
	height: 25px;
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
}
.ap-46e57b89-app-header {
	padding: 15px;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #f0f0f0;
	font-size: 15px;
}
.ap-46e57b89-app-body {
	padding: 20px 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ap-46e57b89-body-alt { background: #fafafa; }
/* Form / Details rows */
.ap-46e57b89-row-options { display: flex; gap: 10px; }
.ap-46e57b89-opt {
	flex: 1;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	text-align: center;
	color: #888;
}
.ap-46e57b89-opt.active {
	border-color: #C5A059;
	background: #fffcf5;
	color: #C5A059;
	font-weight: bold;
}
.ap-46e57b89-field {
	display: flex;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #f0f0f0;
}
.ap-46e57b89-field span { color: #888; }
.ap-46e57b89-field strong { color: #333; font-weight: 500; }
.ap-46e57b89-field-notes { padding: 12px 0; color: #666; }
.ap-46e57b89-field-notes span { display: block; color: #888; margin-bottom: 4px; }
/* Associate Card */
.ap-46e57b89-associate-card {
	background: #fff;
	border-radius: 12px;
	padding: 15px;
	border: 1px solid #eee;
}
.ap-46e57b89-assoc-top { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.ap-46e57b89-avatar {
	width: 40px; height: 40px; background: #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #888; font-weight: bold;
}
.ap-46e57b89-assoc-info { flex: 1; }
.ap-46e57b89-assoc-info strong { display: block; font-size: 14px; margin-bottom: 2px; }
.ap-46e57b89-assoc-info span { display: block; color: #888; font-size: 11px; }
.ap-46e57b89-badge { display: inline-block; background: #e8f5e9; color: #2e7d32; padding: 2px 6px; border-radius: 4px; font-size: 10px; margin-top: 4px; }
.ap-46e57b89-tags span { display: inline-block; background: #f5f5f5; padding: 4px 8px; border-radius: 4px; font-size: 11px; margin-right: 5px; color: #666; margin-bottom: 12px; }
.ap-46e57b89-assoc-actions { display: flex; gap: 8px; }
/* Timeline */
.ap-46e57b89-timeline { display: flex; flex-direction: column; gap: 15px; }
.ap-46e57b89-tl-item { display: flex; gap: 15px; opacity: 0.6; }
.ap-46e57b89-tl-item.active { opacity: 1; }
.ap-46e57b89-tl-dot { width: 10px; height: 10px; border-radius: 50%; background: #ccc; margin-top: 4px; position: relative; }
.ap-46e57b89-tl-item.active .ap-46e57b89-tl-dot { background: #C5A059; }
.ap-46e57b89-tl-item:not(:last-child) .ap-46e57b89-tl-dot::after {
	content: ''; position: absolute; top: 10px; left: 4px; width: 2px; height: 25px; background: #eee;
}
.ap-46e57b89-tl-item strong { display: block; margin-bottom: 2px; color: #333; }
.ap-46e57b89-tl-item span { display: block; color: #888; font-size: 11px; }
/* Buttons */
.ap-46e57b89-app-footer { padding: 15px; border-top: 1px solid #f0f0f0; }
.ap-46e57b89-btn-primary { width: 100%; background: #C5A059; color: #fff; border: none; padding: 12px; border-radius: 8px; font-weight: 600; cursor: pointer; }
.ap-46e57b89-btn-secondary { width: 100%; background: #f5f5f5; color: #555; border: none; padding: 12px; border-radius: 8px; font-weight: 600; cursor: pointer; }
.ap-46e57b89-btn-outline { width: 100%; background: transparent; color: #C5A059; border: 1px solid #C5A059; padding: 12px; border-radius: 8px; font-weight: 600; cursor: pointer; }
.ap-46e57b89-btn-sm { padding: 8px; font-size: 12px; }
