.can-popup {
	width: 360px;
	max-width: 90vw;
	border-radius: 16px;
	padding: 18px;
}

.can-popup-image {
	width: 100%;
	max-height: 160px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 12px;
}

.can-popup-body {
	position: relative;
}

.can-popup.can-pos-sticky-bottom,
.can-popup.can-pos-sticky-top {
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.can-popup.can-pos-sticky-bottom .can-popup-image,
.can-popup.can-pos-sticky-top .can-popup-image {
	width: 60px;
	height: 60px;
	max-height: none;
	flex-shrink: 0;
	margin-bottom: 0;
}
