/* Turkey-only corrections layered after the locked Austria parent CSS. */
.site-header .brand-mark.tsh-turkey-flag {
  box-sizing:border-box;
  display:grid;
  place-items:center;
  flex:0 0 40px;
  width:40px;
  min-width:40px;
  max-width:40px;
  height:34px;
  min-height:34px;
  max-height:34px;
  overflow:hidden;
  padding:0;
  border-radius:9px;
  background:#e30a17;
  box-shadow:0 5px 16px rgba(76,5,25,.35);
}

.site-header .tsh-turkey-flag img {
  display:block;
  position:static;
  width:100%!important;
  min-width:0;
  max-width:100%!important;
  height:100%!important;
  min-height:0;
  max-height:100%;
  margin:0!important;
  object-fit:cover;
  border-radius:inherit;
  transform:none!important;
}

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