.auth-grid {
  display: grid;
  gap: 0.55rem;
}

.credential-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(8, 23, 42, 0.4);
  padding: 0.65rem;
  margin-bottom: 0.55rem;
}

.credential-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.credential-name {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.76rem;
  color: #b6c8de;
}

.bb-results {
  max-height: 360px;
  overflow: auto;
  border: 1px solid rgba(27, 53, 86, 0.55);
  border-radius: 10px;
}

.bb-results .list-group-item {
  background: rgba(8, 23, 42, 0.25);
  color: var(--text);
  border-color: rgba(27, 53, 86, 0.55);
  cursor: pointer;
}

.bb-results .list-group-item:hover {
  background: rgba(56, 189, 248, 0.1);
}

.bb-title {
  font-weight: 700;
}

.bb-sub {
  color: var(--muted);
  font-size: 0.8rem;
}

.integration-help {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.integration-help a {
  color: #8fd6fb;
  text-decoration: underline;
  text-decoration-color: rgba(143, 214, 251, 0.5);
  text-underline-offset: 2px;
}

.integration-help a:hover {
  color: #c8ebff;
  text-decoration-color: rgba(200, 235, 255, 0.8);
}

input.form-control,
textarea.form-control,
select.form-select {
  color: #f3f8ff !important;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  color: #e1edff !important;
  opacity: 1;
}

input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #f3f8ff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(2, 12, 24, 0.95) inset;
  transition: background-color 5000s ease-in-out 0s;
}
