/*

Theme: Lagta AI

File: article-headings.css

Purpose: Permanent article headings design

*/

/* ==================================================

   العناوين الجانبية الرئيسية H2

   ذهبي ملكي بعرض العنوان فقط

================================================== */

.single-post .lagta-article-content h2,

.single-post .lagta-article-body h2,

.single-post .lagta-single-content h2,

.single-post .entry-content h2,

.single-post .post-content h2,

.single-post .wp-block-post-content h2,

.single-post article h2 {

	position: relative;
	display: block;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	margin: 42px 0 24px auto;
	padding: 17px 27px;
	border: 1px solid rgba(125, 86, 4, 0.30);
	border-right: 6px solid #7b5607;
	border-radius: 14px;
	background:
		linear-gradient(
			135deg,
			#f5dc91 0%,
			#dfba54 45%,
			#bd8b18 100%
		);
	box-shadow:
		0 8px 19px rgba(112, 78, 8, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.60);
	color: #15233b;
	font-family: "Cairo", Arial, sans-serif;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 800;
	line-height: 1.55;
	letter-spacing: 0;
	text-align: right;
	clear: both;

}

/* لمعة ملكية هادئة داخل العنوان */

.single-post .lagta-article-content h2::after,

.single-post .lagta-article-body h2::after,

.single-post .lagta-single-content h2::after,

.single-post .entry-content h2::after,

.single-post .post-content h2::after,

.single-post .wp-block-post-content h2::after,

.single-post article h2::after {

	position: absolute;
	top: 7px;
	right: 17px;
	width: 42%;
	height: 2px;
	border-radius: 20px;
	background:
		linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.78),
			rgba(255, 255, 255, 0)
		);
	content: "";
	pointer-events: none;

}

/* روابط داخل عنوان H2 */

.single-post .lagta-article-content h2 a,

.single-post .lagta-article-body h2 a,

.single-post .lagta-single-content h2 a,

.single-post .entry-content h2 a,

.single-post .post-content h2 a,

.single-post .wp-block-post-content h2 a,

.single-post article h2 a {

	color: inherit;
	text-decoration: none;

}

/* ==================================================

   العناوين الفرعية H3

================================================== */

.single-post .lagta-article-content h3,

.single-post .lagta-article-body h3,

.single-post .lagta-single-content h3,

.single-post .entry-content h3,

.single-post .post-content h3,

.single-post .wp-block-post-content h3,

.single-post article h3 {

	display: block;
	box-sizing: border-box;
	width: fit-content;
	max-width: 100%;
	margin: 31px 0 16px auto;
	padding: 9px 15px;
	border: 0;
	border-right: 4px solid #9c2431;
	border-bottom: 1px solid rgba(156, 36, 49, 0.22);
	background:
		linear-gradient(
			135deg,
			rgba(156, 36, 49, 0.075),
			rgba(255, 255, 255, 0)
		);
	color: #92212e;
	font-family: "Cairo", Arial, sans-serif;
	font-size: clamp(19px, 1.8vw, 23px);
	font-weight: 700;
	line-height: 1.7;
	text-align: right;
	clear: both;

}

.single-post .lagta-article-content h3 a,

.single-post .lagta-article-body h3 a,

.single-post .lagta-single-content h3 a,

.single-post .entry-content h3 a,

.single-post .post-content h3 a,

.single-post .wp-block-post-content h3 a,

.single-post article h3 a {

	color: inherit;
	text-decoration: none;

}

/* ==================================================

   العناوين الأصغر H4

================================================== */

.single-post .lagta-article-content h4,

.single-post .lagta-article-body h4,

.single-post .lagta-single-content h4,

.single-post .entry-content h4,

.single-post .post-content h4,

.single-post .wp-block-post-content h4,

.single-post article h4 {

	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 25px 0 13px auto;
	padding: 4px 12px;
	border-right: 3px solid #64748b;
	color: #334155;
	font-family: "Cairo", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	text-align: right;
	clear: both;

}

/* ==================================================

   الهاتف والآيباد

================================================== */

@media screen and (max-width: 780px) {

	.single-post .lagta-article-content h2,
	.single-post .lagta-article-body h2,
	.single-post .lagta-single-content h2,
	.single-post .entry-content h2,
	.single-post .post-content h2,
	.single-post .wp-block-post-content h2,
	.single-post article h2 {
		margin-top: 32px;
		margin-bottom: 20px;
		padding: 14px 19px;
		border-right-width: 5px;
		border-radius: 11px;
		font-size: 23px;
		line-height: 1.65;
	}
	.single-post .lagta-article-content h2::after,
	.single-post .lagta-article-body h2::after,
	.single-post .lagta-single-content h2::after,
	.single-post .entry-content h2::after,
	.single-post .post-content h2::after,
	.single-post .wp-block-post-content h2::after,
	.single-post article h2::after {
		top: 5px;
		right: 13px;
	}
	.single-post .lagta-article-content h3,
	.single-post .lagta-article-body h3,
	.single-post .lagta-single-content h3,
	.single-post .entry-content h3,
	.single-post .post-content h3,
	.single-post .wp-block-post-content h3,
	.single-post article h3 {
		margin-top: 25px;
		padding: 8px 12px;
		font-size: 18px;
		line-height: 1.7;
	}
	.single-post .lagta-article-content h4,
	.single-post .lagta-article-body h4,
	.single-post .lagta-single-content h4,
	.single-post .entry-content h4,
	.single-post .post-content h4,
	.single-post .wp-block-post-content h4,
	.single-post article h4 {
		font-size: 17px;
	}

}