.relod-wlsc-admin-note {
	display: inline-block;
	padding: 10px 14px;
	border-radius: 10px;
	background: #fff8e5;
	color: #5f4b00;
	font-size: 14px;
	line-height: 1.4;
}

/* Кнопка для страницы товара: тот же стиль, но без абсолютного позиционирования */
.relod-wlsc-product-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.relod-wlsc-product-wrap .relod-wl-shortcode-product.relod-wcwl-btn,
.relod-wlsc-product-wrap button.relod-wl-shortcode-product.relod-wcwl-btn {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	display: inline-flex !important;
	vertical-align: middle !important;
}

/* Хедер-иконка */
.relod-wlsc-header-icon,
.relod-wlsc-header-icon:visited {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--relod-wlsc-icon-size, 24px);
	height: var(--relod-wlsc-icon-size, 24px);
	color: var(--relod-wlsc-icon-color, #111111);
	text-decoration: none !important;
	line-height: 0;
	transition: color .18s ease, transform .18s ease;
}

.relod-wlsc-header-icon:hover {
	color: var(--relod-wlsc-icon-hover, #662132);
	transform: translateY(-1px);
}

.relod-wlsc-header-icon__svg {
	display: inline-flex;
	width: 100%;
	height: 100%;
}

.relod-wlsc-header-icon__svg svg {
	width: 100%;
	height: 100%;
	display: block;
}

.relod-wlsc-header-icon__svg svg path,
.relod-wlsc-header-icon__svg svg .st0 {
	stroke: currentColor !important;
	fill: none !important;
}

.relod-wlsc-header-icon__count {
	position: absolute;
	top: calc(var(--relod-wlsc-badge-size, 18px) * -0.36);
	right: calc(var(--relod-wlsc-badge-size, 18px) * -0.38);
	min-width: var(--relod-wlsc-badge-size, 18px);
	height: var(--relod-wlsc-badge-size, 18px);
	padding: 0 4px;
	border-radius: 999px;
	background: var(--relod-wlsc-badge-bg, #111111);
	color: var(--relod-wlsc-badge-text, #ffffff);
	font-size: var(--relod-wlsc-badge-font-size, 10px);
	font-weight: 700;
	line-height: var(--relod-wlsc-badge-size, 18px);
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
	pointer-events: none;
}
