.teacher-worksheet-invitation {
  width: min(520px, calc(100vw - 28px));
  border: 0;
  border-radius: 18px;
  padding: 0;
  color: #102131;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(9, 28, 45, .28);
}

.teacher-worksheet-invitation::backdrop {
  background: rgba(8, 25, 40, .58);
}

.teacher-worksheet-invitation__body {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.teacher-worksheet-invitation__body h2,
.teacher-worksheet-invitation__body p {
  margin: 0;
}

.teacher-worksheet-invitation__body h2 {
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.12;
}

.teacher-worksheet-invitation__actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.teacher-worksheet-invitation__actions a,
.teacher-worksheet-invitation__actions button {
  min-height: 44px;
}

.teacher-worksheet-invitation__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
}

.teacher-worksheet-invitation__actions a.primary {
  color: #ffffff;
  background: #0f80b3;
}

.teacher-worksheet-invitation__status {
  min-height: 1.3em;
  color: #6b2934;
  font-weight: 800;
}

@media (max-width: 520px) {
  .teacher-worksheet-invitation__actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .teacher-worksheet-invitation__actions > * {
    width: 100%;
  }
}
