.auth-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.auth-menu-item {
  margin-bottom: 8px;
}

.auth-menu-item:last-child {
  margin-bottom: 0;
}

.auth-link {
  text-decoration: none;
  color: #0073aa;
}

.auth-link:hover {
  color: #005177;
}