/*
Theme Name: Shaheen Lite
Theme URI: https://abdelhameed.me
Author: Abd Elhameed
Author URI: https://abdelhameed.me
Description: ثيم بسيط وخفيف جداً بدون تفاصيل زائدة، مصمّم لعرض المحتوى والإضافات (مثل AI Team Chat) بشكل نظيف. يدعم قالب صفحة بعرض كامل بدون هيدر أو شريط جانبي.
Version: 1.0.0
License: GPL-2.0+
Text Domain: shaheen-lite
*/

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
	font-family:"IBM Plex Sans Arabic","Segoe UI",Tahoma,sans-serif;
	color:#1f2328;
	background:#ffffff;
	line-height:1.7;
	direction:rtl;
}
img{max-width:100%;height:auto}
a{color:#2563eb;text-decoration:none}
a:hover{text-decoration:underline}

/* هيدر بسيط */
.sl-header{
	border-bottom:1px solid #ececec;
	background:#fff;
}
.sl-header .sl-inner{
	max-width:900px;margin:0 auto;padding:16px 20px;
	display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.sl-site-title{font-size:18px;font-weight:700;color:#111827}
.sl-site-title a{color:inherit}
.sl-nav a{margin-inline-start:16px;font-size:14px;color:#444}

/* محتوى */
.sl-main{max-width:760px;margin:0 auto;padding:32px 20px}
.sl-main.full{max-width:100%;padding:0}

.sl-footer{
	border-top:1px solid #ececec;background:#fff;
	text-align:center;font-size:13px;color:#888;padding:16px;
}

h1,h2,h3{color:#111827;line-height:1.35}
.entry-content{font-size:16px}
.entry-content p{margin:0 0 1em}
