.can-popup {
	width: 320px;
	max-width: 85vw;
	border-radius: 14px;
	padding: 16px;
}

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

.can-popup.can-pos-sticky-bottom,
.can-popup.can-pos-sticky-top {
	width: 100%;
	max-width: 100%;
	border-radius: 0;
	padding: 12px 18px;
}
