/* Applications Manager enhancements */

.application-profile-colour .profile-colour-value {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.application-colour-swatch {
  --application-colour: #03fcf0;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border: 2px solid var(--application-colour);
  border-radius: 50%;
  background: var(--application-colour);
  box-shadow: 0 0 14px color-mix(in srgb, var(--application-colour) 60%, transparent);
}

.application-profile-colour code {
  color: var(--color-text-primary, #fff);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.82rem;
}

/* Follower count is no longer collected by the creator application form. */
.data-table thead th:nth-child(5),
.data-table tbody td:nth-child(5) {
  display: none;
}
