.app-shell {
  min-height: 100vh;
}

.erp-layout {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  min-height: 100vh;
  background: var(--baruk-bg);
}

.erp-shell-header {
  min-height: 100vh;
}

.erp-main {
  min-width: 0;
  min-height: 100vh;
}

.erp-content {
  min-width: 0;
}

.erp-nav__button.is-commercial-locked {
  position: relative;
  opacity: 0.58;
}

.erp-nav__button.is-commercial-locked:hover,
.erp-nav__button.is-commercial-locked:focus-visible {
  opacity: 0.9;
}

.erp-nav__lock {
  position: absolute;
  top: 6px;
  right: 7px;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 860px) {
  .erp-layout {
    display: block;
    min-height: 100vh;
  }

  .erp-shell-header {
    min-height: 64px;
  }
}
