/* PARTENER.EU UX Orientation v2 — navigation, not content suppression. */
.uxV2Rail{width:100%;min-width:0;margin:14px 0 18px;padding:9px 10px;border:1px solid #dce5e0;border-radius:15px;background:rgba(255,255,255,.96);display:flex;align-items:center;gap:10px;box-shadow:0 8px 28px rgba(18,32,24,.055)}
.uxV2RailLabel{flex:0 0 auto;font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#708078;padding-left:3px}
.uxV2RailLinks{min-width:0;display:flex;gap:6px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.uxV2RailLinks::-webkit-scrollbar{display:none}
.uxV2Rail a{min-height:44px;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #dfe7e3;border-radius:11px;background:#f7faf8;color:#33443b;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap;scroll-snap-align:start}
.uxV2Rail a b{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#e5f1eb;color:#0a6b47;display:inline-flex;align-items:center;justify-content:center;font-size:10px}
.uxV2Rail a:hover{border-color:#b8cdc2;background:#edf5f1;color:#075f3f}
.uxV2Rail a.active,.uxV2Rail a[aria-current="location"]{background:#132f27;border-color:#132f27;color:#fff}
.uxV2Rail a.active b,.uxV2Rail a[aria-current="location"] b{background:rgba(255,255,255,.16);color:#fff}
.uxV2Target{scroll-margin-top:calc(var(--ux-v2-header-height,72px) + 70px)}
.uxV2OpenHint{display:inline-flex;margin-top:13px;color:#0a6b47;font-size:11px;font-weight:850}

@media(max-width:900px){
  .uxV2Rail{position:sticky;top:calc(var(--ux-v2-header-height,108px) + 6px);z-index:18;margin:10px -2px 16px;width:calc(100% + 4px);padding:7px 8px;border-radius:13px;box-shadow:0 8px 25px rgba(15,38,29,.12)}
  .uxV2RailLabel{display:none}
  .uxV2RailLinks{width:100%;scroll-snap-type:x proximity}
  .uxV2Rail a{min-height:44px;padding:7px 10px;font-size:11px}
  .uxV2Target{scroll-margin-top:calc(var(--ux-v2-header-height,108px) + 66px)}
}

@media(max-width:480px){
  .uxV2Rail{margin-top:8px}
  .uxV2Rail a{gap:5px}
  .uxV2Rail a b{min-width:20px;height:20px;padding:0 5px}
}
