.news-public {
  margin: 0;
  background: #f6f5f1;
  color: #1f2933;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

.news-public * {
  box-sizing: border-box;
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 249, 245, 0.96);
  border-bottom: 1px solid #dedbd2;
  backdrop-filter: blur(14px);
}

.public-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 16px 0 10px;
}

.public-brand {
  flex: 0 0 auto;
  color: #111827;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}

.public-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: min(600px, 68vw);
  min-width: 0;
}

.public-search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.public-search input {
  min-width: 0;
  width: 100%;
  height: 38px;
  border: 1px solid #d7d3c8;
  border-radius: 8px;
  background: #ffffff;
  color: #111827;
  padding: 0 12px;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.public-search input::placeholder {
  color: #9a968c;
}

.public-search input:focus {
  border-color: #8b8475;
  box-shadow: 0 0 0 3px rgba(139, 132, 117, 0.13);
}

.public-search button,
.load-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid #25342f;
  border-radius: 8px;
  background: #25342f;
  color: #ffffff;
  padding: 0 14px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.public-search button:hover,
.load-more-button:hover {
  background: #17231f;
  border-color: #17231f;
}

.glossary-open {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  border: 1px solid #c9c4b8;
  border-radius: 8px;
  background: #ffffff;
  color: #303b37;
  padding: 0 11px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.glossary-open:hover {
  border-color: #87978f;
  background: #f2f5f3;
}

.glossary-open svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.glossary-dialog {
  width: min(920px, calc(100% - 32px));
  max-height: min(780px, calc(100dvh - 32px));
  border: 1px solid #cbc6ba;
  border-radius: 8px;
  background: #fbfaf7;
  color: #202a27;
  padding: 0;
  box-shadow: 0 20px 60px rgba(32, 40, 37, 0.18);
}

.glossary-dialog::backdrop {
  background: rgba(22, 28, 26, 0.38);
  backdrop-filter: blur(2px);
}

.glossary-dialog-frame {
  min-height: 240px;
}

.glossary-dialog-header,
.glossary-preview > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.glossary-dialog-header {
  border-bottom: 1px solid #dedbd2;
  padding: 14px 16px;
}

.glossary-dialog-header > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.glossary-dialog-header strong {
  font-size: 17px;
}

.glossary-dialog-header span {
  color: #777168;
  font-size: 12px;
}

.icon-button {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  place-items: center;
  border: 0;
  background: transparent;
  color: #5c625f;
  padding: 0;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.icon-button:hover {
  color: #111827;
}

.glossary-unlock {
  width: min(420px, calc(100% - 32px));
  margin: 36px auto 44px;
}

.glossary-unlock label,
.glossary-editor label:not(.toggle-field) {
  display: grid;
  gap: 6px;
  color: #535a57;
  font-size: 12px;
  font-weight: 700;
}

.glossary-unlock-row,
.glossary-toolbar,
.glossary-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.glossary-unlock-row input {
  flex: 1 1 auto;
  min-width: 0;
}

.glossary-dialog input,
.glossary-dialog textarea,
.glossary-dialog select {
  min-width: 0;
  border: 1px solid #d2cdc1;
  border-radius: 6px;
  background: #ffffff;
  color: #202a27;
  padding: 8px 9px;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.glossary-dialog input,
.glossary-dialog select {
  height: 36px;
}

.glossary-dialog textarea {
  resize: vertical;
  line-height: 1.45;
}

.glossary-dialog input:focus,
.glossary-dialog textarea:focus,
.glossary-dialog select:focus {
  border-color: #7d9188;
  box-shadow: 0 0 0 3px rgba(87, 112, 101, 0.12);
}

.glossary-dialog input:disabled {
  background: #efede7;
  color: #97928a;
}

.primary-button,
.secondary-button,
.danger-button,
.text-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 11px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.primary-button {
  border: 1px solid #25342f;
  background: #25342f;
  color: #ffffff;
}

.secondary-button {
  border: 1px solid #c7c2b7;
  background: #ffffff;
  color: #303936;
}

.danger-button {
  border: 1px solid #e0b4b4;
  background: #fffafa;
  color: #a92727;
}

.text-button {
  border: 0;
  background: transparent;
  color: #67625a;
}

.primary-button:disabled,
.secondary-button:disabled,
.danger-button:disabled {
  cursor: default;
  opacity: 0.45;
}

.glossary-manager {
  position: relative;
}

.glossary-toolbar {
  border-bottom: 1px solid #e2dfd7;
  padding: 10px 14px;
}

.glossary-toolbar input {
  flex: 1 1 auto;
}

.glossary-workspace {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 480px;
  max-height: calc(100dvh - 150px);
}

.glossary-list {
  overflow-y: auto;
  border-right: 1px solid #dedbd2;
  background: #f5f3ed;
}

.glossary-list-empty {
  margin: 18px 14px;
  color: #827c73;
  font-size: 13px;
}

.glossary-list-item {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e1ddd4;
  background: transparent;
  color: #27312e;
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
}

.glossary-list-item:hover,
.glossary-list-item.active {
  background: #e6ece9;
}

.glossary-list-item.active {
  box-shadow: inset 3px 0 #426459;
}

.glossary-list-item strong,
.glossary-list-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.glossary-list-item strong {
  font-size: 14px;
}

.glossary-list-item span {
  margin-top: 3px;
  color: #777168;
  font-size: 12px;
}

.glossary-editor {
  overflow-y: auto;
  padding: 16px;
}

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

.glossary-form-grid .field-wide {
  grid-column: 1 / -1;
}

.toggle-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 36px;
  color: #4c5551;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.toggle-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.toggle-field i {
  position: relative;
  width: 36px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #c9c6bd;
  transition: background 140ms ease;
}

.toggle-field i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  transition: transform 140ms ease;
}

.toggle-field input:checked + i {
  background: #426459;
}

.toggle-field input:checked + i::after {
  transform: translateX(16px);
}

.toggle-field input:focus-visible + i {
  outline: 3px solid rgba(66, 100, 89, 0.2);
}

.glossary-message {
  min-height: 19px;
  margin: 10px 0 0;
  color: #726c63;
  font-size: 12px;
  line-height: 1.5;
}

.glossary-message.error {
  color: #b42323;
}

.glossary-actions {
  flex-wrap: wrap;
  margin-top: 12px;
}

.glossary-preview {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  background: #fbfaf7;
  padding: 16px;
  z-index: 2;
}

.glossary-preview > header {
  border-bottom: 1px solid #dedbd2;
  padding-bottom: 10px;
}

.glossary-preview-summary {
  margin: 14px 0;
  color: #4d5652;
  font-size: 14px;
}

.glossary-example {
  border-top: 1px solid #e1ddd4;
  padding: 11px 0;
}

.glossary-example strong,
.glossary-example span {
  display: block;
}

.glossary-example strong {
  margin-bottom: 7px;
  font-size: 13px;
}

.glossary-example span {
  overflow-wrap: anywhere;
  color: #5f6663;
  font-size: 12px;
  line-height: 1.55;
}

.glossary-example .after {
  margin-top: 4px;
  color: #25463c;
}

.section-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 12px;
  scrollbar-width: none;
}

.section-tabs::-webkit-scrollbar {
  display: none;
}

.section-tabs a {
  flex: 0 0 auto;
  color: #504c44;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
}

.section-tabs a:hover {
  background: #efede6;
  border-color: #e2ded4;
}

.section-tabs a.active {
  color: #ffffff;
  background: #25342f;
  border-color: #25342f;
}

.section-tabs a.danger {
  color: #b91c1c;
  background: #fff7f7;
  border-color: #fecaca;
}

.section-tabs a.danger.active {
  color: #ffffff;
  background: #b91c1c;
  border-color: #b91c1c;
}

.section-tabs span {
  opacity: 0.65;
  margin-left: 3px;
}

.public-main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.briefing-shell {
  padding: 16px 0 48px;
}

.briefing-status {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 10px;
  color: #777168;
  font-size: 13px;
  line-height: 1.45;
}

.article-count {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}

.article-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: #fffefa;
  border: 1px solid #e0ddd4;
  border-radius: 8px;
}

.briefing-item {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 16px;
  border-bottom: 1px solid #e7e3da;
  cursor: pointer;
  transition: background-color 0.14s ease;
}

.briefing-item:last-child {
  border-bottom: 0;
}

.briefing-item:hover {
  background: #fbfaf6;
}

.briefing-item.uncategorized-item {
  background: #fffafa;
}

.briefing-item.uncategorized-item:hover {
  background: #fff5f5;
}

.briefing-item:hover h2 a {
  color: #0f766e;
}

.thumb {
  display: block;
  width: 126px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #ece9df;
  border: 1px solid #e0ddd4;
  border-radius: 6px;
}

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

.thumb.empty {
  position: relative;
}

.thumb.empty::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 32px;
  height: 24px;
  margin: auto;
  border: 2px solid #c8c2b4;
  border-radius: 5px;
}

.item-body {
  min-width: 0;
}

.item-meta,
.detail-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  color: #777168;
  font-size: 13px;
  line-height: 1.35;
}

.meta-pill,
.meta-muted {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  color: #17443e;
  background: #e8f0ec;
  border: 1px solid #d6e5de;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.meta-pill.danger {
  color: #b91c1c;
  background: #fee2e2;
  border-color: #fecaca;
}

.meta-muted {
  color: #777168;
}

.meta-muted + .meta-muted::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 7px 2px 1px;
  background: #b1aa9d;
  border-radius: 999px;
}

.briefing-item h2 {
  margin: 7px 0 6px;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 700;
  letter-spacing: 0;
}

.briefing-item h2 a {
  color: #151b22;
  text-decoration: none;
}

.briefing-item p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #565f68;
  font-size: 15px;
  line-height: 1.58;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.search-ko-snippet mark,
.source-match mark {
  padding: 0 2px;
  color: inherit;
  background: #fff1a8;
  border-radius: 2px;
}

.source-match {
  min-width: 0;
  margin-top: 11px;
  padding-top: 9px;
  border-top: 1px solid #e8e4db;
}

.source-match strong {
  display: block;
  margin-bottom: 3px;
  color: #777168;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 750;
}

.source-match p {
  color: #72777d;
  font-size: 13px;
  line-height: 1.48;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-line-clamp: 3;
}

.category-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 11px;
}

.category-form label {
  color: #9f1239;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

.category-form select {
  min-width: 146px;
  height: 32px;
  border: 1px solid #f3b4b4;
  border-radius: 7px;
  background: #ffffff;
  color: #1f2933;
  padding: 0 9px;
  font: inherit;
  font-size: 13px;
  outline: none;
  cursor: pointer;
}

.category-form select:focus {
  border-color: #b91c1c;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.1);
}

.load-more {
  display: flex;
  justify-content: center;
  padding: 22px 0 0;
}

.empty-state {
  padding: 46px 18px;
  color: #777168;
  text-align: center;
}

.exhibition-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.exhibition-feed {
  min-width: 0;
}

.topic-sidebar {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 8px;
  min-width: 0;
  width: 100%;
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  padding: 1px 4px 6px 0;
  scrollbar-color: #c9c2b6 transparent;
}

.topic-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  min-height: 78px;
  padding: 9px;
  color: #222b33;
  text-decoration: none;
  background: #fffefa;
  border: 1px solid #e0ddd4;
  border-left: 3px solid transparent;
  border-radius: 8px;
  transition:
    background-color 0.14s ease,
    border-color 0.14s ease;
}

.topic-card:hover {
  background: #fbfaf6;
  border-color: #cbc5b8;
}

.topic-card.active {
  background: #eef5f2;
  border-color: #0f766e;
}

.topic-card img,
.topic-image-empty {
  display: block;
  width: 62px;
  aspect-ratio: 4 / 3;
  border-radius: 5px;
  background: #ece9df;
  object-fit: cover;
}

.topic-image-empty {
  border: 1px solid #ded8cb;
}

.topic-card.all-topic {
  grid-template-columns: minmax(0, 1fr);
  min-height: auto;
}

.topic-text {
  min-width: 0;
}

.topic-text strong {
  display: block;
  margin-bottom: 4px;
  overflow-wrap: anywhere;
  color: #17201c;
  font-size: 14px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: 0;
}

.topic-card.active .topic-text strong {
  font-weight: 800;
}

.topic-text span,
.topic-empty {
  color: #69645b;
  font-size: 12px;
  line-height: 1.42;
}

.topic-text span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.topic-empty {
  padding: 16px 4px;
}

.article-detail {
  max-width: 760px;
  margin: 0 auto;
  padding: 30px 0 54px;
}

.back-link,
.source-link {
  color: #0f766e;
  text-decoration: none;
  font-weight: 700;
}

.back-link {
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 14px;
}

.back-link:hover,
.source-link:hover {
  text-decoration: underline;
}

.article-detail h1 {
  margin: 14px 0 12px;
  color: #111827;
  font-size: 30px;
  line-height: 1.32;
  font-weight: 700;
  letter-spacing: 0;
}

.dek {
  margin: 0 0 22px;
  color: #374151;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

.hero-image {
  margin: 20px 0 24px;
}

.hero-image img {
  display: block;
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  background: #ece9df;
  border: 1px solid #e0ddd4;
  border-radius: 8px;
}

.hero-image figcaption {
  margin-top: 7px;
  color: #777168;
  font-size: 12px;
  line-height: 1.45;
}

.article-body {
  color: #252c33;
  font-size: 17px;
  line-height: 1.78;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote {
  margin: 0 0 15px;
}

.article-body figure,
.article-body table {
  margin: 12px 0;
}

.article-body h2,
.article-body h3 {
  margin: 28px 0 10px;
  color: #111827;
  line-height: 1.42;
  letter-spacing: 0;
}

.article-body h2 {
  font-size: 22px;
  font-weight: 760;
}

.article-body h3 {
  font-size: 19px;
  font-weight: 740;
}

.article-body ul,
.article-body ol {
  padding-left: 1.25rem;
}

.article-body li {
  margin: 0 0 6px;
}

.article-body blockquote {
  padding-left: 14px;
  color: #4b5563;
  border-left: 3px solid #d7d3c8;
}

.article-body figure.table {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
}

.article-body table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #ddd8cc;
  border-radius: 6px;
  overflow: hidden;
  color: #303840;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
}

.article-body th,
.article-body td {
  border: 1px solid #e1dcd1;
  padding: 4px 6px;
  vertical-align: middle;
}

.article-body th > :first-child,
.article-body td > :first-child {
  margin-top: 0;
}

.article-body th > :last-child,
.article-body td > :last-child {
  margin-bottom: 0;
}

.article-body th > p,
.article-body td > p {
  margin-block: 0;
}

.article-body th,
.article-body tr:first-child td {
  background: #dfe8e4;
  color: #182d27;
  font-weight: 760;
  border-bottom-color: #91a79d;
}

.article-body td:first-child,
.article-body th:first-child {
  font-weight: 700;
}

.source-link {
  display: inline-flex;
  margin-top: 22px;
  font-size: 14px;
}

.detail-footer {
  margin-top: 14px;
  color: #777168;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .exhibition-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 14px;
  }

  .topic-sidebar {
    position: static;
    display: flex;
    gap: 8px;
    max-width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 4px;
    scrollbar-width: none;
  }

  .topic-sidebar::-webkit-scrollbar {
    display: none;
  }

  .topic-card {
    flex: 0 0 226px;
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 72px;
  }

  .topic-card.all-topic {
    flex-basis: 164px;
  }

  .topic-card img,
  .topic-image-empty {
    width: 54px;
  }
}

@media (max-width: 720px) {
  .public-header-inner {
    width: min(100% - 28px, 1120px);
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 0 9px;
  }

  .public-brand {
    font-size: 23px;
  }

  .public-search {
    width: 100%;
    min-width: 0;
  }

  .public-tools {
    width: 100%;
  }

  .section-tabs,
  .public-main {
    width: min(100% - 28px, 1120px);
  }

  .section-tabs {
    padding-bottom: 10px;
  }

  .briefing-shell {
    padding-top: 14px;
  }

  .article-list {
    border-radius: 8px;
  }

  .briefing-item {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
  }

  .thumb {
    width: 92px;
    border-radius: 6px;
  }

  .thumb.empty::after {
    width: 26px;
    height: 20px;
  }

  .briefing-item h2 {
    margin: 6px 0 5px;
    font-size: 17px;
    line-height: 1.38;
  }

  .briefing-item p {
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }

  .source-match {
    margin-top: 9px;
    padding-top: 8px;
  }

  .source-match p {
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 3;
  }

  .category-form {
    align-items: stretch;
    gap: 7px;
  }

  .category-form select {
    min-width: 132px;
    max-width: 100%;
  }

  .item-meta,
  .detail-meta {
    gap: 5px;
    font-size: 12px;
  }

  .meta-pill {
    min-height: 20px;
    padding: 2px 7px;
    font-size: 11px;
  }

  .article-detail {
    padding: 24px 0 46px;
  }

  .article-detail h1 {
    font-size: 26px;
    line-height: 1.34;
  }

  .dek,
  .article-body {
    font-size: 16px;
  }

  .article-body {
    line-height: 1.76;
  }

  .article-body h2 {
    font-size: 20px;
  }

  .article-body h3 {
    font-size: 18px;
  }

  .hero-image img {
    max-height: 340px;
  }
}

@media (max-width: 430px) {
  .public-search button {
    padding: 0 11px;
  }

  .public-tools {
    align-items: stretch;
  }

  .glossary-open {
    padding: 0 9px;
  }

  .glossary-dialog {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
  }

  .glossary-workspace {
    display: block;
    min-height: 0;
    max-height: calc(100dvh - 145px);
    overflow-y: auto;
  }

  .glossary-list {
    display: flex;
    max-height: 116px;
    overflow-x: auto;
    overflow-y: hidden;
    border-right: 0;
    border-bottom: 1px solid #dedbd2;
  }

  .glossary-list-item {
    width: 172px;
    flex: 0 0 172px;
    border-right: 1px solid #e1ddd4;
  }

  .glossary-form-grid {
    grid-template-columns: 1fr;
  }

  .glossary-form-grid .field-wide {
    grid-column: auto;
  }

  .briefing-item {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .thumb {
    width: 82px;
  }

  .briefing-item h2 {
    font-size: 17px;
  }

  .meta-muted + .meta-muted::before {
    margin-right: 5px;
  }
}
