/* استایل پنل مدیریت */
.pke-wrap .pke-table {
	margin-top: 15px;
	border-collapse: collapse;
}
.pke-wrap .pke-table th,
.pke-wrap .pke-table td {
	padding: 12px 10px;
	vertical-align: top;
}
.pke-wrap textarea {
	width: 100%;
}

/* باکس جایزه در صفحه تسویه‌حساب */
.pke-gift-box-row td {
	padding: 0 !important;
}
.pke-gift-box {
	background: #fff8e1;
	border: 2px dashed #f0ad4e;
	border-radius: 8px;
	padding: 15px 18px;
	margin: 12px 0;
}
.pke-gift-title {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 10px 0;
	color: #8a6100;
}
.pke-gift-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.pke-gift-option {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid #eadfb4;
	border-radius: 6px;
	padding: 8px 12px;
	cursor: pointer;
	transition: border-color 0.2s ease;
}
.pke-gift-option:hover {
	border-color: #f0ad4e;
}
.pke-gift-option input[type="checkbox"] {
	margin: 0;
}
.pke-gift-option input[disabled] {
	cursor: not-allowed;
}
.pke-gift-limit {
	margin: 0 0 10px 0;
	font-size: 13px;
	color: #8a6100;
}

/* نوار اطلاع‌رسانی در صفحه تک‌محصول */
.pke-product-bar {
	background: #fff8e1;
	border: 1px solid #f0ad4e;
	border-radius: 6px;
	padding: 10px 14px;
	margin: 12px 0;
	font-weight: bold;
	color: #8a6100;
	font-size: 14px;
	display: block;
}
