/*
Theme Name: Telegram Directions
Theme URI: https://example.com/
Author: ChatGPT
Description: תבנית קלה ומהירה לאינדקס ערוצי טלגרם. כוללת דף בית עם חיפוש וקטגוריות, ארכיון מותאם ל-CPT, ותמיכה ב-RTL.
Version: 1.0.0
Text Domain: telegram-directions
*/ 
body{font-family:system-ui,-apple-system,Segoe UI,Roboto;direction:rtl}
.container{max-width:1100px;margin:0 auto;padding:16px}
.header{display:flex;justify-content:space-between;align-items:center;padding:16px 0}
.site-title{font-size:1.6rem;font-weight:700}
.nav a{margin-left:12px;text-decoration:none}
.hero{padding:24px 0 8px}
.categories{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin:18px 0}
.cat-card{border:1px solid #eee;border-radius:12px;padding:12px;background:#fff}
.footer{margin-top:32px;padding:24px 0;border-top:1px solid #eee;color:#666;font-size:.95rem}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}
.card{border:1px solid #eee;border-radius:14px;padding:14px;background:#fff}
.card h3{margin:.2rem 0 .4rem;font-size:1.05rem}
.card .thumb{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;background:#f8f8f8}
.searchbar{display:flex;gap:.5rem;flex-wrap:wrap;margin:10px 0}
.searchbar input,.searchbar select{padding:.55rem .7rem;border:1px solid #ddd;border-radius:10px;min-width:200px}
.searchbar button{padding:.55rem .9rem;border:1px solid #2271b1;background:#2271b1;color:#fff;border-radius:10px;cursor:pointer}
