\
.wcwl-heart {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border:1px solid rgba(0,0,0,.2);
	background:#fff;
	border-radius:10px;
	cursor:pointer;
	transition: transform .08s ease, background .12s ease;
	margin-right:8px;
}
.wcwl-heart:hover { transform: translateY(-1px); }
.wcwl-heart__icon { font-size:18px; line-height:1; color:#111; opacity:.55; }
.wcwl-heart.is-active { background: rgba(0,0,0,.06); border-color: rgba(0,0,0,.35); }
.wcwl-heart.is-active .wcwl-heart__icon { opacity:1; }

.wcwl-wrap { margin: 10px 0; }
.wcwl-title { margin: 0 0 12px 0; }

.wcwl-table { width:100%; border-collapse:collapse; }
.wcwl-table th, .wcwl-table td { padding: 10px; border-bottom: 1px solid rgba(0,0,0,.08); vertical-align: middle; }
.wcwl-product__link { display:flex; align-items:center; gap:10px; text-decoration:none; }
.wcwl-product__img img { width:48px; height:auto; }
.wcwl-actions { white-space:nowrap; }
.wcwl-check { display:inline-flex; align-items:center; gap:6px; margin-right:10px; }
.wcwl-hint { font-size:12px; opacity:.65; margin-top:4px; }
.wcwl-disabled { opacity:.7; }

.wcwl-tg-connect{margin:10px 0 16px 0;padding:12px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;}
