@import url("./app-essenza-20260824-1111.css");

/* Task 1112: keep learner identity compact on mobile. The email belongs to
   the name block instead of becoming a separate grid item beside its label. */
.operator-learner-identity {
  min-inline-size: 0;
}

@media (max-width: 720px) {
  .operator-learner-identity {
    display: flex;
    flex-direction: column;
    gap: 2px;
    inline-size: 100%;
  }

  .operator-learner-identity .operator-learner-secondary {
    display: block;
    font-size: 0.72rem;
    line-height: 1.3;
    min-inline-size: 0;
    overflow-wrap: anywhere;
  }
}
