/* Lordan supports founder authority without competing with the primary offer. */
body.gg-design-v2 .credentials .credential-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 8px 13px !important;
  border: 1px solid #97cfc5 !important;
  border-radius: 999px;
  background: #e8f7f4 !important;
  color: #126f65 !important;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

body.gg-design-v2 .credentials .credential-link > span {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: currentColor !important;
  font-size: .9em;
}

body.gg-design-v2 .credentials .credential-link:hover {
  border-color: #33b9a8 !important;
  background: #d9f2ed !important;
  color: #0b5d55 !important;
  transform: translateY(-1px);
}

body.gg-design-v2 .credentials .credential-link:focus-visible {
  outline: 3px solid rgba(51, 185, 168, .35);
  outline-offset: 3px;
}
