.webapp-page { background: #08090d; }

.webapp-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 48px;
}

.workspace-toolbar {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  padding: 12px 14px;
  margin-bottom: 12px;
}

.workspace-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 950;
}

.workspace-subtitle {
  color: #8ea0b7;
  font-size: .82rem;
  font-weight: 800;
  margin-top: 2px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.workspace-subtitle span + span {
  border-radius: 999px;
  background: rgba(255,173,122,.12);
  color: #ffbf91;
  padding: 4px 8px;
}

.workspace-subtitle span.connected {
  background: rgba(119,255,153,.12);
  color: #77ff99;
}

.webapp-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.webapp-actions .button {
  min-height: 42px;
  padding: 12px 15px;
}

.workspace-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.workspace-panel {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  background: #11131b;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
  overflow: hidden;
}

.listing-rail {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-height: 500px;
  max-height: calc(100svh - 176px);
}

.rail-head {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 0 12px;
}

.mini-add {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #315cff;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
}

.add-strip {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 56px;
  margin: 8px;
  border: 1px dashed rgba(86,120,255,.55);
  border-radius: 12px;
  background: rgba(49,92,255,.1);
  padding: 8px 10px;
  cursor: pointer;
}

.add-strip.dragging {
  border-color: #77ff99;
  background: rgba(119,255,153,.08);
}

.add-strip span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #315cff;
  color: #fff;
  font-weight: 950;
}

.add-strip strong {
  color: #fff;
  font-size: .9rem;
  line-height: 1.1;
}

.add-strip small {
  color: #9facbf;
  font-size: .76rem;
  font-weight: 800;
}

.mini-list {
  display: grid;
  align-content: start;
  gap: 4px;
  overflow: auto;
  padding: 0 8px 8px;
}

.mini-row {
  width: 100%;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: rgba(255,255,255,.035);
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  padding: 6px;
  text-align: left;
  cursor: pointer;
}

.mini-row:hover {
  background: rgba(255,255,255,.055);
}

.mini-row.active {
  border-color: rgba(124,77,255,.75);
  background: rgba(124,77,255,.16);
}

.mini-row img,
.mini-thumb-empty {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  object-fit: cover;
  background: #171a24;
}

.mini-thumb-empty {
  display: grid;
  place-items: center;
  color: #aeb9cc;
  font-weight: 900;
}

.mini-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.mini-copy strong {
  color: #fff;
  font-size: .84rem;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-copy span,
.empty-list span,
.empty-editor p {
  color: #8ea0b7;
  font-size: .76rem;
  line-height: 1.3;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffad7a;
}

.status-dot.ready { background: #77ff99; }
.status-dot.analyzing { background: #78a8ff; animation: pulse-dot 1.1s ease-in-out infinite; }
.status-dot.error { background: #ff7a7a; }
.status-dot.posting { background: #bd9cff; animation: pulse-dot 1.1s ease-in-out infinite; }
.status-dot.posted { background: #77ff99; box-shadow: 0 0 0 4px rgba(119,255,153,.08); }

.empty-list {
  display: grid;
  gap: 4px;
  padding: 14px;
}

.empty-list strong,
.empty-editor h2 {
  color: #fff;
}

.editor-panel {
  min-height: 500px;
  background: #0f1118;
}

.empty-editor {
  min-height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  gap: 6px;
  padding: 24px;
}

.empty-editor h2 {
  margin: 0;
  font-size: 1.35rem;
}

.empty-editor p {
  margin: 0;
}

.editor-shell {
  min-height: 500px;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
}

.editor-head {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 0 14px;
}

.editor-head strong {
  color: #fff;
  display: block;
  font-size: .98rem;
  line-height: 1.2;
  max-width: 520px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.editor-head span {
  color: #8ea0b7;
  font-size: .76rem;
  font-weight: 800;
}

.editor-status {
  border-radius: 999px;
  background: rgba(119,255,153,.12);
  color: #77ff99;
  font-size: .72rem;
  font-weight: 950;
  padding: 7px 9px;
  white-space: nowrap;
}

.editor-status.analyzing {
  background: rgba(120,168,255,.14);
  color: #9fc0ff;
}

.editor-status.error {
  background: rgba(255,122,122,.14);
  color: #ffadad;
}

.editor-status.needs {
  background: rgba(255,173,122,.14);
  color: #ffbf91;
}

.editor-status.posting {
  background: rgba(189,156,255,.15);
  color: #d4c5ff;
}

.editor-status.posted {
  background: rgba(119,255,153,.12);
  color: #77ff99;
}

.editor-body {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
}

.photo-panel,
.form-panel {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.photo-panel {
  padding: 10px;
  align-self: start;
}

.editor-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  background: #171a24;
}

.editor-photo-empty {
  display: grid;
  place-items: center;
  color: #aeb9cc;
  font-weight: 900;
}

.photo-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #8ea0b7;
  font-size: .76rem;
  font-weight: 800;
  margin-top: 9px;
}

.thumb-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
}

.thumb-item {
  position: relative;
  min-width: 0;
}

.thumb-item > button,
.thumb-add {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 9px;
  background: rgba(255,255,255,.055);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  overflow: hidden;
}

.thumb-item.selected > button {
  border-color: #7c4dff;
  box-shadow: 0 0 0 2px rgba(124,77,255,.18);
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-item > span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  border-radius: 999px;
  background: rgba(8,9,13,.72);
  color: #fff;
  font-size: .58rem;
  font-weight: 900;
  padding: 3px 5px;
}

.thumb-actions {
  position: absolute;
  top: 4px;
  right: 4px;
  display: flex;
  gap: 3px;
}

.thumb-actions button {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 6px;
  background: rgba(8,9,13,.72);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  cursor: pointer;
}

.thumb-actions button:disabled {
  opacity: .35;
  cursor: default;
}

.thumb-add {
  min-height: 58px;
  font-size: 1.3rem;
  font-weight: 950;
  text-decoration: none;
}

.form-panel {
  display: grid;
  gap: 12px;
  padding: 12px;
}

.section-box {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  padding: 12px;
}

.section-title {
  color: #fff;
  font-size: .86rem;
  font-weight: 950;
  margin-bottom: 10px;
}

.condition-row,
.price-tools-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.condition-row button,
.price-tools-row button {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #9facbf;
  font-size: .72rem;
  font-weight: 850;
  padding: 7px 9px;
}

.condition-row button.active {
  color: #77ff99;
  background: rgba(119,255,153,.1);
  border-color: rgba(119,255,153,.22);
}

.analysis-panel {
  min-height: 260px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}

.analysis-panel.error {
  place-items: start;
  align-content: start;
  text-align: left;
}

.analysis-panel h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0;
}

.analysis-panel p {
  color: #91a0b8;
  font-size: .86rem;
  line-height: 1.45;
  max-width: 420px;
  margin: 0;
}

.spinner {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.12);
  border-top-color: #78a8ff;
  animation: spin 1s linear infinite;
}

.ai-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ai-summary span {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #b8c4d6;
  font-size: .74rem;
  font-weight: 850;
  padding: 7px 9px;
}

.field-group {
  display: grid;
  gap: 6px;
}

.field-group label {
  color: #98a5b8;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.field-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  gap: 10px;
}

.form-panel input,
.form-panel textarea,
.form-panel select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 10px;
  background: rgba(255,255,255,.075);
  color: #fff;
  padding: 11px 12px;
  font: inherit;
}

.form-panel textarea {
  min-height: 152px;
  resize: vertical;
}

.form-panel select {
  appearance: none;
}

.package-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 78px repeat(3, minmax(0, .8fr)) 78px;
  gap: 9px;
}

.field-error {
  color: #ffad9a;
  font-size: .8rem;
  line-height: 1.35;
  margin: 0;
}

.field-hint {
  color: #9ba7c2;
  font-size: .78rem;
  font-weight: 850;
  margin: -3px 0 2px;
}

.editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,.07);
  padding-top: 12px;
}

.editor-actions button {
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
}

.editor-actions button[data-copy-draft],
.editor-actions button[data-post-listing] { background: #fff; color: #111318; }
.editor-actions button[data-retry-ai] { background: rgba(120,168,255,.16); color: #b8ceff; }
.editor-actions button[data-delete-draft] { background: rgba(240,93,62,.15); color: #ffad9a; }

.editor-body.review-flow {
  display: block;
  max-width: 760px;
  margin: 0 auto;
  overflow: auto;
  padding: 14px;
}

.review-photos {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.review-photos .thumb-list {
  display: flex;
  gap: 10px;
  margin: 0;
  overflow-x: auto;
  padding-bottom: 2px;
}

.review-photos .thumb-item,
.review-photos .thumb-add {
  width: 72px;
  min-width: 72px;
}

.review-image {
  width: 100%;
  max-height: 420px;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255,255,255,.035);
}

.review-card {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  padding: 14px;
  margin-bottom: 14px;
}

.review-eyebrow {
  display: block;
  color: #9ba7c2;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.helper-line,
.muted-line {
  color: #9ba7c2;
  font-size: .8rem;
  line-height: 1.35;
}

.condition-row button {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #9facbf;
  font-size: .74rem;
  font-weight: 850;
  padding: 7px 9px;
}

.condition-row button.active {
  color: #77ff99;
  background: rgba(119,255,153,.1);
  border-color: rgba(119,255,153,.22);
}

.review-card .field-group {
  margin-bottom: 14px;
}

.review-card .field-group.no-margin {
  margin-bottom: 0;
}

.review-card input,
.review-card textarea,
.review-card select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 10px;
  background: rgba(255,255,255,.075);
  color: #fff;
  padding: 12px;
  font: inherit;
}

.review-card textarea {
  min-height: 132px;
  resize: vertical;
}

.review-card .title-input {
  min-height: 58px;
}

.selector-button {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.065);
  color: #fff;
  min-height: 48px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.selector-button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.condition-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.condition-row button {
  cursor: pointer;
}

.package-title {
  color: #9ba7c2;
  font-size: .82rem;
  font-weight: 950;
  margin-bottom: 4px;
}

.package-note {
  color: rgba(220, 229, 244, .58);
  font-size: .72rem;
  font-weight: 760;
  line-height: 1.35;
  margin-bottom: 10px;
}

.package-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 78px;
  gap: 8px;
  align-items: center;
  margin-bottom: 10px;
}

.package-row.dimensions {
  grid-template-columns: 28px repeat(3, minmax(0, 1fr)) 78px;
}

.package-icon {
  color: #9ba7c2;
  font-weight: 900;
  text-align: center;
}

.specifics-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.specifics-add {
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #fff;
  cursor: pointer;
  font-size: .76rem;
  font-weight: 950;
  padding: 8px 11px;
  white-space: nowrap;
}

.aspects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.aspect-row {
  display: grid;
  gap: 6px;
}

.aspect-row label {
  color: #aeb4ca;
  font-size: .78rem;
  font-weight: 850;
}

.aspect-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px;
  gap: 6px;
}

.aspect-control input {
  min-width: 0;
}

.aspect-delete {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.065);
  color: #aeb4ca;
  cursor: pointer;
  font-weight: 950;
}

.aspect-row.missing input {
  border-color: rgba(255,210,87,.58);
  box-shadow: 0 0 0 3px rgba(255,210,87,.11);
}

.option-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.option-list button,
.site-list button,
.category-list button {
  width: 100%;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: rgba(255,255,255,.045);
  color: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.option-list button.active,
.site-list button.active,
.category-list button.leaf {
  border-color: rgba(124,77,255,.65);
  background: rgba(124,77,255,.16);
}

.option-list small {
  color: #9ba7c2;
  font-size: .76rem;
}

.shipping-connect {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.shipping-connect strong {
  color: #fff;
  display: block;
  font-size: 1.05rem;
}

.shipping-connect p,
.ebay-modal p,
.policy-modal p {
  color: #9ba7c2;
  margin: 6px 0 0;
  line-height: 1.45;
}

.shipping-connect button,
.post-button,
.cancel-button {
  border: 0;
  border-radius: 10px;
  min-height: 46px;
  padding: 12px 16px;
  font-weight: 950;
  cursor: pointer;
}

.shipping-connect button,
.post-button {
  background: #fff;
  color: #111318;
}

.connect-actions {
  display: grid;
  gap: 8px;
  min-width: 160px;
}

.connect-actions button:last-child {
  background: rgba(255,255,255,.075);
  color: #fff;
}

.cancel-button {
  background: rgba(255,255,255,.075);
  color: #fff;
}

.review-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 6px;
}

.posted-card {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(119,255,153,.22);
  border-radius: 14px;
  background: rgba(119,255,153,.08);
  padding: 14px;
}

.posted-check {
  width: max-content;
  border-radius: 999px;
  background: rgba(119,255,153,.16);
  color: #77ff99;
  font-size: .74rem;
  font-weight: 950;
  padding: 6px 9px;
}

.posted-card strong {
  color: #fff;
  display: block;
  font-size: 1.03rem;
}

.posted-card p {
  color: #b8c4d6;
  margin: 4px 0 0;
  line-height: 1.38;
}

.posted-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 9px;
}

.posted-actions a,
.posted-actions button {
  border: 0;
  border-radius: 10px;
  min-height: 44px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #111318;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.posted-actions button {
  background: rgba(255,255,255,.075);
  color: #fff;
}

.posted-actions .danger {
  background: rgba(255, 92, 92, .12);
  color: #ffb3b3;
}

.posted-actions .quiet {
  background: rgba(255,255,255,.045);
  color: #c7d2e4;
}

.posted-actions button:disabled {
  cursor: not-allowed;
  opacity: .56;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  place-items: center;
  background: rgba(3,4,8,.68);
  padding: 18px;
}

.modal-panel {
  width: min(560px, 100%);
  max-height: min(760px, calc(100svh - 36px));
  overflow: auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: linear-gradient(135deg, #181630, #0f0c29);
  box-shadow: 0 24px 80px rgba(0,0,0,.48);
  padding: 16px;
}

.modal-head {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.modal-head strong,
.ebay-modal h3 {
  color: #fff;
  margin: 0;
}

.modal-head button {
  border: 0;
  border-radius: 9px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 9px 11px;
  font-weight: 900;
  cursor: pointer;
}

.breadcrumb {
  border-radius: 10px;
  background: rgba(255,255,255,.055);
  color: #b8c4d6;
  padding: 11px 12px;
  margin-bottom: 10px;
  font-size: .86rem;
  font-weight: 800;
}

.category-list,
.site-list {
  display: grid;
  gap: 8px;
}

.category-list button.path span {
  color: #a989ff;
}

.modal-loading {
  color: #fff;
  padding: 30px;
  text-align: center;
}

.prompt-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #7c4dff;
  color: #fff;
  font-weight: 950;
}

.ebay-modal label {
  display: block;
  color: #98a5b8;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 16px 0 7px;
}

.ebay-modal .post-button,
.ebay-modal .cancel-button,
.policy-modal .post-button,
.policy-modal .cancel-button {
  width: 100%;
  margin-top: 10px;
}

.policy-modal h3 {
  color: #fff;
  margin: 0;
}

.policy-steps {
  display: grid;
  gap: 8px;
  margin: 14px 0 4px;
}

.policy-steps span {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  background: rgba(255,255,255,.055);
  color: #dce5f4;
  font-size: .88rem;
  font-weight: 850;
  padding: 10px 11px;
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 200;
  border-radius: 14px;
  background: #111318;
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  padding: 14px 16px;
  box-shadow: var(--shadow);
  font-weight: 800;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes pulse-dot {
  0%, 100% { opacity: .45; }
  50% { opacity: 1; }
}

@media (max-width: 980px) {
  .workspace-layout,
  .editor-body,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .listing-rail,
  .editor-panel,
  .editor-shell {
    min-height: auto;
    max-height: none;
  }

  .mini-list {
    max-height: 300px;
  }
}

@media (max-width: 640px) {
  .webapp-shell {
    width: min(100% - 24px, var(--max));
    padding-top: 128px;
  }

  .workspace-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .webapp-actions {
    width: 100%;
    justify-content: stretch;
  }

  .webapp-actions .button {
    flex: 1;
    text-align: center;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .aspects-grid {
    grid-template-columns: 1fr;
  }

  .editor-head {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 14px;
  }
}
