/* برچسب کنار روش‌های پرداخت در تسویه‌حساب */

.sspd-badge {
	display: inline-block;
	background: #e7f6ec;
	color: #17663a;
	border: 1px solid #b7e2c6;
	border-radius: 12px;
	font-size: 12px;
	line-height: 1.8;
	padding: 0 8px;
	margin-inline-start: 6px;
	vertical-align: middle;
	white-space: nowrap;
}

.sspd-badge--up {
	background: #fdeeee;
	color: #9b2226;
	border-color: #f3c9c9;
}

.wc-block-components-radio-control__label .sspd-badge {
	margin-inline-start: 8px;
}

/* کادر صفحه‌ی محصول */

.sspd-product-box {
	box-sizing: border-box;
	width: 100%;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 12px 16px;
	margin: 14px 0;
	clear: both;
}

.sspd-product-box__title {
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 8px;
}

.sspd-product-line {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	line-height: 2.1;
	color: #14663c;
}

.sspd-product-line__mark {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e7f6ec;
	border: 1px solid #b7e2c6;
	position: relative;
}

/* تیک */
.sspd-product-line__mark::after {
	content: "";
	position: absolute;
	inset-inline-start: 5px;
	top: 3px;
	width: 4px;
	height: 8px;
	border: solid #2ea86a;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.sspd-product-line__text {
	flex: 1 1 auto;
}

.sspd-product-line--up {
	color: #99282c;
}

.sspd-product-line--up .sspd-product-line__mark {
	background: #fdf1f1;
	border-color: #f0c2c2;
}

/* علامت + به‌جای تیک برای افزایش قیمت */
.sspd-product-line--up .sspd-product-line__mark::after {
	inset-inline-start: 4px;
	top: 7px;
	width: 8px;
	height: 0;
	border-width: 0 0 2px 0;
	border-color: #d05a5e;
	transform: none;
}

.sspd-product-line--up .sspd-product-line__mark::before {
	content: "";
	position: absolute;
	inset-inline-start: 7px;
	top: 4px;
	width: 0;
	height: 8px;
	border-inline-start: 2px solid #d05a5e;
}
