.svp-rate-ui{
	display:flex;
	align-items:center;
	gap:8px;
	flex-wrap:wrap;
	font-size:13px;
	margin-left:10px;
	line-height: 22px;
}

.wc-block-components-radio-control__option.svp-rate--applied 
.wc-block-components-radio-control__secondary-label 
.wc-block-components-formatted-money-amount{
	text-decoration:line-through;
}

.svp-rate-badge{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:0 8px;
	border-radius:4px;
	font-size:13px;
	font-weight:700;
	line-height: 22px;
	white-space:nowrap;
}

.svp-rate-badge.is-available{
	background:color-mix(in srgb,currentColor 10%,transparent);
	color:green!important;
}

.svp-rate-badge.is-applied{
	background:#ff9900;
	color:#111;
}

.woocommerce-js .svp-rate-ui button.svp-apply-coupon-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding: 0 9px !important;
    line-height: 22px !important;
    height: 22px !important;
	border:1px solid var(--ast-global-color-1);
	border-radius:4px;
	background:var(--ast-global-color-8);
	color:var(--ast-global-color-5);
	font-size:13px;
	font-weight:700;
	cursor:pointer;
}

.svp-apply-coupon-btn:hover{
	background:#111;
	color:#fff;
}

.svp-apply-coupon-btn[disabled]{
	opacity:.6;
	cursor:not-allowed;
}

.svp-rate-free-text{
	font-weight:800;
	color:#118000;
}

body.svp-coupon-ship-discount .svp-fee-shipping-discount .wc-block-components-totals-item__value,
body.svp-coupon-ship-discount .svp-fee-shipping-discount .wc-block-formatted-money-amount{
	color:#f00633 !important;
	font-weight:700;
}
