/* עיצוב דפי תפילה משופר tfila-style.css */

/* בסיס כללי */
body {
    direction: rtl;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    line-height: 2.5;
    font-size: 44px;
    color: #111;
     word-break: break-word;
    -webkit-text-size-adjust: none;
}

/* כותרות */
h1 {
    font-size: 50px;
    color: #004682;
    margin: 40px 0 30px 0;
    text-align: center;
}
.box h1, .box h2 {
    font-weight: bold;
    margin: 30px 0 20px;
}

h1 a {
    color: #004682;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

.Tit_sub {
    font-weight: bold;
    font-size: 40px;
    margin: 30px 15px;
    text-align: center;
}

.Tit_sub_small {
    font-weight: bold;
    font-size: 26px;
    margin: 20px 15px;
    text-align: center;
}

/* קופסה של תוכן */
.box {
    width: 90%;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    max-width: 850px;
    margin: 0 auto;
    padding: 30px 20px;
    line-height: 1.6;
    text-align: center;
    color: #222;
}
.tfilaBox{
    width:60%;
    max-width: 700px;
    margin:0 auto;
    padding:0 20px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
background: #fff;
}





/* פסקאות רגילות */
p {
    margin-bottom: 30px;
    text-align: justify;
}

/* קישורים */
a {
    color: #004682;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ניווט דף (breadcrumb) */
.breadcrumb-nav {
    background: #f1f1f1;
    padding: 18px 25px;
    margin-bottom: 40px;
    border-radius: 8px;
    font-size: 22px;
    text-align: center;
}

.breadcrumb-nav a {
    color: #004682;
}

/* התאמה לניידים */
@media screen and (max-width: 1200px) {
        body {
        font-size: 40px;
    }
   .tfilaBox{
    width:80%;
    margin:0 auto;
} 
}    

@media screen and (max-width: 768px) {
    body {
        font-size: 35px;
        padding: 10px;
    }

    h1 {
        font-size: 42px;
    }

    .Tit_sub {
        font-size: 36px;
    }

    .Tit_sub_small {
        font-size: 28px;
    }

    .box {
        width: 95%;
        padding: 20px;
    }
.tfilaBox{
    width:90%;
    margin:0 auto;
}
    .breadcrumb-nav {
        font-size: 20px;
    }
}
