/*
Theme Name: fluxbb - חדשות השרון
Theme URI: https://fluxbb.co.il/
Author: fluxbb Sharon News Editorial
Author URI: https://fluxbb.co.il/
Description: תבנית וורדפרס מתקדמת, נקייה, מהירה וקלה לקריאה עבור פורטל החדשות fluxbb חדשות השרון וערי הסביבה (RTL). תומכת באופן מלא בתפריטי הניווט של וורדפרס (wp_nav_menu), כוללת באנרים שיווקיים מעוצבים לעידן הספיגה, מלכת החינות וצילום מגנטים לאירועים, תבנית פוסטים נקייה עם סיידבר, ופוטר מלא.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fluxbb-sharon
*/

/* Google Fonts - Heebo for clean, sharp Hebrew typography */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

*,
*::before,
*::after,
html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
    font-family: 'Heebo', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    direction: rtl;
    text-align: right;
    background-color: #f8fafc;
    color: #0f172a;
}

body {
    background-color: #f8fafc;
    color: #1e293b;
    margin: 0;
    padding: 0;
    line-height: 1.65;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

a {
    color: inherit;
    text-decoration: none;
}

/* WordPress Navigation Menu Styling */
.wp-nav-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.wp-nav-menu-container ul li a {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #334155;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.wp-nav-menu-container ul li a:hover,
.wp-nav-menu-container ul li.current-menu-item a {
    background-color: #0f172a;
    color: #ffffff;
}

/* Post Typography Styling */
.article-body h2,
.entry-content h2,
.prose h2 {
    font-size: 1.65rem !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    color: #0f172a !important;
    margin-top: 2rem !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.4rem !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.article-body h3,
.entry-content h3,
.prose h3 {
    font-size: 1.3rem !important;
    line-height: 1.4 !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
}

.article-body p,
.entry-content p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #334155;
    margin-bottom: 1.25rem;
}

.article-body blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.25rem;
    background-color: #f1f5f9;
    border-right: 4px solid #0f172a;
    border-radius: 8px;
    font-weight: 700;
    color: #0f172a;
}
