:root {
  --kod007-topbar-height: 76px;
}

body.kod007-fixed-topbar {
  padding-top: var(--kod007-topbar-height);
}

.public-topbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999 !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

body[data-theme="dark"] .public-topbar {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
}

.public-topbar-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.public-shell,
.public-form-shell,
.public-page-shell,
[id^="section-"],
#feedback-form,
#section-top {
  scroll-margin-top: calc(var(--kod007-topbar-height) + 16px);
}

@media (max-width: 768px) {
  :root {
    --kod007-topbar-height: 74px;
  }

  .public-topbar-inner {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
