.company-selection {
  padding: 24px 0 0;
  margin-bottom: 32px;
  width: 100%;
}

.company-selection-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}

.company-selection-buttons *:not(:last-child) {
  margin-right: 0;
}

.company-selection-no-affiliation {
  padding: 32px 0;
  width: 100%;
}

.company-selection-no-affiliation-helper {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  color: rgba(6, 6, 8, 0.6);
}

.company-selection-no-affiliation-helper:not(:last-child) {
  margin-bottom: 16px;
}

.rich-select-width {
  max-width: 100%;
  width: 100%;
}
