/* Provider-specific account-linking treatment; brand colors live in the SVGs. */
.account-tree-add {
  align-items: flex-start;
}

.outlook-add-option {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 180px;
}

.outlook-add-option.hidden,
.outlook-add-option[hidden] {
  display: none;
}

.outlook-add-option .account-tile {
  width: 100%;
}

.outlook-auth-caveat {
  width: 100%;
  max-width: 180px;
  margin: 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}
