.iws-shipping-preview {
	margin: 0.5em 0 1em;
	min-height: 2em;
}

/* مخفی کردن فیلدهای تکراری ووکامرس/فارسی در صورت وجود */
#billing_state_field,
#billing_city_field,
#shipping_state_field,
#shipping_city_field {
	display: none !important;
}

#billing_iws_province_field,
#billing_iws_city_field,
#billing_iws_shipping_type_field {
	margin-bottom: 0.5em;
}

.iws-preview-box {
	background: #f6f7f7;
	border: 1px solid #dcdcde;
	border-radius: 6px;
	padding: 12px 16px;
}

.iws-preview-amount {
	font-size: 1.05em;
	margin: 0 0 6px;
}

.iws-preview-error {
	color: #b32d2e;
	margin: 0;
}

.iws-preview-note {
	color: #50575e;
	font-size: 0.9em;
	margin: 8px 0 0;
}

.iws-shipping-preview.is-loading {
	opacity: 0.7;
}

.iws-spinner {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 2px solid #ccc;
	border-top-color: #2271b1;
	border-radius: 50%;
	animation: iws-spin 0.7s linear infinite;
}

@keyframes iws-spin {
	to {
		transform: rotate(360deg);
	}
}
