/* استایل گزینه‌های رزرو در سبد خرید و پرداخت */
.edris-res-options {
	direction: rtl;
	padding: 14px;
	margin-bottom: 10px;
	background: #f6faf9;
	border: 1px solid #e0ece8;
	border-radius: 10px;
}

.edris-res-options-title {
	margin: 0 0 10px;
	font-weight: 600;
	color: #2d3b39;
	font-size: 14px;
}

.edris-res-option {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 12px;
	margin-bottom: 8px;
	background: #fff;
	border: 1px solid #e5efec;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.edris-res-option:last-child {
	margin-bottom: 0;
}

.edris-res-option:hover {
	border-color: #a9d4c8;
}

.edris-res-option input[type="radio"] {
	margin-top: 3px;
	accent-color: #4a9c8e;
}

.edris-res-option:has(input:checked) {
	border-color: #4a9c8e;
	box-shadow: 0 0 0 1px #4a9c8e inset;
	background: #f2f9f7;
}

.edris-res-option-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.edris-res-option-text strong {
	color: #2d3b39;
	font-size: 14px;
}

.edris-res-option-text small {
	color: #7a8a87;
	font-size: 12px;
}

/* مخفی‌سازی جدول روش‌های ارسال پیش‌فرض هنگام انتخاب «رزرو بدون ارسال» */
.edris-res-hide-shipping-table {
	display: none !important;
}
