/*******************************/
/******** RTL Overrides ********/
/*******************************/
/* Loaded after style.css. The document is set to dir="rtl", which flips
   flexbox/grid order and logical alignment automatically. This file only
   corrects the few "physical" properties (left/right, floats) and Latin
   text runs that the browser does NOT mirror on its own. */

/* Back-to-top button: mirror from the right edge to the left edge. */
.back-to-top {
    right: auto;
    left: 15px;
}

/* Footer credits are English. Inside an RTL container the bidi algorithm
   reorders leading punctuation (the "©" and the trailing period jump), so
   force these runs to render left-to-right while keeping them centered. */
.copyright p {
    direction: ltr;
    text-align: center;
}
