/* Albania-only corrections layered after the locked Austria parent CSS. */
.site-header .brand-mark.tsh-albania-flag {
  box-sizing:border-box;
  flex:0 0 40px;
  width:40px;
  min-width:40px;
  height:40px;
  overflow:hidden;
  padding:0;
}

.site-header .tsh-albania-flag img {
  display:block;
  width:100%;
  max-width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
}

.site-header .brand > span:last-child {
  min-width:0;
}
