/* =====================================
   Tibia.CITY – FLEX SAFE LOGO
   ZERO wpływu na layout / shoutbox
   ===================================== */

.logo{
  position: relative;
  width: 220px;          /* szerokość logo */
  height: 84px;          /* wysokość grafiki */
  margin-top: 6px;       /* kontrola pionu */

  /* ukrycie tekstu */
  color: transparent !important;
  font-size: 0 !important;
}

/* WŁAŚCIWE LOGO */
.logo::before{
  content: "";
  position: absolute;
  inset: 0;

  background: url("/assets/img/logo.png") no-repeat left center;
  background-size: contain;
}

/* SEO fallback (poza ekranem) */
.logo::after{
  content: "Tibia.CITY";
  position: absolute;
  left: -9999px;
}
