body {
  min-height: 100vh;
}

.nav_list {
  justify-content: flex-start;
}

.nav_site_name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#groups-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.link_group {
  margin-top: 20px;
}

.link_group_content:empty::after {
  content: "该分组下暂无链接";
  display: block;
  width: 100%;
  padding: 24px 16px;
  text-align: center;
  color: var(--heo-secondtext);
  border: var(--style-border-always);
  border-radius: 12px;
  background: var(--heo-card-bg);
}

.site_info_group_desc {
  white-space: pre-line;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
}

.site_info_actions {
  margin-top: 16px;
  z-index: 1;
}

.site_action_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  color: var(--heo-white);
  background: var(--heo-main);
  border-radius: 999px;
  box-shadow: var(--heo-shadow-theme);
}

.link_group_content_item_logo_icon {
  font-size: 26px;
  color: var(--heo-main);
}

.left_nav_footer {
  width: 100%;
  padding: 12px 12px 16px;
  border-top: var(--style-border-always);
  background: var(--heo-card-bg);
  flex-shrink: 0;
}

.left_nav_action_link {
  background: var(--heo-main);
  color: var(--heo-white) !important;
  box-shadow: var(--heo-shadow-theme);
}

a.left_nav_link_group_title.left_nav_action_link:hover {
  background: var(--heo-main) !important;
  color: var(--heo-white) !important;
  box-shadow: var(--heo-shadow-theme);
}

.left_nav_action_link i {
  color: inherit;
}

.empty_state {
  padding: 24px 16px;
  color: var(--heo-secondtext);
  border: var(--style-border-always);
  border-radius: 12px;
  background: var(--heo-card-bg);
}

@media screen and (max-width: 798px) {
  .nav_list.active {
    transform: scaleY(1);
  }

  .left_nav_footer {
    padding-bottom: 20px;
  }
}
