:root {
  --animate-duration: 1s;
}

.divider {
  margin: 20px 0 !important;
}

button.additional-company-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
}

.my-company-badge {
  border-radius: 4px;
  white-space: nowrap;
}