/* IPTV Charleroi v1.2.6 — logo refinement.
   Scope: remove the inner icon-card effect and make the logo cleaner inside the official white plate. */

.brand.brand-elegant,
.footer-brand.footer-brand-elegant {
  isolation: isolate;
}

.brand-logo-img {
  width: 226px;
  max-width: 226px;
  filter: none;
}

.footer-logo-img {
  width: 148px;
  max-width: 148px;
  filter: none;
}

@media (min-width: 1161px) {
  .brand-plate {
    width: 286px;
    height: 94px;
    border-bottom-right-radius: 94px;
  }

  .nav {
    padding-left: 272px;
  }

  .brand.brand-elegant {
    left: 31px;
    top: 13px;
    width: 226px;
    height: 64px;
  }

  .admin-bar .brand.brand-elegant {
    top: 45px;
  }
}

@media (max-width: 1160px) {
  .brand-logo-img {
    width: 196px;
    max-width: 196px;
  }

  .brand.brand-elegant {
    width: 196px;
  }
}

@media (max-width: 760px) {
  .brand-plate {
    width: 176px;
    height: 73px;
    border-bottom-right-radius: 73px;
  }

  .brand.brand-elegant {
    left: 14px;
    top: 8px;
    width: 148px;
    height: 54px;
  }

  .admin-bar .brand.brand-elegant {
    top: 54px;
  }

  .brand-logo-img {
    width: 148px;
    max-width: 148px;
  }

  .footer-logo-img {
    width: 132px;
    max-width: 132px;
  }
}
