.home .entry-header {
    display: none;
}
body:has(.collection-layout-he) .entry-header {
    width: min(92vw, 1500px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

body:has(.collection-layout-he) .entry-title {
    direction: rtl;
    text-align: right;
    white-space: nowrap;
    overflow-wrap: normal;
    font-size: clamp(2.75rem, 4vw, 5rem);
    line-height: 1.05;
}

/* במסכים צרים מותר לכותרת להישבר */
@media screen and (max-width: 800px) {
    body:has(.collection-layout-he) .entry-title {
        white-space: normal;
        font-size: 2.5rem;
    }
}
/* קירוב העטיפה והתוכן בעמוד 134 */
body:has(.collection-layout-he) .entry-content > .wp-block-columns {
    width: min(90vw, 1150px) !important;
    max-width: 1150px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: clamp(2rem, 4vw, 4.5rem);
    justify-content: center;
    align-items: flex-start;
}
/* תרגום מקביל — הרחבת הטבלה במחשב */
@media screen and (min-width: 782px) {

    body:has(.blog-translation) .entry-content {
        width: min(94vw, 1240px) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body:has(.blog-translation) .blog-translation,
    body:has(.blog-translation) .parallel-text {
        width: 100% !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body:has(.blog-translation) .parallel-text table {
        width: 100% !important;
        max-width: none !important;
        table-layout: fixed;
        direction: ltr;
    }

    body:has(.blog-translation) .parallel-text td {
        width: 50% !important;
        padding: 0 2rem !important;
        vertical-align: top;
    }

    /* המקור משמאל */
    body:has(.blog-translation) .parallel-text td:first-child {
        direction: ltr;
        text-align: left;
    }

    /* התרגום העברי מימין */
    body:has(.blog-translation) .parallel-text td:last-child {
        direction: rtl;
        text-align: right;
    }
}
/* יישור התפריט בדף הבית העברי לטור הטקסט */
@media screen and (min-width: 822px) {
    html[lang^="he"] body.home .primary-navigation {
        transform: translateX(115px);
    }
}

/* עמודת התיאור והקבצים */
body:has(.collection-layout-he) .entry-content > .wp-block-columns > .wp-block-column:first-child {
    flex: 0 1 560px;
}

/* עמודת העטיפה */
body:has(.collection-layout-he) .entry-content > .wp-block-columns > .wp-block-column:last-child {
    flex: 0 0 380px;
}

/* בטלפון העמודות נערמות זו מתחת לזו */
@media screen and (max-width: 781px) {
    body:has(.collection-layout-he) .entry-content > .wp-block-columns {
        width: calc(100% - 2rem) !important;
        gap: 2rem;
    }

    body:has(.collection-layout-he) .entry-content > .wp-block-columns > .wp-block-column {
        flex-basis: 100% !important;
    }
}
/* עמוד 134 – צמצום הגובה במסך הראשון */

/* צמצום אזור הכותרת והתפריט */
body:has(.collection-layout-he) .site-header {
    padding-top: 1rem;
    padding-bottom: 0.75rem;
}

body:has(.collection-layout-he) .site-main {
    padding-top: 0;
}

body:has(.collection-layout-he) .entry-header {
    margin-top: 0 !important;
    margin-bottom: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

/* כותרת הספר */
body:has(.collection-layout-he) .entry-title {
    font-size: clamp(2.2rem, 3vw, 3.25rem) !important;
    line-height: 1 !important;
    margin: 0 !important;
}

body:has(.collection-layout-he) .entry-header::after {
    margin-top: 0.6rem !important;
}

/* הצמדת שורת העמודות לכותרת */
body:has(.collection-layout-he) .entry-content {
    margin-top: 0 !important;
}

body:has(.collection-layout-he) .entry-content > .wp-block-columns {
    margin-top: 0 !important;
    gap: clamp(1.25rem, 2.5vw, 2.5rem) !important;
}

/* עטיפה קומפקטית יותר */
body:has(.collection-layout-he) .wp-block-image img {
    max-height: 335px !important;
    width: auto !important;
    object-fit: contain;
}

/* צמצום מרווחים בתיאור ובקבצים */
body:has(.collection-layout-he) .wp-block-column h2,
body:has(.collection-layout-he) .wp-block-column h3 {
    margin-top: 0 !important;
    margin-bottom: 0.45rem !important;
    line-height: 1.1;
}

body:has(.collection-layout-he) .wp-block-column p {
    margin-top: 0;
    margin-bottom: 0.55rem;
}

body:has(.collection-layout-he) .wp-block-file {
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
}

/* בטלפון נשמור על קריאות */
@media screen and (max-width: 781px) {
    body:has(.collection-layout-he) .site-header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    body:has(.collection-layout-he) .entry-title {
        font-size: 2.2rem !important;
        white-space: normal;
    }

    body:has(.collection-layout-he) .wp-block-image img {
        max-height: 360px !important;
    }
}
/* עמוד 134 – יישור הכותרת וריווח מאוזן */

/* התאמת רוחב הכותרת והקו לרוחב הכותרת העליונה */
body:has(.collection-layout-he) .entry-header {
    width: calc(100% - 2 * var(--global--spacing-horizontal)) !important;
    max-width: var(--responsive--alignwide-width) !important;
    margin: 1.5rem auto 1.4rem !important;
    padding-bottom: 1rem !important;
}

body:has(.collection-layout-he) .entry-title {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: right !important;
    direction: rtl;
}

/* מעט יותר רווח מתחת לתפריט */
body:has(.collection-layout-he) .site-header {
    padding-top: 1.5rem !important;
    padding-bottom: 1.25rem !important;
}

/* מעט יותר רווח לפני שורת התוכן */
body:has(.collection-layout-he) .entry-content > .wp-block-columns {
    margin-top: 0.8rem !important;
}

/* הגדלה מתונה של העטיפה */
body:has(.collection-layout-he) .wp-block-image img {
    max-height: 395px !important;
}
/* סדר העמודות בעמוד הספר: עטיפה מימין */
@media screen and (min-width: 782px) {
    body:has(.collection-layout-he) .entry-content > .wp-block-columns {
        flex-direction: row-reverse !important;
    }
}

/* בטלפון: עטיפה, תיאור, קבצים — מלמעלה למטה */
@media screen and (max-width: 781px) {
    body:has(.collection-layout-he) .entry-content > .wp-block-columns {
        flex-direction: column !important;
    }
}
/* יישור עמודת ההורדות בעמוד הספר */
body:has(.collection-layout-he) .downloads-column {
    text-align: center;
}

body:has(.collection-layout-he) .downloads-column h2,
body:has(.collection-layout-he) .downloads-column h3,
body:has(.collection-layout-he) .downloads-column p {
    width: 100%;
    text-align: center;
}

/* שם הקובץ והכפתור זה מתחת לזה */
body:has(.collection-layout-he) .downloads-column .wp-block-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    margin: 0.3rem 0 1rem !important;
}

/* שם הקובץ */
body:has(.collection-layout-he) .downloads-column .wp-block-file > a:not(.wp-block-file__button) {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    overflow-wrap: anywhere;
}

/* כפתורי הורדה אחידים */
body:has(.collection-layout-he) .downloads-column .wp-block-file__button {
    min-width: 145px;
    margin: 0 !important;
    text-align: center;
}
/* השוואת תחתית העטיפה לתחתית עמודת ההורדות */
@media screen and (min-width: 782px) {
    body:has(.collection-layout-he) .entry-content > .wp-block-columns {
        align-items: stretch !important;
    }

    body:has(.collection-layout-he) .cover-column {
        display: flex;
        align-items: stretch;
    }

    body:has(.collection-layout-he) .cover-column .wp-block-image {
        display: flex;
        align-items: stretch;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    body:has(.collection-layout-he) .cover-column .wp-block-image img {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: contain;
    }
}

/* בטלפון אין צורך להשוות גבהים */
@media screen and (max-width: 781px) {
    body:has(.collection-layout-he) .cover-column .wp-block-image img {
        width: auto !important;
        height: auto !important;
        max-height: 395px !important;
    }
}
/* יישור העטיפה לקצה הימני של הכותרת */
@media screen and (min-width: 782px) {
    body:has(.collection-layout-he) .cover-column .wp-block-image img {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
}
/* הצמדת העטיפה לקצה הימני של עמודת העטיפה */
@media screen and (min-width: 782px) {
    body:has(.collection-layout-he) .cover-column .wp-block-image {
        width: 100% !important;
        justify-content: flex-end !important;
    }

    body:has(.collection-layout-he) .cover-column .wp-block-image img {
        margin: 0 !important;
    }
}
@media screen and (min-width: 782px) {
    body:has(.collection-layout-he) .entry-content > .wp-block-columns {
        width: calc(100% - 2 * var(--global--spacing-horizontal)) !important;
        max-width: var(--responsive--alignwide-width) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* יישור מדויק של העטיפה לקצה הכותרת */
@media screen and (min-width: 782px) {
    body:has(.collection-layout-he) .cover-column .wp-block-image {
        transform: translateX(25px);
    }
}
/* הסתרת שם הקובץ הנפרד — הכותרת מופיעה בתוך הכפתור */
body:has(.collection-layout-he) .downloads-column .wp-block-file > a:not(.wp-block-file__button) {
    display: none !important;
}

/* ביטול המרווח שנותר במקום שם הקובץ */
body:has(.collection-layout-he) .downloads-column .wp-block-file {
    gap: 0 !important;
}
/* מידות אחידות לכל כפתורי ההורדה */
body:has(.collection-layout-he) .downloads-column .wp-block-file__button {
    width: 230px !important;
    min-width: 230px !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 0.75rem 1rem !important;
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
}
/* עמוד ספר 134 — תצוגת טלפון */
@media screen and (max-width: 781px) {

    /* כותרת העמוד */
    body:has(.collection-layout-he) .entry-header {
        width: calc(100% - 2rem) !important;
        max-width: none !important;
        margin: 1rem auto 1.25rem !important;
        padding-bottom: 0.75rem !important;
    }

    body:has(.collection-layout-he) .entry-title {
        width: 100% !important;
        font-size: 2.35rem !important;
        line-height: 1.08 !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        direction: rtl;
        text-align: right !important;
    }

    /* הפיכת שלוש העמודות לטור אחד */
    body:has(.collection-layout-he) .entry-content > .wp-block-columns {
        display: flex !important;
        flex-direction: column !important;
        width: calc(100% - 2rem) !important;
        max-width: none !important;
        margin: 0 auto !important;
        gap: 1.75rem !important;
        align-items: stretch !important;
    }

    /* ביטול רוחבי העמודות שנקבעו למחשב */
    body:has(.collection-layout-he) .entry-content > .wp-block-columns > .wp-block-column {
        flex: 0 0 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    /* סדר התוכן בנייד */
    body:has(.collection-layout-he) .cover-column {
        order: 1;
    }

    body:has(.collection-layout-he) .description-column {
        order: 2;
    }

    body:has(.collection-layout-he) .downloads-column {
        order: 3;
    }

    /* עטיפת הספר */
    body:has(.collection-layout-he) .cover-column,
    body:has(.collection-layout-he) .cover-column .wp-block-image {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        transform: none !important;
        margin: 0 !important;
    }

    body:has(.collection-layout-he) .cover-column .wp-block-image img {
        display: block !important;
        width: min(100%, 340px) !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: none !important;
        margin: 0 auto !important;
        object-fit: contain;
    }

    /* תיאור הספר */
    body:has(.collection-layout-he) .description-column {
        direction: rtl;
        text-align: right !important;
    }

    body:has(.collection-layout-he) .description-column p {
        width: 100%;
        text-align: right !important;
    }

    /* אזור ההורדות */
    body:has(.collection-layout-he) .downloads-column {
        width: 100% !important;
        align-items: center !important;
        text-align: center !important;
    }

    body:has(.collection-layout-he) .downloads-column .wp-block-file {
        display: flex !important;
        width: 100% !important;
        align-items: center !important;
        margin: 0.5rem 0 !important;
    }

    body:has(.collection-layout-he) .downloads-column .wp-block-file__button {
        width: min(100%, 320px) !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 58px !important;
        padding: 0.8rem 1rem !important;
        white-space: normal !important;
        overflow-wrap: normal !important;
        line-height: 1.2 !important;
    }
}
/* ==================================================
   אסופות ברוסית
   ================================================== */

/* צמצום הרווח העליון */
body:has(.collection-layout-ru) .site-header {
    padding-top: 1.5rem !important;
    padding-bottom: 1.25rem !important;
}

body:has(.collection-layout-ru) .site-main {
    padding-top: 0 !important;
}

/* כותרת הספר והקו שמתחתיה */
body:has(.collection-layout-ru) .entry-header {
    width: min(92vw, 1200px) !important;
    max-width: none !important;
    margin: 1.5rem auto 1.4rem !important;
    padding-bottom: 1rem !important;
}

body:has(.collection-layout-ru) .entry-title {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    direction: ltr;
    text-align: left !important;
    white-space: nowrap;
    overflow-wrap: normal;
    font-size: clamp(2.4rem, 3.2vw, 3.8rem);
    line-height: 1;
}

/* שורת שלוש העמודות */
body:has(.collection-layout-ru) .collection-layout-ru {
    display: grid !important;
    grid-template-columns:
        minmax(0, 1.3fr)
        minmax(0, 1fr)
        minmax(220px, 0.7fr);
    width: min(92vw, 1200px) !important;
    max-width: none !important;
    margin: 0.8rem auto 0 !important;
    gap: clamp(1.75rem, 3vw, 3.5rem) !important;
    direction: ltr;
    align-items: start !important;
}

/* ביטול הגדרות רוחב ידניות של העמודות */
body:has(.collection-layout-ru) .collection-layout-ru > .wp-block-column {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    flex-basis: auto !important;
}

/* עטיפת הספר — משמאל */
body:has(.collection-layout-ru) .cover-column {
    direction: ltr;
}

body:has(.collection-layout-ru) .cover-column .wp-block-image {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    transform: none !important;
    text-align: left;
}

body:has(.collection-layout-ru) .cover-column .wp-block-image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 520px !important;
    margin: 0 !important;
    object-fit: contain;
    object-position: left top;
}

/* תיאור הספר — באמצע */
body:has(.collection-layout-ru) .description-column {
    direction: ltr;
    text-align: left !important;
}

body:has(.collection-layout-ru) .description-column p,
body:has(.collection-layout-ru) .description-column h2,
body:has(.collection-layout-ru) .description-column h3 {
    width: 100%;
    text-align: left !important;
}

body:has(.collection-layout-ru) .description-column p {
    margin-top: 0;
    margin-bottom: 0.9rem;
}

/* עמודת הקבצים — מימין */
body:has(.collection-layout-ru) .downloads-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    direction: ltr;
    text-align: center !important;
}

body:has(.collection-layout-ru) .downloads-column h2,
body:has(.collection-layout-ru) .downloads-column h3,
body:has(.collection-layout-ru) .downloads-column p {
    width: 100%;
    text-align: center !important;
}

/* כל קובץ וכפתור בשורה נפרדת */
body:has(.collection-layout-ru) .downloads-column .wp-block-file {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    gap: 0 !important;
    margin: 0.35rem 0 1rem !important;
}

/* הסתרת שם הקובץ הטכני */
body:has(.collection-layout-ru)
.downloads-column
.wp-block-file > a:not(.wp-block-file__button) {
    display: none !important;
}

/* מידות אחידות לכפתורים */
body:has(.collection-layout-ru)
.downloads-column
.wp-block-file__button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 230px !important;
    min-width: 230px !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0.75rem 1rem !important;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.2;
    white-space: normal !important;
}

/* תצוגת טלפון */
@media screen and (max-width: 781px) {

    body:has(.collection-layout-ru) .entry-header {
        width: calc(100% - 2rem) !important;
        margin: 1rem auto 1.25rem !important;
    }

    body:has(.collection-layout-ru) .entry-title {
        font-size: 2.3rem !important;
        line-height: 1.08 !important;
        white-space: normal !important;
    }

    body:has(.collection-layout-ru) .collection-layout-ru {
        display: flex !important;
        flex-direction: column !important;
        width: calc(100% - 2rem) !important;
        margin: 0 auto !important;
        gap: 1.75rem !important;
    }

    body:has(.collection-layout-ru)
    .collection-layout-ru > .wp-block-column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body:has(.collection-layout-ru) .cover-column {
        order: 1;
    }

    body:has(.collection-layout-ru) .description-column {
        order: 2;
    }

    body:has(.collection-layout-ru) .downloads-column {
        order: 3;
    }

    body:has(.collection-layout-ru)
    .cover-column .wp-block-image img {
        width: min(100%, 360px) !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 auto !important;
    }

    body:has(.collection-layout-ru)
    .downloads-column .wp-block-file__button {
        width: min(100%, 320px) !important;
        min-width: 0 !important;
        height: auto !important;
        min-height: 58px !important;
    }
}
/* אסופה רוסית: עטיפה משמאל ועמודת תיאור רחבה */
@media screen and (min-width: 782px) {
    body:has(.collection-layout-ru) .collection-layout-ru {
        grid-template-columns:
            300px
            minmax(0, 1fr)
            230px !important;
        gap: clamp(1.5rem, 2.5vw, 3rem) !important;
    }

    body:has(.collection-layout-ru) .cover-column {
        width: 300px !important;
        justify-self: start !important;
    }

    body:has(.collection-layout-ru) .cover-column .wp-block-image {
        display: block !important;
        width: 300px !important;
        margin: 0 !important;
        text-align: left !important;
    }

    body:has(.collection-layout-ru) .cover-column .wp-block-image img {
        display: block !important;
        width: 300px !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 !important;
        object-position: left top !important;
    }
}
/* יישור הכותרת העליונה לרוחב עמודי האסופות ברוסית */
@media screen and (min-width: 782px) {
    body:has(.collection-layout-ru) .site-header {
        width: min(92vw, 1200px) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

    body:has(.collection-layout-ru) .site-branding {
        justify-self: start !important;
        margin-left: 0 !important;
    }
}
/* ==================================================
   פוסטים של טקסט עברי
   ================================================== */

/* כותרת הפוסט */
body:has(.blog-text-he) .entry-header {
    width: min(92vw, 1200px) !important;
    max-width: none !important;
    margin: 1.5rem auto 1.25rem !important;
    text-align: right !important;
}

body:has(.blog-text-he) .entry-title {
    direction: rtl;
    text-align: right !important;
    font-size: clamp(2.6rem, 4vw, 4.5rem);
    line-height: 1.05;
    margin: 0 !important;
}

/* אזור התוכן */
body:has(.blog-text-he) .entry-content {
    width: min(92vw, 850px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body:has(.blog-text-he) .blog-text-he {
    direction: rtl;
    text-align: right;
}

/* הטקסט השירי */
body:has(.blog-text-he) .blog-text-he .wp-block-verse {
    width: 100%;
    max-width: 46rem;
    margin: 0 0 1.5rem auto;
    padding: 0;
    border: 0;
    background: transparent;
    direction: rtl;
    text-align: right;
    white-space: pre-wrap;
    font-family: inherit !important;
    font-size: clamp(1.2rem, 1.5vw, 1.55rem);
    line-height: 1.8;
}

/* הערה או פרטי מקור מתחת לשיר */
body:has(.blog-text-he) .blog-text-he p {
    max-width: 46rem;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

/* תצוגת טלפון */
@media screen and (max-width: 781px) {
    body:has(.blog-text-he) .entry-header,
    body:has(.blog-text-he) .entry-content {
        width: calc(100% - 2rem) !important;
    }

    body:has(.blog-text-he) .entry-title {
        font-size: 2.4rem;
        white-space: normal;
    }

    body:has(.blog-text-he) .blog-text-he .wp-block-verse {
        font-size: 1.15rem;
        line-height: 1.7;
    }
}
/* הסתרת שם המחברת בפרטי הפוסטים */
.entry-footer .byline {
    display: none !important;
}
.parallel-text table,
.parallel-text th,
.parallel-text td {
    border: none !important;
}

.parallel-text table {
    border-collapse: collapse;
}

.parallel-text td,
.parallel-text th {
    padding: 0 18px 0 18px;
    vertical-align: top;
}
/* מרכוז כותרות של פוסטים עבריים */
body:has(.blog-text-he) .entry-title {
    text-align: center !important;
}
/* מרכוז בלוק השיר העברי מתחת לכותרת */
body:has(.blog-text-he) .blog-text-he {
    width: fit-content !important;
    max-width: min(100%, 46rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    direction: rtl;
    text-align: right;
}

body:has(.blog-text-he) .blog-text-he .wp-block-verse {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 1.5rem !important;
    text-align: right !important;
}

body:has(.blog-text-he) .blog-text-he p {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: right !important;
}

/* בנייד משתמשים בכל הרוחב הזמין */
@media screen and (max-width: 781px) {
    body:has(.blog-text-he) .blog-text-he {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* מרכוז כותרת ובלוק שיר בפוסטים רוסיים */
body:has(.blog-text-ru) .entry-title {
    text-align: center !important;
}

/* הבלוק כולו ממורכז, הטקסט בתוכו נשאר מיושר לשמאל */
body:has(.blog-text-ru) .blog-text-ru {
    width: fit-content !important;
    max-width: min(100%, 46rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    direction: ltr;
    text-align: left;
}

body:has(.blog-text-ru) .blog-text-ru .wp-block-verse {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 1.5rem !important;
    direction: ltr;
    text-align: left !important;
}

body:has(.blog-text-ru) .blog-text-ru p {
    width: auto !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

/* בנייד מנצלים את מלוא הרוחב הזמין */
@media screen and (max-width: 781px) {
    body:has(.blog-text-ru) .blog-text-ru {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* תרגום מקביל — רוחב מתון וסדר שפות נכון */
@media screen and (min-width: 782px) {

    body:has(.blog-translation) .entry-content {
        width: min(96vw, 1100px) !important;
        max-width: 1100px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body:has(.blog-translation) .blog-translation,
    body:has(.blog-translation) .parallel-text {
        width: 100% !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body:has(.blog-translation) .parallel-text table {
        width: 100% !important;
        max-width: none !important;
        table-layout: fixed;
        direction: rtl !important;
    }

    body:has(.blog-translation) .parallel-text td {
        width: 50% !important;
        padding: 0 1.25rem !important;
        vertical-align: top;
    }

    /* התא הימני — עברית */
    body:has(.blog-translation) .parallel-text td:first-child {
        direction: rtl !important;
        unicode-bidi: plaintext;
        text-align: right !important;
    }

    /* התא השמאלי — רוסית או אנגלית */
    body:has(.blog-translation) .parallel-text td:last-child {
        direction: ltr !important;
        unicode-bidi: plaintext;
        text-align: left !important;
    }
}
body:has(.blog-translation) .wp-block-post-title,
body:has(.blog-translation) .entry-title {
    text-align: center !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* תרגום מקביל בנייד:
   עברית תחילה, והמקור מתחתיה */
@media screen and (max-width: 781px) {

    /* כותרת הפוסט */
    body:has(.blog-translation) .entry-header {
        width: calc(100% - 2rem) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body:has(.blog-translation) .entry-title {
        width: 100% !important;
        font-size: 2.35rem !important;
        line-height: 1.08 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    /* רוחב אזור התוכן */
    body:has(.blog-translation) .entry-content,
    body:has(.blog-translation) .blog-translation,
    body:has(.blog-translation) .parallel-text {
        width: calc(100% - 2rem) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* ביטול מבנה הטבלה האופקי */
    body:has(.blog-translation) .parallel-text table,
    body:has(.blog-translation) .parallel-text tbody {
        display: block !important;
        width: 100% !important;
    }

    body:has(.blog-translation) .parallel-text tr {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    body:has(.blog-translation) .parallel-text td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        padding: 0 !important;
        font-size: 1.05rem !important;
        line-height: 1.65 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }

    /* התא הראשון — התרגום העברי */
    body:has(.blog-translation) .parallel-text td:first-child {
        order: 1;
        direction: rtl !important;
        unicode-bidi: plaintext;
        text-align: right !important;
        margin-bottom: 3rem !important;
    }

    /* התא השני — המקור הרוסי או האנגלי */
    body:has(.blog-translation) .parallel-text td:last-child {
        order: 2;
        direction: ltr !important;
        unicode-bidi: plaintext;
        text-align: left !important;
    }
}
/* שוליים לפוסטים רוסיים בנייד */
@media screen and (max-width: 781px) {

    body:has(.blog-text-ru) .entry-content {
        width: calc(100% - 2rem) !important;
        max-width: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

    body:has(.blog-text-ru) .blog-text-ru {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }

    body:has(.blog-text-ru) .blog-text-ru .wp-block-verse,
    body:has(.blog-text-ru) .blog-text-ru p {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* שול ימני נוסף לפוסטים עבריים בנייד */
@media screen and (max-width: 781px) {

    body:has(.blog-text-he) .blog-text-he {
        box-sizing: border-box !important;
        padding-right: 1rem !important;
        padding-left: 0 !important;
    }

    body:has(.blog-text-he) .blog-text-he .wp-block-verse,
    body:has(.blog-text-he) .blog-text-he p {
        box-sizing: border-box !important;
        max-width: 100% !important;
    }
}
/* פוסט עברי בנייד — יישור התפריט והתוכן לאותו קו ימני */
@media screen and (max-width: 781px) {

    html[lang^="he"] body:has(.blog-text-he) .primary-navigation {
        width: calc(100% - 3rem) !important;
        max-width: none !important;
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    html[lang^="he"] body:has(.blog-text-he)
    .primary-navigation .menu-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
        width: 100% !important;
        text-align: right !important;
    }

    html[lang^="he"] body:has(.blog-text-he) .entry-content {
        width: calc(100% - 3rem) !important;
        max-width: none !important;
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

    html[lang^="he"] body:has(.blog-text-he) .blog-text-he {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* פוסט עברי בנייד — תפריט רב־שורות מיושר לקו התוכן */
@media screen and (max-width: 781px) {

    html[lang^="he"] body:has(.blog-text-he) .primary-navigation {
        width: calc(100% - 3rem) !important;
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important;
    }

    html[lang^="he"] body:has(.blog-text-he)
    .primary-navigation .primary-menu-container {
        width: 100% !important;
    }

    html[lang^="he"] body:has(.blog-text-he)
    .primary-navigation .menu-wrapper {
        display: flex !important;
        flex-flow: row wrap !important;
        justify-content: flex-end !important;
        align-items: center !important;
        width: 100% !important;
        gap: 0.6rem 1.4rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html[lang^="he"] body:has(.blog-text-he)
    .primary-navigation .menu-wrapper > li {
        flex: 0 0 auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: right !important;
    }

    html[lang^="he"] body:has(.blog-text-he)
    .primary-navigation .menu-wrapper > li > a {
        display: inline-block !important;
        width: auto !important;
        padding: 0.25rem 0 !important;
        text-align: right !important;
    }
}
/* פוסט עברי בנייד — יישור התפריט לקו הימני של התוכן */
@media screen and (max-width: 781px) {

    html[lang^="he"] body:has(.blog-text-he) .primary-navigation {
        width: calc(100% - 3rem) !important;
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    html[lang^="he"] body:has(.blog-text-he)
    .primary-navigation .menu-wrapper {
        direction: rtl !important;
        display: flex !important;
        flex-flow: row wrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 100% !important;
        gap: 0.6rem 1.4rem !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html[lang^="he"] body:has(.blog-text-he)
    .primary-navigation .menu-wrapper > li {
        flex: 0 0 auto !important;
        width: auto !important;
        margin: 0 !important;
    }
}
/* פוסט עברי בנייד — התאמת שול התוכן לשול של התפריט */
@media screen and (max-width: 781px) {
    html[lang^="he"] body:has(.blog-text-he) .blog-text-he {
        box-sizing: border-box !important;
        padding-right: 2.5rem !important;
        padding-left: 0 !important;
    }
}
/* כותרות הפוסטים בעמוד הבלוג */
.mixed-blog-feed h2 {
    margin: 2.5rem 0 1.25rem !important;
    font-size: clamp(1.65rem, 2.2vw, 2.2rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.mixed-blog-feed h2 a {
    font-weight: 700 !important;
    text-decoration: none;
}
/* ==================================================
   עיצוב הפוסטים בתוך עמוד הבלוג המשולב
   ================================================== */

/* פוסט טקסטואלי רגיל: הבלוק כולו ממורכז,
   אך הכותרת והתוכן מיושרים לפי שפת הפוסט */
.makar-mixed-blog
.makar-blog-entry:not(:has(.blog-translation)) {
    width: fit-content;
    max-width: min(100%, 46rem);
    margin-left: auto;
    margin-right: auto;
}

/* ביטול המרכוז העצמאי של בלוקי השיר בתוך עמוד הבלוג */
.makar-mixed-blog
.makar-blog-entry:not(:has(.blog-translation))
.blog-text-he,

.makar-mixed-blog
.makar-blog-entry:not(:has(.blog-translation))
.blog-text-ru {
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* כותרות הפוסטים */
.makar-mixed-blog .makar-blog-post-title {
    width: 100%;
    margin: 0 0 1.5rem !important;
    font-size: clamp(1.7rem, 2.3vw, 2.25rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

/* הסרת הקו שמתחת לכותרת */
.makar-mixed-blog .makar-blog-post-title a {
    color: inherit;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* עברית: הכותרת מיושרת לימין כמו התוכן */
.makar-mixed-blog .makar-blog-entry.lang-he
.makar-blog-post-title {
    direction: rtl;
    text-align: right !important;
}

/* רוסית: הכותרת מיושרת לשמאל כמו התוכן */
.makar-mixed-blog .makar-blog-entry.lang-ru
.makar-blog-post-title {
    direction: ltr;
    text-align: left !important;
}

/* התאריך */
.makar-mixed-blog .makar-blog-post-date {
    margin-top: 2rem;
}

/* רווח ברור בין פוסט לפוסט */
.makar-mixed-blog .makar-blog-entry:not(:last-child) {
    margin-bottom: 5rem !important;
}
/* תאריך קרוב לפוסט, ומרווח גדול בין הפוסטים */
.makar-mixed-blog .makar-blog-post-date {
    width: 100%;
    margin-top: 1.5rem !important;
}

/* תאריך בפוסט רוסי */
.makar-mixed-blog .makar-blog-entry.lang-ru
.makar-blog-post-date {
    direction: ltr;
    text-align: left !important;
}

/* תאריך בפוסט עברי */
.makar-mixed-blog .makar-blog-entry.lang-he
.makar-blog-post-date {
    direction: rtl;
    text-align: right !important;
}

/* מרווח גדול וברור אחרי כל פוסט */
.makar-mixed-blog .makar-blog-entry:not(:last-child) {
    margin-bottom: 10rem !important;
}
/* שמירת כל שורה בתרגום המקביל כשורה אחת במחשב */
@media screen and (min-width: 782px) {
    .parallel-text td {
        white-space: nowrap !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
    }
}
/* מרכוז כותרת של פוסט תרגום מקביל בעמוד הבלוג */
.makar-mixed-blog
.makar-blog-entry:has(.blog-translation)
.makar-blog-post-title {
    width: 100% !important;
    text-align: center !important;
}
/* יישור התפריט בדף הבית הרוסי לתחילת טור התוכן */
@media screen and (min-width: 822px) {
    html[lang^="ru"] body.home .primary-navigation {
        transform: translateX(-30px) !important;
    }
}
/* כיתוב זכויות קבוע בתחתית האתר */
.footer-rights {
    display: none;
    margin: 0 !important;
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
    opacity: 0.65;
}

/* עברית */
html[lang^="he"] .footer-rights-he {
    display: block;
}

/* רוסית */
html[lang^="ru"] .footer-rights-ru {
    display: block;
}
/* הסתרת כיתוב הזכויות מאזור הווידג׳טים הישן */
.footer-rights {
    display: none !important;
}

/* יצירת מקום לכיתוב מתחת לקו התחתון */
.site-footer .site-info {
    position: relative;
    padding-top: 4.5rem !important;
}

/* עיצוב כיתוב הזכויות */
.site-footer .site-info::before {
    position: absolute;
    top: 1.25rem;
    right: 0;
    left: 0;

    display: block;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.65;
    white-space: nowrap;
}

/* נוסח עברי */
html[lang^="he"] .site-footer .site-info::before {
    content: "© אירה פינסקר. זכויות היוצרים בטקסטים המקוריים, בתרגומים ובאיורים שמורות, אלא אם צוין אחרת.";
    direction: rtl;
}

/* נוסח רוסי */
html[lang^="ru"] .site-footer .site-info::before {
    content: "© Ира Пинскер. Права на оригинальные тексты, переводы и иллюстрации защищены, если не указано иное.";
    direction: ltr;
}

/* בטלפון מותר למשפט להישבר כדי שלא יחרוג מהמסך */
@media screen and (max-width: 900px) {
    .site-footer .site-info {
        padding-top: 5.5rem !important;
    }

    .site-footer .site-info::before {
        padding: 0 1rem;
        white-space: normal;
    }
}
/* יישור כיתוב הזכויות עם שורת התחתית במחשב */
@media screen and (min-width: 901px) {

    .site-footer .site-info {
        display: grid !important;
        grid-template-columns: 1fr auto 1fr;
        align-items: baseline;
        column-gap: 2rem;

        padding-top: 2rem !important;
    }

    /* כיתוב הזכויות במרכז אותה שורה */
    .site-footer .site-info::before {
        position: static !important;
        grid-column: 2;
        grid-row: 1;
        justify-self: center;

        width: max-content;
        max-width: 100%;
        white-space: nowrap;
    }

    /* „פועל על WordPress” משמאל */
    .site-footer .site-info .powered-by {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    /* שם האתר מימין */
    .site-footer .site-info .site-name {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
    }
}
/* צמצום הרווחים בתפריט העליון במסכים רחבים */
@media only screen and (min-width: 822px) {
	.primary-navigation .primary-menu-container > ul {
		flex-wrap: nowrap;
	}

	.primary-navigation .primary-menu-container > ul > .menu-item > a {
		padding-left: 8px;
		padding-right: 8px;
		white-space: nowrap;
	}
}
/* יישור התגיות לפי שפת הפוסט */
.makar-blog-entry.lang-ru .makar-blog-post-tags {
	display: block;
	width: 100%;
	text-align: left;
	direction: ltr;
}

.makar-blog-entry.lang-he .makar-blog-post-tags {
	display: block;
	width: 100%;
	text-align: right;
	direction: rtl;
}
/* כפתור ההרשמה בשורה התחתונה:
   בין שם האתר לבין משפט הזכויות */
@media screen and (min-width: 901px) {

	.site-footer .site-info {
		grid-template-columns: 1fr auto auto 1fr !important;
		align-items: center !important;
	}

	/* „מופעל על WordPress” — בצד ימין */
	.site-footer .site-info .powered-by {
		grid-column: 1 !important;
		grid-row: 1 !important;
		align-self: center !important;
	}

	/* משפט הזכויות */
	.site-footer .site-info::before {
		grid-column: 2 !important;
		grid-row: 1 !important;
		align-self: center !important;
	}

	/* כפתור ההרשמה */
	.site-footer .site-info .makar-footer-subscribe {
		grid-column: 3 !important;
		grid-row: 1 !important;
		justify-self: center !important;
		align-self: center !important;

		width: auto !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* שם האתר — בצד שמאל */
	.site-footer .site-info .site-name {
		grid-column: 4 !important;
		grid-row: 1 !important;
		align-self: center !important;
	}

	/* ביטול מרווחים שהגיעו מאזור הווידג׳טים */
	.site-footer
	.makar-footer-subscribe
	.wp-block-jetpack-subscriptions,

	.site-footer
	.makar-footer-subscribe
	.wp-block-jetpack-subscriptions__container,

	.site-footer
	.makar-footer-subscribe form,

	.site-footer
	.makar-footer-subscribe p {
		margin: 0 !important;
		padding: 0 !important;
	}

	.site-footer .makar-footer-subscribe button {
		margin: 0 !important;
		vertical-align: middle !important;
	}
}
/* קירוב כפתור ההרשמה לשם האתר */
@media screen and (min-width: 901px) {
	.site-footer .site-info .makar-footer-subscribe {
		transform: translateX(-35px) !important;
	}
}/* שורת התחתית ברוסית */
@media screen and (min-width: 901px) {

	html[lang^="ru"] .site-footer .site-info {
		grid-template-columns:
			max-content
			minmax(0, 1fr)
			max-content
			max-content !important;

		column-gap: 0.75rem !important;
		align-items: center !important;
	}

	/* משפט הזכויות מקבל את השטח הגמיש */
	html[lang^="ru"] .site-footer .site-info::before {
		width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		font-size: 0.72rem !important;
		white-space: nowrap !important;
	}

	/* מניעת שבירת שלושת הכיתובים הקצרים */
	html[lang^="ru"] .site-footer .powered-by,
	html[lang^="ru"] .site-footer .site-name,
	html[lang^="ru"] .site-footer
	.makar-footer-subscribe {
		width: max-content !important;
		white-space: nowrap !important;
	}

	/*
	 * בעמודים הרוסיים הכפתור נמצא משמאל לשם האתר,
	 * ולכן אין להזיזו שמאלה כמו בעמוד העברי.
	 */
	html[lang^="ru"] .site-footer
	.makar-footer-subscribe {
		transform: none !important;
	}
}

/* תוכן של פוסט עברי בתוך הבלוג המשולב */
.makar-mixed-blog
.makar-blog-entry.lang-he:not(:has(.blog-translation))
.makar-blog-post-content,

.makar-mixed-blog
.makar-blog-entry.lang-he:not(:has(.blog-translation))
.makar-blog-post-content > *,

.makar-mixed-blog
.makar-blog-entry.lang-he:not(:has(.blog-translation))
.makar-blog-post-content .wp-block-verse,

.makar-mixed-blog
.makar-blog-entry.lang-he:not(:has(.blog-translation))
.makar-blog-post-content p {
	direction: rtl !important;
	text-align: right !important;
}
/* הרחבת הבלוג המשולב במחשב */
@media screen and (min-width: 782px) {

	.entry-content > .makar-mixed-blog,
	.entry-content .makar-mixed-blog {
		width: min(96vw, 1200px) !important;
		max-width: 1200px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.makar-mixed-blog
	.makar-blog-entry:has(.blog-translation) {
		width: 100% !important;
		max-width: none !important;
	}

	.makar-mixed-blog
	.makar-blog-entry:has(.blog-translation)
	.makar-blog-post-content,

	.makar-mixed-blog
	.makar-blog-entry:has(.blog-translation)
	.blog-translation,

	.makar-mixed-blog
	.makar-blog-entry:has(.blog-translation)
	.parallel-text,

	.makar-mixed-blog
	.makar-blog-entry:has(.blog-translation)
	.parallel-text table {
		width: 100% !important;
		max-width: none !important;
	}
}
/* יישור אזור הבלוג למרכז הקו שמתחת לכותרת */
@media screen and (min-width: 782px) {
	.makar-mixed-blog {
		transform: translateX(50px);
	}
}
/* MAKAR — תיבת התגיות בראש הבלוג */

.entry-content > .wp-block-shortcode:has(.makar-tag-box) {
    width: min(96vw, 1200px) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.makar-tag-box {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    margin: 0 auto 2.5rem !important;
    padding: 1rem 0 1.25rem !important;
    border-bottom: 1px solid currentColor;
}

.makar-tag-box-title {
    margin-bottom: 0.5rem;
}

.makar-tag-box-list {
    line-height: 1.8;
}

.makar-tag-separator {
    margin: 0 0.2em;
}
/* תגיות ללא קו תחתון */
.makar-tag-box-list a,
.makar-tag-box-list a:visited,
.makar-tag-box-list a:hover,
.makar-tag-box-list a:focus {
    text-decoration: none !important;
    border-bottom: none !important;
}


/* הקו התחתון של אזור התגיות — כרוחב הקו שמתחת לכותרת בלוג */
.makar-tag-box {
    border-bottom: none !important;
}
.makar-tag-box::after {
    content: "";
    display: block;
    width: min(96vw, 1160px);
    height: 2px;
    background: currentColor;
    position: relative;
    left:50%;
    transform: translateX(-50%);
    margin-top: 1rem;
}
/* רוחב קבוע לתיבת התגיות גם לאחר סינון */
.makar-tag-box {
    width: min(96vw, 1200px) !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

.makar-tag-box-list {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
}

.makar-tag-box-list a {
    white-space: nowrap !important;
}
/* כותרות המדורים הראשיים בתיבת התגיות */
.makar-tag-section-title {
    font-size: 1.3em !important;
    font-weight: 700 !important;
    line-height: 1.3;
    margin-top: 1.4em;
    margin-bottom: 0.35em;
}

/* במדור הראשון אין צורך ברווח גדול מלמעלה */
.makar-tag-section:first-child .makar-tag-section-title {
    margin-top: 0;
}

/* שורות המשנה */
.makar-tag-row {
    line-height: 1.8;
}

/* כללי / יוצרים / אסופות וסדרות וכו' */
.makar-tag-row-label {
    font-weight: 700;
}
/* תיבת התגיות תמיד מוצגת כמו בעמוד העברי */
.makar-tag-box {
    direction: rtl !important;
    text-align: right !important;
}

.makar-tag-section-title,
.makar-tag-row {
    direction: rtl !important;
    text-align: right !important;
}
/* קו מפריד בין פוסטים בעמודי הבלוג */
.makar-mixed-blog .makar-blog-entry:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px solid currentColor;
    margin: 2.5rem auto;
}

/* בנייד הקו מעט קצר יותר */
@media screen and (max-width: 781px) {
    .makar-mixed-blog .makar-blog-entry:not(:last-child)::after {
        width: 90%;
        margin: 2rem auto;
    }
}
/* רווח לפני שורת התגיות בכל פוסט */
.makar-mixed-blog .makar-blog-post-tags {
    margin-top: 2rem !important;
}
/* רווח בין כותרת הפוסט לבין תוכן הפוסט */
.makar-mixed-blog .makar-blog-entry > h2,
.makar-mixed-blog .makar-blog-entry > h3 {
    margin-bottom: 4rem !important;
}
/* הבלוג הרוסי — הזזת הקו העליון ימינה */
@media screen and (min-width: 782px) {
    html[lang^="ru"] body:has(.makar-tag-box) .entry-header {
        transform: translateX(50px);
    }

    /* הכותרת Блог נשארת במרכז */
    html[lang^="ru"] body:has(.makar-tag-box) .entry-title {
        transform: translateX(-50px);
    }
}
/* בלוג — הקו העליון שייך לתיבת התגיות ולא לכותרת העמוד */

/* הסתרת הקו המקורי שמתחת לכותרת בלוג */
body:has(.makar-tag-box) .entry-header {
    border-bottom: none !important;
}

body:has(.makar-tag-box) .entry-header::after {
    display: none !important;
    content: none !important;
}

/* קו עליון קבוע לתיבת התגיות */
.makar-tag-box::before {
    content: "";
    display: block;
    width: min(96vw, 1160px);
    height: 2px;
    background: currentColor;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2rem;
}