.angie-sb-eeace1cc {
	position: relative;
	padding: 40px;
	border-radius: 16px;
	background-color: #ffffff;
	border: 1px solid #e5e7eb;
	overflow: hidden;
	transition: border-color 0.3s ease;
	z-index: 1;
	box-shadow: 0 4px 20px rgba(0,0,0,0.03);
	font-family: inherit;
	--sb-hover-fill: #0A58CA;
	--sb-hover-text: #ffffff;
}

/* Background Fill Effect */
.angie-sb-eeace1cc::before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
	background-color: var(--sb-hover-fill);
	z-index: -1;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.angie-sb-eeace1cc:hover {
	border-color: transparent;
}

.angie-sb-eeace1cc:hover::before {
	transform: scaleY(1);
}

/* Content Elements */
.angie-sb-icon-wrapper-eeace1cc {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #eef4ff;
	border-radius: 12px;
	color: #0d6efd;
	font-size: 24px;
	margin-bottom: 24px;
	transition: all 0.3s ease;
}
.angie-sb-icon-wrapper-eeace1cc svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.angie-sb-title-eeace1cc {
	margin: 0 0 16px;
	font-size: 22px;
	font-weight: 700;
	color: #111827;
	transition: color 0.3s ease;
}

.angie-sb-desc-eeace1cc {
	margin: 0 0 24px;
	font-size: 15px;
	line-height: 1.6;
	color: #4b5563;
	transition: color 0.3s ease;
}

/* Badges / Tags */
.angie-sb-badges-eeace1cc {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.angie-sb-badge-eeace1cc {
	font-size: 13px;
	font-weight: 500;
	padding: 6px 14px;
	background-color: #f3f4f6;
	color: #374151;
	border-radius: 20px;
	transition: all 0.3s ease;
}

/* Link / CTA */
.angie-sb-cta-eeace1cc {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	color: #0d6efd;
	text-decoration: none;
	transition: color 0.3s ease;
}

.angie-sb-cta-eeace1cc:hover {
	text-decoration: underline;
}

/* Hover State Text Colors Override */
.angie-sb-eeace1cc:hover .angie-sb-title-eeace1cc,
.angie-sb-eeace1cc:hover .angie-sb-desc-eeace1cc,
.angie-sb-eeace1cc:hover .angie-sb-cta-eeace1cc {
	color: var(--sb-hover-text);
}

.angie-sb-eeace1cc:hover .angie-sb-icon-wrapper-eeace1cc {
	background-color: rgba(255, 255, 255, 0.2);
	color: var(--sb-hover-text);
}

.angie-sb-eeace1cc:hover .angie-sb-badge-eeace1cc {
	background-color: rgba(255, 255, 255, 0.15);
	color: var(--sb-hover-text);
}
