.mnpo-app-shell {
  min-height: 640px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  background: #f8fafc;
  position: relative;
  direction: ltr;
}

.mnpo-fallback,
.mnpo-noscript {
  padding: 24px;
  font-size: 15px;
  color: #334155;
  text-align: center;
}

.mnpo-app-shell[data-measure-notate-root="1"] .mnpo-fallback {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mnpo-admin-wrap .mnpo-app-shell {
  margin-top: 24px;
}

.mnpo-admin-wrap p.description {
  max-width: 640px;
}

.mnpo-app-shell > * {
  height: 100%;
}

.mnpo-app-shell button:focus-visible {
  outline: 2px solid #4f46e5;
  outline-offset: 2px;
}
