/* MyPortfolioHub Resume Builder v14 — targeted stability overrides.
   This layer intentionally fixes browser/layout state without redesigning
   the stable editor architecture. */

[hidden] {
  display: none !important;
}

.ent-content,
.v7-page-content,
.ent-panel,
.v7-panel,
.rb-editor-layout,
.rb-editor-form,
.rb-live-preview-panel {
  min-width: 0;
}

.ent-data-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ent-signout-panel {
  margin-top: 18px;
}

.ent-signout-panel .ent-signout-copy {
  margin: 0 0 14px;
}

@media (max-width: 720px) {
  .rb-dialog,
  .ent-dialog {
    width: min(100% - 24px, 640px);
    max-width: calc(100vw - 24px);
  }

  .ent-data-table {
    min-width: 720px;
  }
}
