.jdc-page #sidebar,
.jdc-page .entry-title {
  display: none;
}
.jdc-page #left-area {
  width: 100%;
  float: none;
  padding-right: 0;
}
.jdc-page #main-content .container:before {
  display: none;
}
.jdc-page #main-content {
  background: #f4f4f4;
}
.jdc-page footer.et-l--footer .et_pb_section_1_tb_footer {
  display: none !important;
}
.jdc-page .et-l--header .et_pb_image_wrap img[title="juxtlogo"] {
  filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(0%)
    hue-rotate(163deg) brightness(93%) contrast(88%);
}
.jdc-shell {
  --orange: #e8651f;
  --charcoal: #2d2d2d;
  --slate: #4d5356;
  --gray: #768287;
  --mist: #d6dee0;
  --paper: #f4f4f4;
  --white: #fff;
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 20px 88px;
  color: var(--charcoal);
  font-family: inherit;
}
.jdc-page.jdc-reviewing #main-content .container {
  box-sizing: border-box;
  max-width: none;
  padding-left: clamp(16px, 2.5vw, 44px);
  padding-right: clamp(16px, 2.5vw, 44px);
  width: 100%;
}
.jdc-shell.is-reviewing {
  max-width: none;
}
.jdc-hero {
  max-width: 800px;
  margin-bottom: 38px;
}
.jdc-eyebrow {
  margin: 0 0 -6px;
  color: var(--orange);
  font-family: "Overpass Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.jdc-hero .jdc-eyebrow {
  margin-bottom: -20px;
}
.jdc-hero h1 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(42px, 7vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}
.jdc-hero > p:last-child {
  max-width: 650px;
  color: var(--slate);
  font-size: 20px;
}
.jdc-card,
.jdc-dashboard,
.jdc-auth,
.jdc-editor,
.jdc-version-panel,
.jdc-review-head,
.jdc-feedback,
.jdc-empty-card {
  position: relative;
  border: 0;
  border-radius: 0;
  background: var(--white);
  box-shadow: 12px 12px 0 var(--mist);
}
.jdc-auth,
.jdc-dashboard,
.jdc-editor {
  clip-path: polygon(42px 0, 100% 0, 100% 100%, 0 100%, 0 42px);
}
.jdc-auth:before,
.jdc-dashboard:before,
.jdc-editor:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 59px;
  height: 4px;
  background: var(--orange);
  content: "";
  transform: rotate(-45deg) translate(-14px, 5px);
  transform-origin: left top;
}
.jdc-loading {
  max-width: 590px;
  padding: 32px 42px;
  color: var(--slate);
}
.jdc-loading p {
  margin: 0;
  font-family: "Overpass Mono", monospace;
  font-weight: 700;
}
.jdc-auth {
  max-width: 590px;
  padding: 42px;
}
.jdc-auth h2,
.jdc-dashboard h2,
.jdc-editor h2,
.jdc-review-head h2 {
  margin: 0 0 8px;
  color: var(--charcoal);
  font-size: 34px;
}
.jdc-auth > p,
.jdc-dashboard-head p,
.jdc-editor header p,
.jdc-review-head p {
  color: var(--slate);
}
.jdc-shell button,
.jdc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 7px;
  border: 0;
  border-bottom: 5px solid var(--orange);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--charcoal) !important;
  font-family: "Overpass Mono", monospace;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.jdc-shell button:hover,
.jdc-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange) !important;
}
.jdc-shell button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.jdc-shell button.secondary,
.jdc-button.secondary {
  background: transparent;
}
.jdc-back {
  margin: 0 0 24px;
  padding: 0 !important;
  border: 0 !important;
  color: var(--orange) !important;
}
.jdc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.jdc-notice {
  max-width: 700px;
  margin: 20px 0;
  padding: 14px 18px;
  border-left: 6px solid var(--orange);
  background: var(--mist);
  color: var(--charcoal);
}
.jdc-notice.is-error {
  border-left-color: var(--charcoal);
  background: #f7d9cd;
}
.jdc-privacy,
.jdc-muted {
  color: var(--gray);
  font-size: 14px;
}
.jdc-shell label {
  display: block;
  margin: 24px 0 8px;
  color: var(--charcoal);
  font-family: "Overpass Mono", monospace;
  font-weight: 700;
}
.jdc-shell [hidden] {
  display: none !important;
}
.jdc-shell label > span {
  display: block;
  margin-top: 5px;
  color: var(--gray);
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
}
.jdc-shell input,
.jdc-shell select,
.jdc-shell textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 14px 15px;
  border: 2px solid var(--charcoal);
  border-radius: 0;
  background: var(--white);
  color: var(--charcoal);
  font: inherit;
}
.jdc-shell input:focus,
.jdc-shell select:focus,
.jdc-shell textarea:focus {
  outline: 3px solid rgba(232, 101, 31, 0.35);
  outline-offset: 2px;
}
.jdc-auth form button {
  margin: 22px 0 28px;
}
.jdc-dashboard {
  padding: 42px;
}
.jdc-dashboard-head,
.jdc-review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
a.jdc-button,
button.jdc-button {
  font-size: 13px !important;
  min-width: 70%;
}
.jdc-tabs {
  display: flex;
  gap: 14px;
  overflow: auto;
  margin: 0;
  padding: 4px 10px 10px 4px;
}
.jdc-filter-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin: 72px -4px 30px;
}
.jdc-filter-bar .jdc-tabs {
  flex: 1 1 auto;
}
.jdc-filter-bar label {
  flex: 0 0 min(280px, 32vw);
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.jdc-filter-bar select,
.jdc-filter-bar input[type="search"] {
  height: 48px;
  margin-top: 0;
  padding: 14px 15px;
  font-family: "Overpass Mono", monospace;
  font-size: 13px;
  font-weight: 400;
}
.jdc-filter-empty {
  padding: 36px 0;
  border-top: 2px solid var(--mist);
}
.jdc-live-search {
  display: block;
  max-width: 520px;
  margin: 24px 0;
  font-size: 11px;
  text-transform: uppercase;
}
.jdc-live-search input {
  height: 48px;
  margin-top: 0;
  padding: 14px 15px;
  font-family: "Overpass Mono", monospace;
  font-size: 13px;
  font-weight: 400;
}
.jdc-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.jdc-collection-manage {
  display: inline-block;
  margin: 16px 0 4px;
  color: var(--charcoal);
  font: 800 11px "Overpass Mono", monospace;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.jdc-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}
.jdc-collection-card {
  padding: 28px;
  border-top: 7px solid var(--orange);
  background: var(--paper);
}
.jdc-collection-card.accent-charcoal,
.jdc-collection-hero.accent-charcoal { border-color: var(--charcoal); }
.jdc-collection-card.accent-green,
.jdc-collection-hero.accent-green { border-color: #63835a; }
.jdc-collection-card.accent-blue,
.jdc-collection-hero.accent-blue { border-color: #557c93; }
.jdc-collection-card-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.jdc-collection-card h3 { margin: 4px 0 10px; }
.jdc-collection-card > p { min-height: 48px; }
.jdc-collection-card .jdc-button { margin-top: 20px; }
.jdc-collection-progress {
  height: 7px;
  margin: 22px 0 8px;
  overflow: hidden;
  background: #ddd;
}
.jdc-collection-progress span {
  display: block;
  height: 100%;
  background: var(--orange);
}
.jdc-collection-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 34px;
  border-left: 9px solid var(--orange);
  background: var(--paper);
}
.jdc-collection-document-list article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  border-top: 2px solid var(--mist);
}
.jdc-collection-document-list h3 { margin: 3px 0 0; }
.jdc-collection-order {
  color: var(--orange);
  font: 700 15px "Overpass Mono", monospace;
}
.jdc-collection-editor { max-width: 760px; }
.jdc-collection-picker {
  margin: 30px 0;
  padding: 24px;
  border: 0;
  background: var(--paper);
}
.jdc-collection-picker legend {
  font: 800 13px "Overpass Mono", monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.jdc-collection-picker [data-collection-documents] {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.jdc-collection-picker label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  margin: 0;
  padding: 14px;
  background: var(--white);
}
.jdc-collection-picker input { width: auto; }
.jdc-collection-picker strong { display: block; }
.jdc-tabs button {
  border-bottom-color: var(--charcoal);
  white-space: nowrap;
}
.jdc-tabs button.active {
  border-bottom-color: var(--orange);
  color: var(--orange) !important;
}
.jdc-document {
  display: grid;
  grid-template-columns: 1fr 150px 90px;
  align-items: center;
  gap: 18px;
  padding: 25px 0;
  border-top: 1px solid #d6dee07d;
  will-change: opacity, transform;
}
.jdc-document-mark {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.1em;
}
.jdc-document-title {
  display: flex;
  align-items: baseline;
  gap: 18px;
}
.jdc-document h3 {
  margin: 2px 0 5px;
  font-size: 20px;
}
.jdc-document p {
  margin: 0;
  color: var(--slate);
}
.jdc-kicker {
  color: var(--gray);
  font-family: "Overpass Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
span.jdc-kicker {
  margin-left: 44px;
}
.jdc-document-client {
  margin-left: 44px;
}
span.jdc-response-status.reviewed {
  margin-left: 44px;
}
.jdc-document-meta {
  text-align: left;
}
.jdc-document-meta small {
  display: block;
  margin-top: 8px;
  color: var(--gray);
  line-height: 1.5;
}
.jdc-document-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.jdc-document-actions .jdc-button {
  white-space: nowrap;
}
.jdc-collection-accordion {
  margin-top: 18px;
  background: var(--paper);
  border-bottom: 2px solid var(--mist);
}
.jdc-collection-accordion.is-drop-target {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}
.jdc-dashboard.is-uncollected-target {
  box-shadow: inset 0 -5px 0 var(--charcoal), 12px 12px 0 var(--mist);
}
.jdc-document[draggable="true"] { cursor: grab; }
.jdc-document.is-dragging {
  opacity: 0.35;
  cursor: grabbing;
}
.jdc-collection-accordion summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
}
.jdc-collection-accordion summary::-webkit-details-marker { display: none; }
.jdc-collection-accordion summary strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
}
.jdc-collection-accordion summary small {
  display: block;
  margin-top: 4px;
  color: var(--gray);
}
.jdc-accordion-toggle::before {
  display: block;
  color: var(--orange);
  font-size: 24px;
  content: "+";
}
.jdc-collection-accordion[open] .jdc-accordion-toggle::before { content: "−"; }
.jdc-accordion-body {
  padding: 0 22px 8px;
  background: var(--white);
  animation: jdc-accordion-in 180ms ease-out;
}
@keyframes jdc-accordion-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .jdc-accordion-body { animation: none; }
}
.jdc-status {
  display: inline-block;
  padding: 5px 9px;
  background: var(--mist);
  text-transform: capitalize;
}
.jdc-status.published {
  background: #dcebdc;
}
.jdc-empty-card {
  padding: 32px 42px;
}
.jdc-editor-shell {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(290px, 1fr);
  gap: 28px;
}
.jdc-editor,
.jdc-version-panel {
  padding: 42px;
}
.jdc-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.jdc-workflows {
  margin: 28px 0;
  padding: 22px;
  border: 0;
  border-left: 8px solid var(--orange);
  background: var(--paper);
}
.jdc-workflows legend {
  font-family: "Overpass Mono", monospace;
  font-weight: 800;
  text-transform: uppercase;
}
.jdc-workflows label {
  display: flex;
  gap: 12px;
  margin: 16px 0;
  font-family: inherit;
}
.jdc-workflows input {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  margin: 3px 0 0;
  accent-color: var(--orange);
}
.jdc-workflows span {
  margin: 0 !important;
  font-size: 14px !important;
}
.jdc-workflows strong {
  display: block;
  margin-bottom: 3px;
  color: var(--charcoal);
  font-size: 16px;
}
.jdc-version-panel {
  align-self: start;
  box-shadow: none;
  border-top: 8px solid var(--orange);
}
.jdc-version-panel h3 {
  margin: 8px 0;
}
.jdc-version-panel ol {
  padding-left: 22px;
}
.jdc-version-panel li {
  padding: 10px 0;
  border-bottom: 1px solid var(--mist);
}
.jdc-version-panel li span {
  display: block;
  color: var(--gray);
  font-size: 13px;
}
.jdc-callout {
  margin-top: 26px;
  padding: 20px;
  border-left: 6px solid var(--orange);
  background: var(--paper);
}
.jdc-review-head {
  display: grid;
  grid-template-columns: minmax(0, 65fr) minmax(330px, 35fr);
  margin-bottom: 24px;
  padding: 0;
  border-top: 8px solid var(--orange);
  box-shadow: none;
}
.jdc-review-title {
  padding: 32px 42px;
}
.jdc-review-head-side {
  padding: 28px;
  border-left: none;
}
.jdc-review {
  display: grid;
  grid-template-columns: minmax(0, 65fr) minmax(330px, 35fr);
  min-height: 75vh;
}
.jdc-viewer {
  align-self: start;
  box-sizing: border-box;
  height: calc(100vh - 24px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 0 18px 18px;
  background: #4d5356;
}
.jdc-viewer iframe {
  width: 100%;
  height: 78vh;
  border: 0;
  background: #fff;
}
.jdc-viewer-empty {
  padding: 70px 30px;
  background: #fff;
  text-align: center;
}
.jdc-pdf-toolbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 -18px 18px;
  padding: 15px 18px;
  background: var(--charcoal);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  color: var(--white);
}
.jdc-pdf-toolbar > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.jdc-pdf-toolbar span {
  color: var(--mist);
  font-size: 13px;
}
.jdc-pdf-toolbar button {
  border-bottom-color: var(--white);
  color: var(--white) !important;
}
.jdc-pdf-pages {
  display: grid;
  justify-items: center;
  gap: 28px;
}
.jdc-pdf-page {
  position: relative;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.jdc-pdf-page canvas {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.jdc-pin-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.jdc-viewer.is-annotating .jdc-pin-layer {
  cursor: crosshair;
  pointer-events: auto;
}
.jdc-pin {
  position: absolute;
  z-index: 3;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px !important;
  padding: 0 !important;
  border: 3px solid var(--white) !important;
  border-radius: 50% !important;
  background: var(--orange) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35) !important;
  color: var(--white) !important;
  font-size: 13px;
  pointer-events: auto;
}
.jdc-page-number {
  position: absolute;
  right: 10px;
  bottom: 8px;
  padding: 3px 7px;
  background: rgba(45, 45, 45, 0.82);
  color: #fff;
  font: 11px "Overpass Mono", monospace;
}
.jdc-annotation-dialog,
.jdc-identity-dialog {
  width: min(520px, calc(100vw - 40px));
  padding: 0;
  border: 0;
  background: var(--white);
  box-shadow: 14px 14px 0 var(--orange);
  color: var(--charcoal);
}
.jdc-annotation-dialog::backdrop,
.jdc-identity-dialog::backdrop {
  background: rgba(45, 45, 45, 0.72);
}
.jdc-annotation-dialog form,
.jdc-identity-dialog form {
  padding: 34px;
  text-align: left;
}
.jdc-review:fullscreen {
  overflow: auto;
  padding: 20px;
  background: var(--paper);
}
.jdc-feedback {
  position: sticky;
  top: 12px;
  align-self: start;
  box-sizing: border-box;
  height: calc(100vh - 24px);
  padding: 28px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  box-shadow: none;
  text-align: left !important;
}
.jdc-feedback > *,
.jdc-client-notes,
.jdc-comments,
.jdc-feedback form,
.jdc-review-head > .jdc-decision {
  text-align: left !important;
}
.jdc-video {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto 24px 0;
  border: 0;
}
.jdc-loom-recorder {
  margin: 30px 0;
  padding: 24px;
  border-left: 8px solid var(--orange);
  background: var(--paper);
}
.jdc-loom-recorder h3 {
  margin: 8px 0;
  font-size: 24px;
}
.jdc-loom-recorder > p:not(.jdc-eyebrow) {
  margin: 8px 0 18px;
  color: var(--slate);
}
.jdc-loom-recorder [data-loom-status] {
  margin: 12px 0 0;
}
.jdc-loom-recorder [data-loom-preview] {
  margin-top: 20px;
}
.jdc-loom-recorder .jdc-video {
  margin-bottom: 0;
}
.jdc-client-notes {
  margin-bottom: 28px;
  padding: 22px;
  border-left: 8px solid var(--orange);
  background: var(--paper);
}
.jdc-client-notes .jdc-eyebrow {
  margin-bottom: 8px;
}
.jdc-comments article {
  padding: 16px 0;
  border-top: 1px solid var(--mist);
}
.jdc-comments article[role="button"] {
  cursor: pointer;
}
.jdc-comments article[role="button"]:hover,
.jdc-comments article[role="button"]:focus,
.jdc-comments article.is-highlighted {
  outline: 3px solid rgba(232, 101, 31, 0.35);
  outline-offset: 5px;
}
.jdc-pin.is-highlighted {
  box-shadow: 0 0 0 7px rgba(232, 101, 31, 0.3), 0 3px 10px rgba(0, 0, 0, 0.35) !important;
}
.jdc-comments small {
  display: block;
  margin-top: 3px;
  color: var(--gray);
}
.jdc-decision {
  margin-top: 32px;
  padding: 22px;
  border-left: 8px solid var(--orange);
  background: var(--paper);
}
.jdc-decision .jdc-eyebrow {
  margin-bottom: 16px;
}
.jdc-decision-status {
  margin: 0 0 18px;
  font-weight: 700;
  line-height: 1.45;
}
.jdc-response-status {
  display: inline-block;
  margin: 8px 8px 2px 0;
  padding: 5px 9px;
  background: #e8f3e5;
  color: #254b22;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.jdc-response-status.request_edits {
  background: #fbe7dc;
  color: #843811;
}
.jdc-admin-response {
  display: grid;
  gap: 5px;
  margin-bottom: 18px;
}
.jdc-admin-response .jdc-eyebrow,
.jdc-admin-response small {
  margin: 0;
}
.jdc-decision button {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 14px;
  text-align: left;
}
.jdc-review-head-side > .jdc-decision {
  margin: 0;
  text-align: left;
}
.jdc-review-head-side > .jdc-decision .jdc-eyebrow {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .jdc-review-head {
    display: block;
  }
  .jdc-review-title,
  .jdc-review-head-side {
    padding: 28px;
  }
  .jdc-review-head-side {
    border-top: 1px solid var(--mist);
    border-left: 0;
  }
  .jdc-review {
    grid-template-columns: 1fr;
  }
  .jdc-feedback {
    position: static;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .jdc-viewer {
    height: auto;
    overflow: visible;
  }
}
@media (max-width: 800px) {
  .jdc-collection-grid { grid-template-columns: 1fr; }
  .jdc-collection-hero { flex-direction: column; }
  .jdc-collection-document-list article { grid-template-columns: 34px 1fr; }
  .jdc-collection-document-list article > .jdc-response-status,
  .jdc-collection-document-list article > .jdc-button { grid-column: 2; }
  .jdc-filter-bar {
    align-items: stretch;
    flex-direction: column;
  }
  .jdc-filter-bar label {
    flex-basis: auto;
    width: 100%;
  }
  .jdc-shell {
    padding-top: 34px;
  }
  .jdc-auth,
  .jdc-dashboard,
  .jdc-editor {
    padding: 30px 24px;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  }
  .jdc-dashboard-head,
  .jdc-review-head {
    display: block;
  }
  .jdc-dashboard-head .jdc-actions,
  .jdc-review-head-side > button {
    margin-top: 20px;
  }
  .jdc-review-head-side > .jdc-decision {
    box-sizing: border-box;
    width: 100%;
  }
  .jdc-document {
    grid-template-columns: 1fr;
  }
  .jdc-document-meta {
    text-align: left;
  }
  .jdc-document > button,
  .jdc-document > .jdc-button,
  .jdc-document-actions {
    grid-column: 1;
    width: max-content;
  }
  .jdc-editor-shell,
  .jdc-review,
  .jdc-field-grid {
    grid-template-columns: 1fr;
  }
  .jdc-viewer iframe {
    height: 60vh;
  }
  .jdc-feedback {
    max-height: none;
  }
}
