/*

Theme: Lagta AI

File: article-images.css

Purpose: Permanent design for images inside articles

*/

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

   الصور المفردة داخل المقال

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

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

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

.single-post .lagta-single-content figure,

.single-post .entry-content figure,

.single-post .post-content figure,

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

.single-post article .wp-block-image {

	display: block;
	box-sizing: border-box;
	max-width: 100%;
	margin: 34px auto;
	text-align: center;
	clear: both;

}

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

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

.single-post .lagta-single-content img,

.single-post .entry-content img,

.single-post .post-content img,

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

.single-post article .wp-block-image img {

	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid rgba(15, 35, 65, 0.09);
	border-radius: 15px;
	background: #ffffff;
	box-shadow:
		0 10px 28px rgba(15, 35, 65, 0.12),
		0 2px 7px rgba(15, 35, 65, 0.06);
	object-fit: cover;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;

}

/* الصورة بالحجم الكامل */

.single-post .wp-block-image.size-full img,

.single-post .wp-block-image.size-large img,

.single-post .entry-content figure.size-full img,

.single-post .entry-content figure.size-large img {

	width: 100%;

}

/* حركة خفيفة على الكمبيوتر */

@media (hover: hover) {

	.single-post .lagta-article-content figure:hover img,
	.single-post .lagta-article-body figure:hover img,
	.single-post .lagta-single-content figure:hover img,
	.single-post .entry-content figure:hover img,
	.single-post .post-content figure:hover img,
	.single-post .wp-block-post-content figure:hover img {
		transform: translateY(-2px);
		box-shadow:
			0 14px 34px rgba(15, 35, 65, 0.15),
			0 3px 9px rgba(15, 35, 65, 0.07);
	}

}

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

   وصف الصورة

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

.single-post figcaption,

.single-post .wp-element-caption,

.single-post .wp-caption-text,

.single-post .gallery-caption {

	box-sizing: border-box;
	max-width: 92%;
	margin: 11px auto 0;
	padding: 8px 13px;
	border-right: 3px solid #bd8b18;
	border-radius: 7px;
	background:
		linear-gradient(
			135deg,
			rgba(245, 220, 145, 0.27),
			rgba(255, 255, 255, 0.75)
		);
	color: #586274;
	font-family: "Tajawal", Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	text-align: right;

}

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

   الصور القديمة من المحرر التقليدي

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

.single-post .entry-content .wp-caption,

.single-post .post-content .wp-caption {

	box-sizing: border-box;
	max-width: 100%;
	margin: 34px auto;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;

}

.single-post .entry-content img.aligncenter,

.single-post .post-content img.aligncenter {

	display: block;
	margin: 34px auto;

}

.single-post .entry-content img.alignright,

.single-post .post-content img.alignright {

	float: right;
	max-width: 48%;
	margin: 12px 0 22px 28px;

}

.single-post .entry-content img.alignleft,

.single-post .post-content img.alignleft {

	float: left;
	max-width: 48%;
	margin: 12px 28px 22px 0;

}

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

   معرض الصور

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

.single-post .wp-block-gallery,

.single-post .blocks-gallery-grid,

.single-post .gallery {

	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	box-sizing: border-box;
	width: 100%;
	margin: 38px auto;
	padding: 0;
	clear: both;

}

.single-post .wp-block-gallery figure,

.single-post .blocks-gallery-grid figure,

.single-post .gallery figure,

.single-post .gallery-item {

	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	border-radius: 14px;
	background: #f7f8fa;

}

.single-post .wp-block-gallery img,

.single-post .blocks-gallery-grid img,

.single-post .gallery img {

	display: block;
	width: 100%;
	height: 100%;
	min-height: 250px;
	margin: 0;
	border: 0;
	border-radius: 14px;
	box-shadow: none;
	object-fit: cover;

}

.single-post .wp-block-gallery figcaption,

.single-post .blocks-gallery-grid figcaption,

.single-post .gallery-caption {

	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: 0;
	padding: 28px 12px 10px;
	border: 0;
	border-radius: 0 0 14px 14px;
	background:
		linear-gradient(
			to top,
			rgba(5, 15, 30, 0.82),
			rgba(5, 15, 30, 0)
		);
	color: #ffffff;
	font-size: 14px;
	line-height: 1.6;
	text-align: right;

}

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

   صورة عريضة داخل المقال

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

.single-post .wp-block-image.alignwide,

.single-post .wp-block-gallery.alignwide {

	width: 100%;
	max-width: 100%;

}

.single-post .wp-block-image.alignfull,

.single-post .wp-block-gallery.alignfull {

	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;

}

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

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

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

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

	.single-post .lagta-article-content figure,
	.single-post .lagta-article-body figure,
	.single-post .lagta-single-content figure,
	.single-post .entry-content figure,
	.single-post .post-content figure,
	.single-post .wp-block-post-content figure,
	.single-post article .wp-block-image {
		margin-top: 27px;
		margin-bottom: 27px;
	}
	.single-post .lagta-article-content img,
	.single-post .lagta-article-body img,
	.single-post .lagta-single-content img,
	.single-post .entry-content img,
	.single-post .post-content img,
	.single-post .wp-block-post-content img,
	.single-post article .wp-block-image img {
		width: auto;
		max-width: 100%;
		border-radius: 11px;
		box-shadow:
			0 7px 20px rgba(15, 35, 65, 0.11),
			0 2px 5px rgba(15, 35, 65, 0.05);
	}
	.single-post figcaption,
	.single-post .wp-element-caption,
	.single-post .wp-caption-text,
	.single-post .gallery-caption {
		max-width: 96%;
		margin-top: 9px;
		padding: 7px 10px;
		font-size: 14px;
	}
	.single-post .entry-content img.alignright,
	.single-post .entry-content img.alignleft,
	.single-post .post-content img.alignright,
	.single-post .post-content img.alignleft {
		float: none;
		display: block;
		max-width: 100%;
		margin: 27px auto;
	}
	.single-post .wp-block-gallery,
	.single-post .blocks-gallery-grid,
	.single-post .gallery {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.single-post .wp-block-gallery img,
	.single-post .blocks-gallery-grid img,
	.single-post .gallery img {
		min-height: 210px;
		border-radius: 11px;
	}
	.single-post .wp-block-gallery figure,
	.single-post .blocks-gallery-grid figure,
	.single-post .gallery figure,
	.single-post .gallery-item {
		border-radius: 11px;
	}

}