/*
Theme Name: Titr1 News Pro (پوسته جامع پایگاه خبری تیتر یک)
Theme URI: https://vidab.ir
Author: ویدا ارتباط بهتاش (Vida Ertebat Behtash)
Author URI: https://vidab.ir
Description: پوسته فوق‌العاده حرفه‌ای، متراکم، استاندارد و بومی وردپرس طراحی‌شده توسط شرکت «ویدا ارتباط بهتاش». مجهز به سامانه آنلاین اوقات شرعی ژئوفیزیک، نرخ زنده طلا و ارز، پیش‌خوان هوشمند روزنامه‌ها، جدول لیگ برتر سازمان لیگ، نظرسنجی روز، پنل تنظیمات اختصاصی و ساختار بهینه برای سئو (SEO) و سرعت لود فوق‌العاده بالا.
Version: 5.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: titr1-news
Tags: news, blog, rtl-language-support, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, two-columns, three-columns
*/

/* Base RTL & Typography styles */
:root {
  --primary-color: #1e3a8a;
  --primary-hover: #172554;
  --accent-red: #dc2626;
  --accent-gold: #d97706;
  --bg-page: #f8fafc;
  --text-main: #1f2937;
  --border-color: #d1d5db;
}

/* Preset Color Schemes */
body.theme-preset-high_density {
  --primary-color: #1e3a8a;
  --primary-hover: #172554;
  --accent-red: #dc2626;
}

body.theme-preset-tabnak {
  --primary-color: #991b1b;
  --primary-hover: #7f1d1d;
  --accent-red: #b91c1c;
}

body.theme-preset-asriran {
  --primary-color: #c2410c;
  --primary-hover: #9a3412;
  --accent-red: #ea580c;
}

body.theme-preset-tasnim {
  --primary-color: #0369a1;
  --primary-hover: #075985;
  --accent-red: #0284c7;
}

body.theme-preset-modern {
  --primary-color: #047857;
  --primary-hover: #065f46;
  --accent-red: #059669;
}

body {
  font-family: 'Vazirmatn', 'Tahoma', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  direction: rtl;
  text-align: right;
  background-color: var(--bg-page);
  color: var(--text-main);
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}

a:hover {
  color: var(--primary-color);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

/* Card & Border styles matching dense Persian news agencies */
.tabnak-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tabnak-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.tabnak-card-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--primary-color);
  margin: 0;
}

.mono {
  font-family: 'Courier New', Courier, monospace;
}