/*
Theme Name:   TrustHom Child (Astra)
Theme URI:    https://trusthom.com
Description:  قالب ابن لأسترا — يحمل تخصيصات TrustHom (RTL، الخطوط، الألوان). لا تعدّل قالب Astra الأصلي إطلاقاً؛ كل التعديلات هنا.
Author:       TrustHom
Template:     astra
Version:      1.0.0
Text Domain:  trusthom-child
*/

/* الخطوط والألوان الأساسية — تُطابق هوية TrustHom */
:root {
  --navy: #0F172A;
  --navy2: #1E293B;
  --blue: #0284C7;
  --blue2: #0369A1;
  --orange: #F97316;
  --aqua: #0E7490;
}

body,
.ast-container {
  font-family: 'Cairo', 'Tajawal', system-ui, sans-serif;
}

/* توسيط الحاوية بما يناسب صفحات الدليل */
.ast-container,
.site-content .ast-container {
  max-width: 1240px;
}

/* إزالة الحشو الزائد من Astra في صفحات القوالب المخصصة */
.single-th_company .site-content > .ast-container,
.tax-th_city .site-content > .ast-container,
.tax-th_service .site-content > .ast-container,
.post-type-archive-th_company .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
}

/* أهداف اللمس على الجوال (≥ 44 بكسل) */
@media (max-width: 760px) {
  .btn,
  .chip,
  .faq-q {
    min-height: 44px;
  }
}
