.wcln-toast {
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 99999;
	display: flex !important;
	align-items: center;
	gap: 12px;
	max-width: 360px;
	padding: 14px;
	border-radius: 18px;
	background: #fff;
	color: #5b5b77;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
	opacity: 0;
	transform: translateY(12px);
	animation: none !important;
	transition: opacity 0.35s ease, transform 0.35s ease, bottom 0.35s ease;
}

.wcln-visible {
	opacity: 1;
	transform: translateY(0);
}

.wcln-thumb {
	display: block;
	flex: 0 0 89px;
	width: 89px;
	height: 89px;
	padding: 10px;
	border-radius: 20px;
	fill: currentColor;
	color: #18a0c6;
}

.wcln-body {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.wcln-title {
	margin: 2px 0 4px;
	color: #18a0c6;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.wcln-meta {
	margin-top: 2px;
	font-size: 12px;
	opacity: 0.85;
}

.wcln-close {
	position: absolute;
	top: 6px;
	right: 8px;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	opacity: 0.55;
}

@media (max-width: 480px) {
	.wcln-toast {
		left: 12px;
		bottom: 20px;
		max-width: calc(100vw - 24px);
	}

	body.geekcel-bar-is-visible .wcln-toast {
		bottom: 105px !important;
	}
}
