.photo-controls {
  flex-wrap: wrap;
}

.photo-controls button[data-action="background"] {
  flex: 1 0 100%;
  min-height: 42px;
}

.photo {
  min-height: 230px;
}

.mobile-pos-photo.no-photo {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #e5e7eb;
  color: #6b7280;
  font-size: 12px;
}

.email-signin-form {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.email-signin-form input {
  width: min(220px, 100%);
}

@media (max-width: 600px) {
  .email-signin-form,
  .email-signin-form input,
  .email-signin-form button {
    width: 100%;
  }
}
