/* TAWERNA LANGUAGE BAR — FINAL POLISH */

.language-strip{
  position:absolute;
  z-index:20;
  top:0;
  left:0;
  right:0;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:0 6vw;
  background:#03121a;
  color:#fff;
  border-bottom:1px solid rgba(244,240,231,.14);
}

.language-strip-inner{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  height:100%;
}

.language-strip a{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:100%;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  letter-spacing:.09em;
  line-height:1;
  opacity:.74;
  transition:
    opacity .18s ease,
    color .18s ease;
}

.language-strip a:hover,
.language-strip a[aria-current="page"]{
  opacity:1;
}

.language-strip a[aria-current="page"]{
  color:#dcc39b;
}

.language-strip a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:6px;
  height:1px;
  background:#dcc39b;
  opacity:.9;
}

.language-flag{
  display:inline-block;
  font-size:19px;
  line-height:1;
}

.language-strip-separator{
  color:rgba(255,255,255,.24);
  font-size:10px;
}

.topbar{
  top:42px !important;
}


/* PODSTRONY */

.subpage-language-strip{
  width:100%;
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:0 6vw;
  background:#03121a;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.subpage-language-strip-inner{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  min-height:40px;
}

.subpage-language-strip a{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  letter-spacing:.07em;
  opacity:.72;
}

.subpage-language-strip a:hover,
.subpage-language-strip a[aria-current="page"]{
  opacity:1;
}

.subpage-language-strip a[aria-current="page"]{
  color:#dcc39b;
}

.subpage-language-strip a[aria-current="page"]::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-6px;
  height:1px;
  background:#dcc39b;
}

.subpage-language-flag{
  display:inline-block;
  font-size:18px;
  line-height:1;
}

.subpage-language-separator{
  color:rgba(255,255,255,.24);
}


@media(max-width:900px){

  .language-strip{
    height:36px;
    padding:0 5vw;
  }

  .language-strip-inner{
    gap:12px;
  }

  .language-strip a{
    font-size:11px;
    gap:6px;
  }

  .language-strip a[aria-current="page"]::after{
    bottom:5px;
  }

  .language-flag{
    font-size:16px;
  }

  .topbar{
    top:36px !important;
  }

  .subpage-language-strip{
    min-height:34px;
    padding:0 5vw;
  }

  .subpage-language-strip-inner{
    min-height:34px;
    gap:10px;
  }

  .subpage-language-strip a{
    font-size:11px;
  }

  .subpage-language-flag{
    font-size:16px;
  }
}
