#tehilim-extra-content {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 2px solid #2e7d32;

    /* קריטי */
    width: 100%;
    text-align: center;
}

.tehilim-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;

    /* RTL נכון */
    direction: rtl;
    text-align: right;

    padding: 0 16px;
    box-sizing: border-box;
}

.tehilim-main-title {
    font-size: 1.6rem;
    margin-bottom: 24px;
    color: #1b5e20;
    text-align: center; /* כמו כותרת הפרק */
}

.tehilim-box {
    background: #f9fff9;
    border-right: 5px solid #2e7d32;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;

    /* שלא יברח ימינה */
    text-align: right;
}

.tehilim-box h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    color: #2e7d32;
}

.tehilim-box p {
    margin: 0;
    line-height: 1.7;
}
