
/* Step 90: exact sidebar item for Company Standards */
#nik90-company-standards-menu-button,
#nik90-company-standards-menu-button * {
  box-sizing: border-box;
}

#nik90-company-standards-menu-button {
  width: 100%;
  min-height: 64px;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 10px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(125, 211, 252, .42);
  border-radius: 24px;
  background: rgba(255, 255, 255, .28);
  color: #3f4f65;
  padding: 10px 14px;
  margin: 8px 0;
  box-shadow: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font: inherit;
  outline: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

#nik90-company-standards-menu-button:hover,
#nik90-company-standards-menu-button:focus-visible {
  border-color: rgba(56, 189, 248, .68);
  background: rgba(255, 255, 255, .54);
  box-shadow: 0 14px 36px rgba(35, 93, 150, .10), inset 0 1px 0 rgba(255, 255, 255, .76);
  transform: translateY(-1px);
}

.nik90-sidebar-nav-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(226, 246, 255, .86);
  color: #0284c7;
  font-size: 20px;
  line-height: 1;
}

.nik90-sidebar-nav-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.nik90-sidebar-nav-copy b {
  color: #3c4a5f;
  font-size: 15px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nik90-sidebar-nav-copy small {
  color: #7b8ca2;
  font-size: 12px;
  line-height: 1.12;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nik90-sidebar-nav-indicator {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(56, 189, 248, .78);
  box-shadow: 0 0 0 5px rgba(56, 189, 248, .14);
  opacity: .72;
}

/* отключаем старые неудачные варианты */
.nik87-company-standards-floating,
.nik87-company-menu-button,
.nik87-sidebar-standard-item {
  display: none !important;
}
