/* Eterano v1.15.5 — Settings tab-bar + legal identity micro-polish */

/* The legal identity card is self-explanatory; keep the useful field-level help only. */
#legalBusinessCard1153 [data-v1153="legalBusinessHelp1153"]{display:none!important}
#legalBusinessCard1153 .section-heading{margin-bottom:18px!important}

/* Keep Settings navigation clean: no visible browser scrollbar. */
.settings-tabs-nav{
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.settings-tabs-nav::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}

/* On normal desktop widths, fit the full Danish Settings navigation in one row. */
@media(min-width:1181px){
  .settings-tabs-nav{
    overflow-x:hidden!important;
    gap:3px!important;
    justify-content:space-between!important;
    padding:5px 6px!important;
  }
  .settings-tabs-nav button{
    flex:0 1 auto!important;
    min-width:0!important;
    padding:10px 9px!important;
    font-size:.78rem!important;
    letter-spacing:-.012em;
  }
}

/* Smaller desktops/tablets may still swipe/trackpad horizontally, but the rail stays invisible. */
@media(max-width:1180px){
  .settings-tabs-nav{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-behavior:smooth;
  }
}
