/* Reflective Time Model V265 — RTM Lab header/breadcrumb overlap fix
   Presentation only. No engine, API, statistics, search, or research logic changes. */

/*
   V262 intentionally pulled breadcrumbs toward the following section with a
   negative bottom margin. On RTM Lab the dark hero paints over that line,
   leaving the breadcrumb visibly clipped below the sticky header. Keep the
   breadcrumb in normal flow and give it a small, stable white breathing zone.
*/
body.rtm-public.v263-final .v262-breadcrumb{
  position:relative;
  z-index:2;
  max-width:var(--v262-max);
  margin:0 auto !important;
  padding:12px 22px 10px !important;
  min-height:42px;
  display:flex;
  align-items:center;
  gap:7px;
  background:#fff;
}

body.rtm-public.v263-final #main{
  display:block;
  position:relative;
  z-index:1;
}

body.rtm-public.v263-final .lab-hero{
  margin-top:0 !important;
}

/* Keep the same correction on narrow screens without losing side padding. */
@media(max-width:680px){
  body.rtm-public.v263-final .v262-breadcrumb{
    padding:10px 17px 9px !important;
    min-height:39px;
  }
}
