/* Persistent editorial controls: the masthead leaves, while navigation and the next action stay reachable. */
.admin-masthead__actions {
  padding-right: 0;
}

.admin-desk-index {
  position: fixed;
  z-index: 120;
  top: 24px;
  right: 44px;
}

.admin-desk-index__nav-disclosure {
  border-top: 1px solid #e4e0da;
}

.admin-desk-index__nav-disclosure.is-opening {
  transition: height 0.68s cubic-bezier(0.22, 0.72, 0.24, 1);
}

.admin-desk-index__nav-disclosure:first-child {
  border-top-color: #aaa39a;
}

.admin-desk-index__nav-disclosure > summary {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 2px 8px;
  padding: 13px 9px 13px 0;
  color: #171513;
  list-style: none;
  cursor: pointer;
  transition: background 0.24s ease, color 0.24s ease;
}

.admin-desk-index__nav-disclosure > summary::-webkit-details-marker {
  display: none;
}

.admin-desk-index__nav-disclosure > summary::marker {
  content: "";
}

.admin-desk-index__nav-disclosure > summary > span {
  grid-row: 1 / 3;
  color: #9b948c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.admin-desk-index__nav-disclosure > summary strong {
  font-size: 11px;
  line-height: 1.2;
}

.admin-desk-index__nav-disclosure > summary small {
  overflow: hidden;
  color: #817b74;
  font-size: 9px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-desk-index__nav-disclosure > summary:hover,
.admin-desk-index__nav-disclosure > summary:focus-visible,
.admin-desk-index__nav-disclosure[open] > summary {
  margin-right: -8px;
  margin-left: -8px;
  padding-right: 17px;
  padding-left: 8px;
  background: #f3f0ea;
  outline: 0;
}

.admin-desk-index__nav-disclosure.is-active > summary,
.admin-desk-index__nav-disclosure.is-active > summary > span {
  color: #99192f;
}

.admin-desk-index__submenu {
  display: grid;
  margin: 2px 0 10px 33px;
  padding: 2px 0 3px 15px;
  transform-origin: top;
  will-change: opacity, transform;
}

.admin-desk-index__nav-disclosure.is-opening-prep .admin-desk-index__submenu {
  opacity: 0;
  transform: translateY(-9px) scaleY(0.94);
}

.admin-desk-index__nav-disclosure.is-opening .admin-desk-index__submenu {
  opacity: 1;
  transform: translateY(0) scaleY(1);
  transition: opacity 0.54s 0.08s ease, transform 0.62s 0.08s cubic-bezier(0.22, 0.72, 0.24, 1);
}

.admin-desk-index__nav-disclosure.is-opening-prep .admin-desk-index__submenu a {
  opacity: 0;
  transform: translateY(-5px);
}

.admin-desk-index__nav-disclosure.is-opening .admin-desk-index__submenu a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.46s 0.13s ease, transform 0.54s 0.13s cubic-bezier(0.22, 0.72, 0.24, 1);
}

.admin-desk-index__nav-disclosure.is-opening .admin-desk-index__submenu a:nth-child(2) {
  transition-delay: 0.2s;
}

.admin-desk-index__nav-disclosure.is-opening .admin-desk-index__submenu a:nth-child(3) {
  transition-delay: 0.27s;
}

.admin-desk-index__groups .admin-desk-index__submenu a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  border-top: 0;
  padding: 8px 10px;
}

.admin-desk-index__groups .admin-desk-index__submenu a:first-child {
  border-top: 0;
}

.admin-desk-index__groups .admin-desk-index__submenu a strong {
  font-size: 10px;
}

.admin-desk-index__groups .admin-desk-index__submenu a small {
  color: #817b74;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9px;
  line-height: 1.35;
  white-space: normal;
}

.admin-desk-index__groups .admin-desk-index__submenu a:hover,
.admin-desk-index__groups .admin-desk-index__submenu a:focus-visible {
  margin-right: 0;
  margin-left: 0;
  padding-right: 10px;
  padding-left: 10px;
  background: #f3f0ea;
  outline: 2px solid transparent;
}

.admin-desk-index__groups .admin-desk-index__submenu a.is-active {
  background: #fff4f5;
}

.admin-masthead {
  height: 94px;
  transition: min-height 0.2s ease, height 0.2s ease, border-color 0.2s ease;
}

.admin-masthead > .admin-masthead__brand,
.admin-masthead > .admin-masthead__page,
.admin-masthead__account {
  transition: opacity 0.14s ease;
}

.admin-masthead.is-scrolled-away {
  height: 0;
  min-height: 0;
  border-bottom-color: transparent;
}

.admin-masthead.is-scrolled-away > .admin-masthead__brand,
.admin-masthead.is-scrolled-away > .admin-masthead__page,
.admin-masthead.is-scrolled-away .admin-masthead__account {
  opacity: 0;
  pointer-events: none;
}

.admin-masthead.is-scrolled-away + .article-workbench {
  height: 100vh;
}

.admin-masthead.is-scrolled-away + .article-workbench .article-workbench__issuebar {
  padding-right: 26px;
}

.admin-masthead.is-scrolled-away + .article-workbench .article-workbench__issuebar dl {
  margin-right: 140px;
}

.admin-masthead.is-scrolled-away + .article-workbench .article-workbench__issuebar dl div:last-child {
  display: none;
}

.article-workbench__sticky-action {
  position: fixed;
  z-index: 44;
  right: 24px;
  bottom: max(18px, env(safe-area-inset-bottom));
  display: grid;
  width: min(260px, calc(100vw - 48px));
  gap: 7px;
  max-width: calc(100vw - 48px);
}

.article-workbench__sticky-action > .button {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border-radius: 999px;
  padding-right: 22px;
  padding-left: 22px;
  box-shadow: 0 12px 28px rgb(29 22 18 / 18%), 0 2px 7px rgb(29 22 18 / 10%);
  white-space: nowrap;
}

.approval-quickcheck__edit-actions {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 6px;
  border: 1px solid #c7c0b7;
  border-radius: 17px;
  padding: 6px;
  background: rgb(255 254 250 / 97%);
  box-shadow: 0 12px 28px rgb(29 22 18 / 18%), 0 2px 7px rgb(29 22 18 / 10%);
  backdrop-filter: blur(12px);
}

.approval-quickcheck__edit-actions[hidden] {
  display: none;
}

.approval-quickcheck__edit-actions .button {
  min-width: 0;
  min-height: 36px;
  border-radius: 999px;
  padding: 0 12px;
  font-size: 8px;
}

.approval-quickcheck__discard {
  border-color: transparent;
  background: transparent;
  color: #6e6861;
}

.approval-quickcheck__discard:hover,
.approval-quickcheck__discard:focus-visible {
  border-color: #c7c0b7;
  background: #f4f1ec;
}

.approval-quickcheck__save-message {
  grid-column: 1 / -1;
  color: #99192f;
  font-size: 8px;
  line-height: 1.35;
  text-align: center;
}

.approval-quickcheck__save-message:empty {
  display: none;
}

.article-workbench__sticky-action[data-state="approved"] > .button,
.article-workbench__sticky-action[data-state="published"] > .button {
  border-color: #91b09a;
  background: #edf5ef;
  color: #24613c;
  opacity: 1;
}

.article-workbench__sticky-action[data-state="blocked"] > .button,
.approval-quickcheck[data-state="blocked"] .approval-quickcheck__popover footer .button:disabled {
  border-color: #c5beb5;
  background: #f0ede8;
  color: #746e67;
  opacity: 1;
}

.article-workbench__sticky-action[data-state="checking"] > .button {
  border-color: #b49450;
}

.article-workbench__sticky-action[data-state="error"] > .button {
  border-color: #99192f;
}

.approval-quickcheck__trigger {
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.approval-quickcheck__trigger:hover,
.approval-quickcheck__trigger:focus-visible,
.approval-quickcheck.is-open .approval-quickcheck__trigger {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgb(29 22 18 / 22%), 0 3px 8px rgb(29 22 18 / 12%);
  outline: 0;
}

.approval-quickcheck__popover {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(390px, calc(100vw - 48px));
  max-height: min(620px, calc(100vh - 110px));
  overflow: auto;
  border: 1px solid #c7c0b7;
  border-top: 4px solid #99192f;
  border-radius: 16px;
  background: #fffefa;
  color: #171513;
  box-shadow: 0 24px 64px rgb(25 19 15 / 22%), 0 5px 16px rgb(25 19 15 / 10%);
  transform-origin: right bottom;
  animation: approval-quickcheck-in 0.2s cubic-bezier(0.22, 0.72, 0.24, 1);
}

.approval-quickcheck__popover[hidden] {
  display: none;
}

.approval-quickcheck__popover > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #d7d1c9;
  padding: 18px 20px 15px;
}

.approval-quickcheck__popover > header span {
  display: block;
  color: #99192f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.approval-quickcheck__popover > header h2 {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.08;
}

.approval-quickcheck__popover > header > strong {
  flex: 0 0 auto;
  border: 1px solid #c9c2b9;
  border-radius: 999px;
  padding: 6px 9px;
  color: #6f6962;
  font-size: 9px;
}

.approval-quickcheck__summary {
  margin: 0;
  border-bottom: 1px solid #ded8d0;
  padding: 14px 20px;
  color: #6d665f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.45;
}

.approval-quickcheck__list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 17px 20px 18px;
  list-style: none;
}

.approval-quickcheck__list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #5f5953;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.approval-quickcheck__list li span {
  display: inline-flex;
  width: 46px;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7c0b8;
  border-radius: 999px;
  background: #fbfaf7;
  color: #77716a;
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.approval-quickcheck__list li.is-complete {
  color: #24613c;
}

.approval-quickcheck__list li.is-complete span {
  border-color: #6ba07b;
  color: #24613c;
}

.approval-quickcheck__attention {
  margin: 0 20px;
  border-top: 1px solid #d7d1c9;
  padding: 17px 0 18px;
}

.approval-quickcheck__attention[hidden] {
  display: none;
}

.approval-quickcheck__attention h3 {
  margin: 0 0 11px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 400;
}

.approval-quickcheck__attention ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.approval-quickcheck__attention li {
  border-left: 2px solid #99192f;
  padding-left: 10px;
  color: #6a625b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.4;
}

.approval-quickcheck__popover > footer {
  border-top: 1px solid #d7d1c9;
  padding: 14px 20px 18px;
}

.approval-quickcheck__popover > footer .button {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
}

.approval-quickcheck__popover > footer .role-note {
  display: block;
  text-align: center;
}

@keyframes approval-quickcheck-in {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.article-workbench--individual {
  --queue-width: 0px;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}

.article-workbench--individual .article-workbench__issuebar,
.article-workbench--individual .article-workbench__copy {
  grid-column: 1;
}

.article-workbench--individual .article-workbench__issuebar--individual {
  grid-template-columns: 210px minmax(0, 1fr);
  padding-right: 164px;
}

.article-workbench--individual .article-workbench__copy {
  padding-left: 76px;
}

.article-workbench--individual .article-editor__dirty-actions {
  left: 76px;
}

.article-workbench:has(.article-workbench__sticky-action) .article-editor__dirty-actions {
  right: 230px;
}

.standalone-stories-page {
  width: min(1440px, calc(100% - 88px));
  margin: 0 auto;
  padding: 64px 0 100px;
}

.standalone-stories-hero {
  display: grid;
  grid-template-columns: minmax(0, 760px) auto;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  border-bottom: 1px solid #aaa39a;
  padding-bottom: 40px;
}

.standalone-stories-hero h2 {
  max-width: 720px;
  margin: 8px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.standalone-stories-hero p:last-child {
  max-width: 660px;
  margin: 0;
  color: #665f58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.5;
}

.standalone-stories-hero > .button {
  min-height: 48px;
  border-radius: 999px;
  padding-right: 25px;
  padding-left: 25px;
}

.standalone-workflow-note {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 26px;
  margin: 24px 0 54px;
  border-left: 3px solid #99192f;
  padding: 8px 0 8px 18px;
}

.standalone-workflow-note span {
  color: #99192f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.standalone-workflow-note p {
  margin: 0;
  color: #5e5851;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.45;
}

.standalone-story-index > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 18px;
}

.standalone-story-index h2 {
  margin: 5px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.standalone-story-index dl {
  display: flex;
  gap: 30px;
  margin: 0;
}

.standalone-story-index dl div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 8px;
}

.standalone-story-index dt {
  color: #77716a;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.standalone-story-index dd {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.standalone-story-list {
  border-top: 1px solid #aaa39a;
}

.standalone-story-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #d7d1ca;
  padding: 22px 0;
}

.standalone-story-row__status {
  display: grid;
  justify-items: start;
  gap: 7px;
}

.standalone-story-row__status small,
.standalone-story-row__copy small {
  color: #817b74;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
}

.standalone-story-row__copy > span {
  color: #99192f;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.standalone-story-row__copy h3 {
  margin: 5px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.standalone-story-row__copy p {
  margin: 0 0 5px;
  font-size: 10px;
  font-weight: 800;
}

.standalone-story-empty {
  display: grid;
  max-width: 720px;
  justify-items: start;
  gap: 11px;
  border-top: 1px solid #aaa39a;
  padding: 44px 0;
}

.standalone-story-empty > span {
  color: #99192f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

.standalone-story-empty h2,
.standalone-story-empty h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.standalone-story-empty p {
  max-width: 560px;
  margin: 0 0 8px;
  color: #665f58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.5;
}

.standalone-story-workspace {
  min-height: calc(100vh - 94px);
  background: #f6f4f0;
}

.standalone-story-bar {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  min-height: 74px;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid #c9c4bc;
  padding: 0 44px;
  background: #fffefa;
}

.standalone-story-bar > a {
  color: #99192f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.standalone-story-bar > div {
  display: grid;
  gap: 3px;
}

.standalone-story-bar > div span,
.standalone-story-inspector section > span,
.standalone-story-checklist-heading span {
  color: #99192f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.standalone-story-bar > div strong {
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.standalone-story-bar > div small {
  color: #817b74;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
}

.standalone-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  min-height: calc(100vh - 168px);
}

.standalone-story-canvas {
  min-width: 0;
  padding: 46px 68px 130px;
}

#standalone-story-form {
  width: min(100%, 980px);
  margin: 0 auto;
}

.standalone-story-intro {
  margin-bottom: 28px;
  border-bottom: 1px solid #bdb6ad;
  padding-bottom: 22px;
}

.standalone-story-intro h2 {
  margin: 7px 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.standalone-story-intro p:last-child {
  margin: 0;
  color: #6a635c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

#standalone-story-form fieldset {
  display: grid;
  gap: 15px;
  margin: 0;
  border: 0;
  padding: 0;
}

#standalone-story-form label {
  display: grid;
  gap: 7px;
  color: #2d2925;
  font-size: 10px;
  font-weight: 900;
}

#standalone-story-form label > small {
  color: #817b74;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  font-weight: 400;
}

#standalone-story-form .field {
  border-color: #c7c1b8;
  border-radius: 10px;
  background: #fffefa;
  box-shadow: 0 1px 2px rgb(30 24 18 / 3%);
}

#standalone-story-form .field:focus {
  border-color: #99192f;
  box-shadow: 0 0 0 3px rgb(153 25 47 / 10%);
  outline: 0;
}

#standalone-story-form input.field,
#standalone-story-form select.field {
  min-height: 44px;
  padding: 0 13px;
}

#standalone-story-form textarea.field {
  padding: 12px 14px;
}

#standalone-story-form label:first-of-type input {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

#standalone-story-form label:nth-of-type(2) textarea {
  min-height: 78px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.5;
}

/* The standalone route now shares the universal editor; keep its old form rules
   from enlarging the compact headline, standfirst and metadata controls. */
#standalone-story-form .universal-editor__lead-field > label {
  gap: 3px;
}

#standalone-story-form .universal-editor__lead-fields input.field {
  height: 35px;
  min-height: 35px;
  padding-right: 0;
  padding-left: 0;
}

#standalone-story-form .universal-editor__lead-fields textarea.field {
  height: 48px;
  min-height: 48px;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
}

#standalone-story-form .universal-editor__metadata select.field {
  height: 31px;
  min-height: 31px;
  padding-right: 0;
  padding-left: 0;
}

.standalone-story-metadata {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

#standalone-story-form .standalone-story-body {
  min-height: 410px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.62;
}

.standalone-story-extras {
  margin-top: 5px;
  border-top: 1px solid #d4cfc7;
  border-bottom: 1px solid #d4cfc7;
}

.standalone-story-extras summary {
  padding: 16px 0;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.05em;
  cursor: pointer;
  text-transform: uppercase;
}

.standalone-story-extras > div {
  display: grid;
  gap: 14px;
  padding-bottom: 18px;
}

.standalone-story-form-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
}

.standalone-story-form-footer > span {
  margin-right: auto;
  color: #77716a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
}

.standalone-story-form-footer > span[data-state="dirty"],
.standalone-story-form-footer > span[data-state="error"] {
  color: #99192f;
}

.standalone-story-inspector {
  border-left: 1px solid #d3cec6;
  padding: 38px 26px 130px;
  background: #eeeae4;
}

.standalone-story-inspector section {
  border-bottom: 1px solid #c9c2b9;
  padding: 0 0 24px;
}

.standalone-story-inspector section + section {
  padding-top: 24px;
}

.standalone-story-inspector h2 {
  margin: 6px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.standalone-story-inspector p {
  margin: 0;
  color: #655e57;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.5;
}

.standalone-story-checklist-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.standalone-story-checklist-heading strong {
  color: #77716a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 400;
}

.standalone-story-inspector ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.standalone-story-inspector li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: #5f5953;
  font-size: 10px;
}

.standalone-story-inspector li span {
  display: inline-flex;
  min-width: 42px;
  height: 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdb6ad;
  border-radius: 999px;
  color: #77716a;
  font-size: 7px;
  font-weight: 900;
  text-transform: uppercase;
}

.standalone-story-inspector li.is-complete {
  color: #24613c;
}

.standalone-story-inspector li.is-complete span {
  border-color: #5d926e;
  color: #24613c;
}

.standalone-story-primary-action strong {
  max-width: 230px;
}

.standalone-draft-board {
  display: grid;
  grid-template-columns: minmax(310px, 430px) minmax(0, 1fr);
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #c9c3bb;
  border-radius: 14px;
  background: #f8f6f2;
}

.standalone-story-queue {
  min-height: 500px;
}

.standalone-story-queue-empty {
  display: grid;
  gap: 7px;
  margin: 26px 2px;
  border: 1px dashed #bbb4ab;
  border-radius: 10px;
  padding: 28px 22px;
  background: #fbfaf7;
}

.standalone-story-queue-empty strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.standalone-story-queue-empty p {
  margin: 0;
  color: #706960;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 1.5;
}

.standalone-draft-guide {
  align-self: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 58px 64px;
}

.standalone-draft-guide > span {
  color: #99192f;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.standalone-draft-guide h3 {
  max-width: 540px;
  margin: 9px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.12;
}

.standalone-draft-guide > p {
  max-width: 560px;
  margin: 0 0 30px;
  color: #655f58;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.55;
}

.standalone-draft-guide dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid #cfc9c0;
}

.standalone-draft-guide dl div {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid #d7d1ca;
  padding: 13px 0;
}

.standalone-draft-guide dt {
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.standalone-draft-guide dd {
  margin: 0;
  color: #706960;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
}

.article-workbench--standalone #standalone-story-form {
  width: 100%;
  max-width: none;
}

.article-workbench--standalone .article-workbench__metadata--standalone {
  grid-template-columns: 1.35fr 1fr;
}

.article-workbench--standalone .article-workbench__panel-scroll > [data-standalone-panel] {
  display: grid;
  gap: 22px;
  padding-top: 22px;
}

.article-workbench--standalone .article-workbench__panel-scroll > [data-standalone-panel][hidden] {
  display: none;
}

.standalone-story-preview {
  width: min(720px, 100%);
  margin: 0 auto;
  padding: 34px clamp(20px, 5vw, 54px) 54px;
}

.standalone-story-preview > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid #d4cec5;
  padding-bottom: 12px;
  color: #8f1730;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.standalone-story-preview h1 {
  max-width: 18ch;
  margin: 28px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 400;
  line-height: .98;
}

.standalone-story-preview__standfirst {
  max-width: 56ch;
  margin: 0;
  color: #514b45;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.45;
}

.standalone-story-preview__byline {
  margin: 24px 0 0;
  border-top: 1px solid #d4cec5;
  padding-top: 14px;
  font-size: 11px;
}

.standalone-story-preview__body {
  margin-top: 30px;
  color: #211d1a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.65;
}

.standalone-story-preview__body p {
  margin: 0 0 1.25em;
}

.standalone-story-facts {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid #d2ccc3;
}

.standalone-story-facts div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  border-bottom: 1px solid #d8d2ca;
  padding: 12px 0;
}

.standalone-story-facts dt {
  color: #77716a;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.standalone-story-facts dd {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

@media (max-width: 1280px) {
  .admin-masthead__actions {
    padding-right: 0;
  }

  .admin-desk-index {
    right: 28px;
  }

  .standalone-stories-page {
    width: calc(100% - 56px);
  }

  .standalone-story-canvas {
    padding-right: 34px;
    padding-left: 34px;
  }
}

@media (max-width: 900px) {
  .standalone-draft-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .standalone-draft-guide {
    max-width: none;
    padding: 38px 32px;
  }

  .article-workbench--individual .article-workbench__issuebar--individual {
    grid-template-columns: 150px minmax(0, 1fr);
    padding-right: 132px;
  }

  .article-workbench--individual .article-workbench__copy {
    padding-left: 30px;
  }

  .article-workbench__sticky-action {
    right: 14px;
    bottom: max(12px, env(safe-area-inset-bottom));
    max-width: calc(100vw - 28px);
  }

  .article-workbench:has(.article-workbench__sticky-action) .article-editor__dirty-actions {
    right: 88px;
    bottom: 76px;
  }

  .article-workbench--individual .article-editor__dirty-actions {
    left: 30px;
  }

  .standalone-story-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .standalone-story-inspector {
    grid-row: 1;
    border-bottom: 1px solid #d3cec6;
    border-left: 0;
    padding: 22px 30px;
  }

  .standalone-story-inspector section {
    display: none;
  }

  .standalone-story-inspector section:last-child {
    display: block;
    border: 0;
    padding: 0;
  }

  .standalone-story-inspector ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .article-workbench__sticky-action > .button {
    max-width: calc(100vw - 28px);
    padding-right: 14px;
    padding-left: 14px;
  }

  .approval-quickcheck__popover {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 94px);
  }

  .standalone-stories-page {
    width: calc(100% - 28px);
    padding-top: 34px;
  }

  .standalone-stories-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .standalone-workflow-note,
  .standalone-story-row,
  .standalone-story-bar {
    grid-template-columns: minmax(0, 1fr);
  }

  .standalone-story-bar {
    gap: 8px;
    padding: 17px 20px;
  }

  .standalone-story-bar > .status-pill {
    justify-self: start;
  }

  .standalone-story-index > header,
  .standalone-story-form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .standalone-story-index dl {
    margin-top: 10px;
  }

  .standalone-story-row {
    gap: 14px;
  }

  .standalone-story-canvas {
    padding: 30px 14px 150px;
  }

  .standalone-story-metadata,
  .standalone-story-inspector ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .standalone-story-form-footer > span {
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .admin-masthead,
  .admin-masthead > .admin-masthead__brand,
  .admin-masthead > .admin-masthead__page,
  .admin-masthead__account {
    transition: none;
  }

  .article-workbench__sticky-action {
    backdrop-filter: none;
  }

  .approval-quickcheck__trigger,
  .approval-quickcheck__popover {
    animation: none;
    transition: none;
  }

  .admin-desk-index__nav-disclosure > summary {
    transition: none;
  }

  .admin-desk-index__nav-disclosure.is-opening,
  .admin-desk-index__nav-disclosure.is-opening .admin-desk-index__submenu,
  .admin-desk-index__nav-disclosure.is-opening .admin-desk-index__submenu a {
    transition: none;
  }
}
