/*
Theme Name:   Hello Elementor Child
Theme URI:    https://motivaziaaa.ussl.info
Description:  ערכת בת של Hello Elementor. כל התאמה לאתר נכתבת כאן ולא בערכת האם, כדי שעדכון של Hello לא ימחק אותה.
Author:       Motivazia Studio
Author URI:   https://motivaziaaa.ussl.info
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Tags:         flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ===== התאמות האתר — מכאן והלאה ===== */

:root {
    --site-max-width: 1200px;
}

/* בסיס טיפוגרפי לעברית */
body {
    line-height: 1.7;
}

/* תיקוני RTL נפוצים: תבליטים ומרכאות שנשארים בצד הלא נכון */
body.rtl ul,
body.rtl ol {
    padding-inline-start: 1.5em;
    padding-inline-end: 0;
}

body.rtl blockquote {
    border-inline-start: 3px solid currentColor;
    border-inline-end: 0;
    padding-inline-start: 1em;
    padding-inline-end: 0;
}

/* מספרים, מחירים ומזהים לטיניים בתוך טקסט עברי — שלא יתהפכו */
.ltr-num {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
}

/* נגישות: מיקוד גלוי למקלדת (תקן 5568) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* נגישות: כיבוד העדפת תנועה מופחתת */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}