/* winjet247 — login bg only; logo uses same style.css as allpanal */
body:has(.login-wrapper),
body:has(.main-login),
body.login,
.login-page {
  background: radial-gradient(ellipse at center, #296F91 0%, #0d2430 52%, #000000 100%) !important;
  min-height: 100vh;
}

.login-wrapper img[src*="logo"],
.main-login img[src*="logo"],
.logo-login img,
img.logo-login {
  max-height: 72px;
  height: auto;
  width: auto;
  object-fit: contain;
}

/* WINJET_DESKTOP_WIDTH_FIX */
@media (min-width:992px){html,body,#root,.wrapper,.main-container{width:100%!important;max-width:none!important;}}

/* Header logo — compact for WINJET apex only; WL tenants override via spa tenant CSS */
.header-top .logo-header > a[href="/home"]:not(.d-xl-none)::after,
.header-top .logo-header a::after {
  content: none !important;
  display: none !important;
}
html:not([data-wl-tenant]) .header-top .logo-header img {
  display: inline-block !important;
  max-height: 18px !important;
  max-width: 100px !important;
  width: auto !important;
  object-fit: contain !important;
  object-position: left center;
}
@media only screen and (max-width: 1199px) {
  html:not([data-wl-tenant]) .header-top .logo-header img {
    max-height: 22px !important;
    max-width: 90px !important;
  }
}
