/*
Theme Name: Portal News
Theme URI: https://dlions.co.il
Author: Portal News Team
Author URI: https://www.ligaseo.co.il
Description: תבנית חדשות, מגזין ומאמרים מודרנית, נקייה ושמחה בוורדפרס. כוללת התאמה מלאה ל-RTL (עברית), עיצוב קליל ורספונסיבי בצבעי אדום קורל, תכלת שמיים וירוק בהיר, תמיכה בתמונות ראשיות, תפריטים מותאמים, קטגוריות צבעוניות ומערכת שיתוף.
Version: 1.0.2
Requires at least: 5.0
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: portal-news
Tags: news, blog, magazine, rtl-language-support, custom-colors, custom-menu, featured-images, full-width-template, translation-ready
*/

/* Custom Smooth Transitions & Base Overrides */
html {
  scroll-behavior: smooth;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  direction: rtl;
  text-align: right;
  background-color: #f8fafc;
  color: #0f172a;
  margin: 0;
  padding: 0;
}

/* Post Typography & Content Formatting */
.entry-content p {
  margin-bottom: 1.25rem;
  line-height: 1.8;
  font-size: 1.125rem;
  color: #334155;
}

.entry-content h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #0f172a;
}

.entry-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #1e293b;
}

.entry-content ul, .entry-content ol {
  margin-bottom: 1.25rem;
  padding-right: 1.5rem;
}

.entry-content li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.entry-content img {
  border-radius: 1rem;
  margin: 1.5rem 0;
  max-width: 100%;
  height: auto;
}

.entry-content blockquote {
  border-right: 4px solid #ef4444;
  padding-right: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #475569;
  background: #f1f5f9;
  padding: 1rem;
  border-radius: 0.5rem;
}
