#angie-social-proof-6525b41a {
	position: fixed;
	bottom: 20px;
	z-index: 999999;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	gap: 15px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.4;
	max-width: 350px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
	pointer-events: none;
}

#angie-social-proof-6525b41a.is-rtl {
    direction: rtl;
    text-align: right;
    flex-direction: row-reverse;
}

#angie-social-proof-6525b41a.angie-sp-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

#angie-social-proof-6525b41a.angie-sp-hidden {
	opacity: 0;
	transform: translateY(20px);
	pointer-events: none;
}

.angie-pos-bottom-left { left: 20px; }
.angie-pos-bottom-right { right: 20px; }

.angie-sp-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	object-fit: cover;
	background-color: #eee;
	flex-shrink: 0;
}

.angie-sp-content {
	flex-grow: 1;
}

.angie-sp-content strong {
	font-weight: 600;
}