/* TINTE.LV V2.8.16.8 — exact approved logo + phantom red-dot fix */
.logo-v28168{
  display:inline-flex!important;
  align-items:center!important;
  width:138px!important;
  height:37px!important;
  flex:0 0 138px!important;
  overflow:visible!important;
  line-height:1!important;
}
.logo-v28168>img{
  width:138px!important;
  height:auto!important;
  max-width:138px!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:left center!important;
}
/* Important: old .logo-v2815 img { display:block!important } had higher specificity
   than .logo-v28167-dark, causing the invisible white dark logo to render next to
   the light logo; only its red dots were visible over the navigation. */
.logo-v28168>img.logo-v28168-light{display:block!important}
.logo-v28168>img.logo-v28168-dark{display:none!important}
body[data-theme="dark"] .logo-v28168>img.logo-v28168-light{display:none!important}
body[data-theme="dark"] .logo-v28168>img.logo-v28168-dark{display:block!important}

/* Defensive reset: navigation itself never owns decorative red bullets/dots. */
.primary-nav>a::before,
.primary-nav>a::after,
.primary-nav>details>summary::before,
.primary-nav>details>summary::after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
}

@media(max-width:900px){
  .logo-v28168{width:126px!important;flex-basis:126px!important}
  .logo-v28168>img{width:126px!important;max-width:126px!important}
}
