/*
 * Creator clean layout.
 * Loaded after legacy product and video styles so creator pages keep one
 * input surface and one action bar without disturbing hubs, libraries or editors.
 */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page {
  --clean-line: #e3e5ea;
  --clean-muted: #7a808d;
  --clean-text: #292d36;
  --clean-brand: #eb5a2a;
  width: min(1160px, 100%) !important;
  max-width: 1160px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  margin: 0 auto !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page > .tb-v6-pagehead {
  min-height: 0 !important;
  display: grid !important;
  place-content: initial !important;
  justify-items: start !important;
  gap: 3px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 2px 0 8px !important;
  box-shadow: none !important;
  text-align: left !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page > .tb-v6-pagehead::before,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page > .tb-v6-pagehead::after,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-v6-pagehead-kicker,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-v6-pagehead-meta {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page > .tb-v6-pagehead h2 {
  margin: 0 !important;
  color: var(--clean-text) !important;
  font-size: 20px !important;
  font-weight: 760 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page > .tb-v6-pagehead p {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--clean-muted) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page > .tb-tool-workbench,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-v6-main-panel,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-page {
  width: 100% !important;
  max-width: none !important;
  display: block !important;
  grid-template-columns: minmax(0, 1fr) !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-reference-pagehead,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-tool-flow-head,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-ecom-title,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-ecom-promo,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-design-tabs,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-precision-studio > header,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-hero,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-image-home-head,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-compact-tool-head,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-note-studio > header,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-ai-video-workbench > header,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-talk-studio > header {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page form.tb-specific-form,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page form[data-ajax] {
  width: 100% !important;
  max-width: none !important;
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  border: 1px solid var(--clean-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 16px !important;
  box-shadow: 0 8px 24px rgba(31, 36, 48, .05) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-form {
  display: block !important;
  overflow: visible !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-form > .tb-reference-creator-card,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-reference-creator-card,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-layout,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-card,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-ecom-board,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-ecom-product-panel,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-precision-layout,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-image-task-layout,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-ai-video-layout,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-talk-layout {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-form > .tb-reference-creator-card {
  display: flex !important;
  flex-direction: column !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-reference-notice,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-precision-tip,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-tool-quick-actions {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-modes,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-yiju-tabs,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-template-mode-row,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-precision-tabs {
  width: fit-content !important;
  max-width: 100% !important;
  display: flex !important;
  gap: 0 !important;
  margin: 0 0 16px !important;
  overflow-x: auto !important;
  border: 1px solid #e0e2e7 !important;
  border-radius: 7px !important;
  background: #f5f6f8 !important;
  padding: 3px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-modes > label {
  min-width: 0 !important;
  flex: 0 0 auto !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-modes .tb-product-plan-card {
  min-width: 118px !important;
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: transparent !important;
  color: #676d78 !important;
  padding: 0 14px !important;
  box-shadow: none !important;
  transform: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-modes input:checked + .tb-product-plan-card {
  border: 0 !important;
  background: #fff !important;
  color: #d94f23 !important;
  box-shadow: 0 1px 4px rgba(28, 32, 42, .1) !important;
  transform: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-plan-card .tb-product-plan-visual,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-plan-card .tb-product-plan-copy p,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-plan-card .tb-product-plan-copy > div,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-plan-card .tb-product-plan-badge,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-plan-card .tb-product-plan-price,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-plan-card .tb-product-plan-check {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-plan-copy strong {
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 720 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-generation-context,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-form > .tb-reference-creator-card > .tb-generation-context {
  order: 10 !important;
  margin: 0 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-generation-context > header,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-context-selection-empty {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-generation-context-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-context-picker {
  flex: 0 1 220px !important;
  margin: 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-context-picker > summary,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-form .tb-context-picker > summary {
  min-height: 40px !important;
  border: 1px solid #e0e2e7 !important;
  border-radius: 7px !important;
  background: #fff !important;
  padding: 0 12px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-core-grid {
  order: 20 !important;
  display: grid !important;
  grid-template-columns: minmax(190px, .36fr) minmax(0, 1fr) !important;
  gap: 16px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-core-upload,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-core-copy {
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-core-upload > header,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-core-copy > header {
  min-height: 28px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-reference-main-input textarea,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-core-copy .tb-reference-main-input textarea {
  min-height: 150px !important;
  border: 1px solid #dfe2e8 !important;
  border-radius: 7px !important;
  background: #fff !important;
  padding: 12px 44px 30px 12px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-upload-drop,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page [data-commercial-upload] {
  min-height: 104px !important;
  border: 1px dashed #ccd1da !important;
  border-radius: 7px !important;
  background: #fafbfc !important;
  padding: 12px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page select,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page textarea {
  border-color: #dfe2e8 !important;
  border-radius: 7px !important;
  background-color: #fff !important;
  color: var(--clean-text) !important;
  box-shadow: none !important;
  font-size: 13px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page select {
  min-height: 42px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page textarea {
  min-height: 104px !important;
  line-height: 1.65 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-reference-advanced,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-form .tb-reference-advanced {
  order: 30 !important;
  margin: 16px 0 0 !important;
  border: 1px solid #e4e6eb !important;
  border-radius: 7px !important;
  background: #fafbfc !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-reference-advanced > summary,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-note-form .tb-reference-advanced > summary {
  min-height: 44px !important;
  background: transparent !important;
  padding: 0 12px !important;
  font-size: 12px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-form-actions,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-studio-submit,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-submit,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-compose-submit,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-ecom-submit-bar,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-generate-footer,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-batch-classic-submit {
  order: 40 !important;
  position: sticky !important;
  z-index: 30 !important;
  bottom: 12px !important;
  min-height: 64px !important;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 16px 0 0 !important;
  border: 1px solid #e0e3e8 !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .96) !important;
  padding: 10px 12px !important;
  box-shadow: 0 10px 28px rgba(27, 31, 42, .11) !important;
  backdrop-filter: blur(12px) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-submit > div,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-studio-submit > div {
  margin-right: auto !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-btn.primary {
  min-height: 42px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: var(--clean-brand) !important;
  color: #fff !important;
  padding: 0 20px !important;
  box-shadow: 0 5px 12px rgba(235, 90, 42, .2) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-btn.primary:hover {
  background: #d94d20 !important;
  transform: translateY(-1px) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-count {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--clean-text) !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-count > div {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-count label span {
  width: 34px !important;
  height: 34px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #dfe2e8 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #656c78 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-count input:checked + span {
  border-color: var(--clean-brand) !important;
  background: var(--clean-brand) !important;
  color: #fff !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-note-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin-top: 16px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-note-grid > section,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-options {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-commercial-upload-dialog.tb-commercial-upload-dialog {
  width: min(680px, calc(100vw - 32px)) !important;
  max-height: min(720px, calc(100dvh - 32px)) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 0 !important;
  box-shadow: 0 24px 80px rgba(20, 24, 34, .24) !important;
}

@media (max-width: 720px) {
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page {
    gap: 8px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page > .tb-v6-pagehead h2 {
    font-size: 18px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page form.tb-specific-form,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page form[data-ajax] {
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
    padding: 12px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-core-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-free-note-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-context-picker {
    flex-basis: 100% !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-form-actions,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-studio-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-compose-submit,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-ecom-submit-bar,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-generate-footer,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-batch-classic-submit {
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    align-items: stretch !important;
    flex-direction: column !important;
    padding: 10px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-product-submit > div,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-studio-submit > div {
    margin-right: 0 !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page.tb-simple-tool-page .tb-btn.primary {
    width: 100% !important;
    min-height: 46px !important;
  }

  .toolbox-body .tb-commercial-upload-dialog.tb-commercial-upload-dialog {
    width: calc(100vw - 16px) !important;
    max-width: none !important;
    max-height: calc(100dvh - 12px) !important;
    margin: auto auto 0 !important;
    border-radius: 10px 10px 0 0 !important;
  }
}

/* Product-note parity surface: this tool mirrors the compact creator flow
 * instead of inheriting the generic multi-panel creator layout. */
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] {
  --product-violet: #7137eb;
  --product-violet-soft: #f5f0ff;
  --product-orange: #f06423;
  --product-orange-strong: #e95416;
  --product-ink: #292632;
  --product-muted: #8b8795;
  --product-line: #e6e1ef;
  width: min(1120px, 100%) !important;
  padding-top: 8px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] > .tb-v6-pagehead {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-note-reference {
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 auto !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-reference-pagehead {
  display: block !important;
  width: 100% !important;
  margin: 0 0 52px !important;
  padding: 0 !important;
  text-align: center !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-reference-pagehead h3 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  color: var(--product-ink) !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: -.02em !important;
  text-align: center !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-reference-pagehead h3 span {
  color: var(--product-violet) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-reference-pagehead p {
  width: 100% !important;
  margin: 8px 0 0 !important;
  color: #8d8998 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] form.tb-product-note-form {
  position: relative !important;
  width: min(900px, calc(100% - 32px)) !important;
  max-width: 900px !important;
  margin: 0 auto 28px !important;
  border: 2px solid #9167f1 !important;
  border-radius: 14px !important;
  background: #fff !important;
  padding: 16px !important;
  box-shadow: 0 6px 14px rgba(83, 48, 154, .1) !important;
  overflow: visible !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] form.tb-product-note-form::before,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] form.tb-product-note-form::after,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-upload-trigger .tb-v6-upload-badge {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-note-modes {
  position: absolute !important;
  top: -54px !important;
  left: -2px !important;
  width: auto !important;
  max-width: calc(100% + 4px) !important;
  display: flex !important;
  gap: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-note-modes > label {
  position: relative !important;
  display: block !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-plan-card {
  width: 178px !important;
  min-width: 178px !important;
  height: 48px !important;
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 8px 8px 0 0 !important;
  background: #fff !important;
  color: #393542 !important;
  padding: 0 18px !important;
  box-shadow: 0 2px 6px rgba(48, 39, 69, .06) !important;
  transform: none !important;
  transition: background-color 180ms ease, color 180ms ease !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-note-modes input:checked + .tb-product-plan-card {
  background: linear-gradient(135deg, var(--product-orange), #ff7c35) !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(232, 83, 22, .22) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-plan-copy strong {
  display: block !important;
  color: inherit !important;
  font-size: 14px !important;
  font-weight: 740 !important;
  white-space: nowrap !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-plan-badge {
  position: absolute !important;
  top: -7px !important;
  right: 7px !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 16px !important;
  border-radius: 999px !important;
  background: #ff7a31 !important;
  color: #fff !important;
  padding: 0 6px !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 16px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-plan-check {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-note-modes > label:last-child .tb-product-plan-badge {
  background: #ee3e9a !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-reference-creator-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-creator-notice {
  order: 1 !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff5e6 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-creator-notice > summary {
  min-height: 48px !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: #796956 !important;
  padding: 8px 13px !important;
  cursor: pointer !important;
  list-style: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-creator-notice > summary span {
  flex: 1 1 auto !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-creator-notice > p {
  margin: 0 !important;
  padding: 0 13px 10px 36px !important;
  color: #8b7a65 !important;
  font-size: 12px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-main-input {
  order: 2 !important;
  position: relative !important;
  display: block !important;
  margin: 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-main-input textarea {
  width: 100% !important;
  min-height: 292px !important;
  resize: vertical !important;
  border: 1px solid #e7e3ec !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--product-ink) !important;
  padding: 18px 72px 34px 18px !important;
  box-shadow: inset 0 0 0 1px rgba(92, 67, 131, .02) !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-main-input textarea:focus {
  border-color: #8c66ec !important;
  outline: 3px solid rgba(113, 55, 235, .12) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-main-input > span {
  position: absolute !important;
  right: 16px !important;
  bottom: 11px !important;
  color: #aaa6b2 !important;
  font-size: 11px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-main-input > button {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  min-height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #77727d !important;
  color: #fff !important;
  padding: 0 9px !important;
  font-size: 11px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-options-bar {
  order: 3 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px 12px !important;
  margin: 0 !important;
  border: 1px solid #e9e4ef !important;
  border-radius: 8px !important;
  background: #fff !important;
  padding: 12px 14px !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-upload-trigger {
  order: 1 !important;
  width: auto !important;
  flex: 0 0 auto !important;
  min-width: 0 !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 !important;
  border: 1px solid #dacdf8 !important;
  border-radius: 6px !important;
  background: var(--product-violet-soft) !important;
  color: var(--product-violet) !important;
  padding: 0 12px !important;
  cursor: pointer !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-upload-trigger strong {
  color: inherit !important;
  font-size: 12px !important;
  font-weight: 760 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-upload-trigger em {
  color: #a19aa9 !important;
  font-size: 10px !important;
  font-style: normal !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-media-source-panel {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-picker,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-context-picker {
  position: relative !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-picker {
  order: 2 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-picker > summary,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-context-picker > summary {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  border: 0 !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #5e5967 !important;
  padding: 0 4px !important;
  box-shadow: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  font-size: 12px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-picker > summary:hover,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-context-picker > summary:hover {
  background: #f6f3fb !important;
  color: var(--product-violet) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-picker > summary small,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-context-picker > summary em {
  color: #aaa4b1 !important;
  font-size: 10px !important;
  font-style: normal !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-menu,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-context-picker-menu {
  position: absolute !important;
  z-index: 120 !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  width: min(410px, calc(100vw - 48px)) !important;
  max-height: min(460px, calc(100dvh - 160px)) !important;
  overflow: auto !important;
  border: 1px solid #e5dfec !important;
  border-radius: 10px !important;
  background: #fff !important;
  padding: 12px !important;
  box-shadow: 0 8px 20px rgba(42, 32, 61, .15) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-menu {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-menu .tb-field.full {
  grid-column: 1 / -1 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-menu textarea {
  min-height: 84px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-generation-context {
  order: 3 !important;
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-generation-context > header,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-context-selected {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-generation-context-grid {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-inline-select {
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 !important;
  color: #5e5967 !important;
  font-size: 12px !important;
  white-space: nowrap !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-tone {
  order: 4 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-inline-select:not(.tb-product-tone) {
  order: 5 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] [data-product-gallery-pages][hidden] {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-inline-select select {
  width: auto !important;
  min-width: 72px !important;
  min-height: 32px !important;
  height: 32px !important;
  border: 1px solid #e1dce7 !important;
  border-radius: 5px !important;
  background-color: #fff !important;
  padding: 0 26px 0 8px !important;
  color: #56505e !important;
  font-size: 11px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] button.tb-btn.primary.big.tb-product-generate {
  order: 10 !important;
  min-width: 166px !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  margin-left: auto !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: linear-gradient(135deg, #7237ed, #8a3ee6) !important;
  color: #fff !important;
  padding: 0 18px !important;
  box-shadow: 0 5px 10px rgba(112, 55, 235, .2) !important;
  font-size: 13px !important;
  font-weight: 760 !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] button.tb-btn.primary.big.tb-product-generate:hover {
  background: #6428dd !important;
  transform: translateY(-1px) !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] button.tb-btn.primary.big.tb-product-generate small {
  color: rgba(255, 255, 255, .82) !important;
  font-size: 10px !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-generation-hint {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] #toolStatus:empty,
.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] #toolResult:empty {
  display: none !important;
}

.toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-tool-case-gallery {
  width: min(900px, calc(100% - 32px)) !important;
  margin: 0 auto !important;
}

@media (max-width: 900px) {
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-reference-pagehead {
    margin-bottom: 48px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] form.tb-product-note-form {
    width: 100% !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-options-bar {
    align-items: stretch !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-generate {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 640px) {
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] {
    padding-top: 0 !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-reference-pagehead {
    margin-bottom: 54px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-reference-pagehead h3 {
    font-size: 21px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] form.tb-product-note-form {
    border-width: 1px !important;
    border-radius: 10px !important;
    padding: 10px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-note-modes {
    right: -1px !important;
    left: -1px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-note-modes > label {
    flex: 1 1 50% !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-plan-card {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 8px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-main-input textarea {
    min-height: 240px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-options-bar {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 10px !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-upload-trigger,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-generation-context,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-generate {
    grid-column: 1 / -1 !important;
  }

  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-product-style-menu,
  .toolbox-body .tb-app[data-app-shell][data-ui-revision="3"] .tb-simple-tool-page[data-simple-tool-page="product-note"] .tb-context-picker-menu {
    position: fixed !important;
    top: auto !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
    width: auto !important;
    max-height: 68dvh !important;
  }
}
