/* RTL enhancements for TextPress Nakhla */
body{direction: rtl;}
blockquote{border-left:none; border-right:4px solid var(--brand);}
.entry-content ul, .entry-content ol{margin: 0 1.2em 16px 0;}

/* Topbar layout: Grid columns do NOT auto-mirror in RTL.
   We keep the layout predictable by making the topbar itself LTR,
   while preserving RTL text flow inside tabs/profile. */
.tp-topbar{direction:ltr;}
.tp-topbar-profile, .tp-tabs{direction:rtl;}

.tp-burger{grid-column: 1;}
.tp-tabs{grid-column: 2;}
.tp-topbar-profile{
  grid-column: 3;
  justify-self: end; /* end = right because tp-topbar is LTR */
  justify-content: flex-end;
}
