/* CineFlex Build 23.5 — final top-of-page clean logo override */
html body .navbar.cf-dulo-navbar.cf-logo-only-header,
html body .navbar.cf-logo-only-header,
html body .cf-logo-only-header,
html body .navbar.cf-logo-only-header.scrolled,
html body .cf-logo-only-header.scrolled {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  justify-content: flex-start !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
  pointer-events: none !important;
  transition: none !important;
  z-index: 10050 !important;
}

html body .cf-logo-only-header .cf-logo-button,
html body .cf-logo-only-header .logo {
  pointer-events: auto !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
}

html body .cf-logo-only-header .cf-logo-button img,
html body .cf-logo-only-header .logo img {
  display: block !important;
  width: auto !important;
  height: 58px !important;
  max-width: min(310px, 72vw) !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: left top !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
}

@media (max-width: 600px) {
  html body .cf-logo-only-header .cf-logo-button img,
  html body .cf-logo-only-header .logo img {
    height: 52px !important;
    max-width: 70vw !important;
  }
}
