.angie-pool-process-wrapper-b93f5721 {
	display: flex;
	gap: 15px;
	position: relative;
	flex-wrap: nowrap; /* Default for desktop, keeps them horizontal */
}

/* Connecting Dashed Line */
.angie-pool-process-wrapper-b93f5721::before {
	content: '';
	position: absolute;
	top: 75px; /* Aligned roughly with the middle of the icons */
	left: 5%;
	right: 5%;
	height: 1px;
	border-top: 2px dashed #bbdefb;
	z-index: 0;
}

@media (max-width: 1024px) {
	.angie-pool-process-wrapper-b93f5721 {
		flex-wrap: wrap;
	}
	.angie-pool-process-wrapper-b93f5721::before {
		display: none; /* Hide line when cards wrap */
	}
	.angie-process-card-b93f5721 {
		flex: 1 1 calc(33.333% - 15px);
	}
}

@media (max-width: 767px) {
	.angie-process-card-b93f5721 {
		flex: 1 1 100%;
	}
}

.angie-process-card-b93f5721 {
	flex: 1 1 0;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 40px 15px 25px;
	position: relative;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0,0,0,0.02);
	z-index: 1;
}

.angie-process-badge-b93f5721 {
	position: absolute;
	top: -12px;
	left: 20px;
	width: 26px;
	height: 26px;
	background-color: #0073e6;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
}

.angie-process-icon-b93f5721 {
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
	border: 1px solid #e3f2fd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0073e6;
	font-size: 28px;
	background: #ffffff; /* Covers the dashed line underneath */
}

.angie-process-title-b93f5721 {
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 10px;
	color: #111111;
}

.angie-process-desc-b93f5721 {
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	margin: 0;
}
