/**
 * برگه‌ی «قوانین بازگشت و مرجوعی کالا» — استایل صفحه.
 * enqueue: nw-return-policy (فقط روی برگه‌ی دارای شورت‌کد [pishro_return_policy]).
 * رنگ برند نارنجی #F5A623 · فونت از تم ارث می‌برد · CSS logical properties.
 */

.pishro-rp {
	direction: rtl;
	text-align: right;
	color: #2d3748;
	line-height: 1.9;
	max-width: 920px;
	margin-inline: auto;
}

.pishro-rp__crumb {
	display: flex;
	align-items: center;
	gap: .4rem;
	font-size: .85rem;
	color: #6b7280;
	margin-block-end: 1rem;
}
.pishro-rp__crumb a { color: #6b7280; text-decoration: none; }
.pishro-rp__crumb a:hover { color: #F5A623; }

.pishro-rp__hero {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-block-start: 4px solid #F5A623;
	border-radius: 12px;
	padding: 1.75rem 1.5rem;
	box-shadow: 0 1px 3px rgba(0,0,0,.06);
	margin-block-end: 1.25rem;
}
.pishro-rp__hero h1 { margin: 0 0 .6rem; font-size: 1.5rem; font-weight: 700; color: #1a202c; }
.pishro-rp__hero p  { margin: 0; color: #6b7280; font-size: .95rem; }

.pishro-rp__card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.pishro-rp__sec { padding-block: 1.1rem; border-block-end: 1px dashed #e8ebef; }
.pishro-rp__sec:first-child { padding-block-start: .2rem; }
.pishro-rp__sec:last-child  { border-block-end: 0; padding-block-end: .2rem; }

.pishro-rp__h2 {
	display: flex;
	align-items: center;
	gap: .55rem;
	margin: 0 0 .6rem;
	font-size: 1.08rem;
	font-weight: 700;
	color: #1a202c;
}
.pishro-rp__ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: #fff5e6;
	color: #F5A623;
	font-size: 19px;
	flex: none;
}
.pishro-rp__ico--red { background: #fdeaea; color: #e53e3e; }

.pishro-rp__sec p { margin: 0 0 .5rem; }
.pishro-rp__sec p:last-child { margin-block-end: 0; }
.pishro-rp__sec ul { margin: .2rem 0 0; padding-inline-start: 1.3rem; }
.pishro-rp__sec li { margin-block-end: .35rem; }

.pishro-rp__support {
	background: #fffaf0;
	border: 1px solid #f6e0b8;
	border-inline-start: 4px solid #F5A623;
	border-radius: 10px;
	padding: 1.1rem 1.25rem;
	margin-block-start: 1.25rem;
}
.pishro-rp__support .pishro-rp__h2 { color: #a05a00; }
.pishro-rp__support .pishro-rp__ico { background: #F5A623; color: #fff; }
.pishro-rp__support p { margin-block: .15rem; font-size: .95rem; }
.pishro-rp__support b { color: #1a202c; }

.pishro-rp__link { color: #F5A623; font-weight: 500; text-decoration: none; }
.pishro-rp__link:hover { text-decoration: underline; }
