/* Home dashboard shortcuts and guest callout. */

.menu-home-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.menu-home-shortcut {
  min-height: 54px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 0 11px;
  text-decoration: none;
  color: var(--vk-paper-lift-button-text);
}

.menu-home-shortcut .lucide {
  width: 18px;
  height: 18px;
}

.menu-home-shortcut span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.menu-home-shortcut strong {
  color: var(--vk-text-muted);
  font-size: 13px;
  font-weight: 900;
}

.menu-home-guest {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
}
