.employer-list {

  ul li {
    display: flex;
    justify-content: start;
    gap: 1rem;
    margin-right: 20%;

    label {
      font-weight: bolder;
    }

    .actions {
      margin-inline-start: auto;
    }
  }

}

.profile, .profile .coords {
  margin-block-start: 1rem;
  header .email {
    font-size: var(--font-size-s);
  }
}
