/*
Theme Name: Insta Classic Fixed
Theme URI: https://example.com
Author: ChatGPT
Description: نسخه بهبود یافته قالب ابزارکی - شامل استایل و ساختار صفحات و ویجت‌ها
Version: 1.1
Text Domain: instaclassicfixed
*/

/* پایه */
body{font-family: Tahoma, sans-serif;margin:0;background:#f5f6f7;direction:rtl;color:#222}
.container{max-width:1100px;margin:0 auto;padding:20px}
.header, .footer{width:100%}

/* ویجت‌های عمومی */
.widget-area{margin:20px 0;display:block}
.widget{background:#fff;padding:18px;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,0.04)}

/* گرید کارت‌ها در صفحه اصلی */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid{grid-template-columns:1fr}}

/* کارت پست / صفحه */
.post-card{display:flex;gap:16px;align-items:center}
.post-card .avatar{width:96px;height:96px;border-radius:50%;flex:0 0 96px;background:#ddd;overflow:hidden}
.post-card .meta{flex:1}
.post-card h2{margin:0 0 6px 0;font-size:18px}
.post-card p{margin:0;color:#666}

/* صفحه تکی (single) */
.single-top, .single-bottom{margin:16px 0}

/* لینک‌ها و دکمه‌ها */
.btn{display:inline-block;padding:10px 14px;border-radius:8px;background:#111;color:#fff;text-decoration:none}

/* اطمینان از نمایش ویجت‌ها در Appearance > Widgets */
.widget-title{font-weight:700;margin-bottom:12px}

/* کمک برای اشکال‌زدایی */
.debug-note{background:#fff3cd;border:1px solid #ffeeba;padding:10px;border-radius:8px;color:#856404}
