/* ===== صفحة تفاصيل المقال ===== */
.ward-single-post-page {
	direction: rtl;
	background: #fff;
}

.ward-single-banner-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	margin-top: 16px;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255, 255, 255, .78);
}

.ward-single-banner-dot {
	opacity: .55;
}

.ward-single-post {
	padding: 48px 0 0;
}

.ward-single-post-layout {
	max-width: 820px;
}

.ward-single-post-featured {
	margin: 0 0 28px;
	border-radius: 18px;
	overflow: hidden;
	background: #e8eaf2;
	box-shadow: 0 12px 32px rgba(16, 26, 74, .1);
	aspect-ratio: 16 / 10;
}

.ward-single-post-featured-img,
.ward-single-post-featured img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.ward-single-post-lead {
	margin: 0 0 28px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #f7f7fb;
	border-right: 4px solid #c9a24b;
	font-size: 16px;
	line-height: 1.85;
	color: #4a5578;
	font-weight: 600;
}

/* محتوى المقال */
.ward-single-post-content {
	color: #2b2f45;
	font-size: 16px;
	line-height: 1.95;
}

.ward-single-post-content > *:first-child {
	margin-top: 0;
}

.ward-single-post-content h2,
.ward-single-post-content h3,
.ward-single-post-content h4 {
	color: #091037;
	margin: 1.6em 0 .7em;
	line-height: 1.4;
}

.ward-single-post-content h2 { font-size: 1.45em; }
.ward-single-post-content h3 { font-size: 1.25em; }

.ward-single-post-content p {
	margin: 0 0 1.15em;
}

.ward-single-post-content a {
	color: #1b2a6b;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ward-single-post-content ul,
.ward-single-post-content ol {
	margin: 0 0 1.2em;
	padding: 0 1.4em 0 0;
	list-style: revert;
}

.ward-single-post-content li {
	margin-bottom: .45em;
}

.ward-single-post-content blockquote {
	margin: 1.6em 0;
	padding: 18px 22px;
	border-radius: 14px;
	background: #f3e8c8;
	color: #091037;
	font-weight: 700;
	font-size: 1.05em;
	border: 0;
}

.ward-single-post-content img {
	border-radius: 14px;
	margin: 1.4em 0;
}

.ward-single-post-content figure {
	margin: 1.4em 0;
}

.ward-single-post-content figcaption {
	margin-top: 8px;
	font-size: 13px;
	color: #9aa0b5;
	text-align: center;
}

/* وسوم */
.ward-single-post-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid #e8eaf2;
}

.ward-single-post-tags-label {
	font-size: 13px;
	font-weight: 700;
	color: #6b7089;
}

.ward-single-post-tag {
	display: inline-flex;
	padding: 6px 12px;
	border-radius: 999px;
	background: #e8eaf8;
	color: #3b4a9a !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background .2s ease;
}

.ward-single-post-tag:hover {
	background: #d8dcf5;
}

/* مشاركة */
.ward-single-post-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 28px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #f7f7fb;
}

.ward-single-post-share-label {
	font-size: 13px;
	font-weight: 700;
	color: #091037;
}

.ward-single-post-share-icons {
	display: flex;
	gap: 8px;
}

.ward-single-post-share-icons a {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #091037;
	box-shadow: 0 4px 12px rgba(16, 26, 74, .08);
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}

.ward-single-post-share-icons a:hover {
	background: #091037;
	color: #fff;
}

/* تنقّل سابق/تالي */
.ward-single-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid #e8eaf2;
}

.ward-single-post-nav-link {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px 20px;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(16, 26, 74, .07);
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.ward-single-post-nav-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(16, 26, 74, .11);
}

.ward-single-post-nav-link.is-next {
	text-align: left;
	align-items: flex-end;
}

.ward-single-post-nav-label {
	font-size: 12px;
	font-weight: 700;
	color: #c9a24b;
}

.ward-single-post-nav-title {
	font-size: 14px;
	font-weight: 800;
	color: #091037;
	line-height: 1.5;
}

/* مقالات ذات صلة */
.ward-single-related {
	padding: 64px 0 80px;
	margin-top: 56px;
	background: #f5f6fa;
}

.ward-single-related-head {
	margin-bottom: 28px;
	text-align: right;
}

.ward-single-related-badge {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	color: #9a7b2e;
	background: #f3e8c8;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 12px;
}

.ward-single-related .ward-section-title {
	margin: 0;
	font-size: clamp(24px, 2.8vw, 32px);
	color: #091037;
	font-weight: 800;
}

@media (max-width: 700px) {
	.ward-single-post {
		padding-top: 32px;
	}

	.ward-single-post-nav {
		grid-template-columns: 1fr;
	}

	.ward-single-post-nav-link.is-next {
		text-align: right;
		align-items: flex-start;
	}

	.ward-single-related {
		padding: 48px 0 56px;
		margin-top: 40px;
	}
}
