/**
 * ============================================================
 * REINS — Article Single View CSS
 * נטען דרך reins_enqueue_css_if_singular() ב-article-view.php,
 * תלוי ב-reins-general + reins-tabs.
 *
 * כולל גם את כללי ה-CSS של .reins-content-locked* (הודעת
 * "תוכן זמין למנויים", reins_print_membership_gate_notice_css
 * ב-content-shared.php) — מאוחד כאן במכוון כי זהו העמוד היחיד
 * שבו ההודעה הזו בפועל נדפסת.
 * ============================================================
 */
.reins-article-view{
    margin-top:24px;
}
.reins-article-top{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-bottom:22px;
}

/* --- טאבי תוכן המאמר --- */
.reins-article-tabs{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.reins-article-tabs__content > *:first-child{
    margin-top:0;
}
.reins-article-tabs__content > *:last-child{
    margin-bottom:0;
}

/* --- טיזר למי שאינה מנויה: תמונה ראשית + שאלת מחקר --- */
.reins-article-teaser{
    display:flex;
    flex-direction:column;
    gap:14px;
    margin-bottom:14px;
}
.reins-article-teaser__image img{
    width:100%;
    height:auto;
    border-radius:12px;
    display:block;
}
.reins-article-teaser__question-title{
    margin:0 0 8px;
}

/* --- לשוניות "נעולות" (שם בלבד, בלי תוכן) --- */
.reins-article-tabs--locked .reins-tab--locked{
    cursor:default;
    opacity:.55;
}
.reins-article-tabs--locked .reins-tab--locked i{
    margin-inline-end:4px;
}

/* --- הודעת "תוכן זמין למנויים" (reins_membership_render_gate_notice) ---
   מקור: reins_print_membership_gate_notice_css() ב-content-shared.php. --- */
.reins-content-locked{
    display:flex;
    flex-direction:column;
    gap:14px;
    align-items:flex-start;
    margin-top:14px;
}
.reins-content-locked__note{
    margin:0;
    line-height:1.7;
}
.reins-content-locked__join{
    text-decoration:none;
}