.viewer-image {
  align-items: flex-start;
  justify-content: flex-start;
  overflow: auto;
}

.viewer-image img {
  flex: none;
  margin: auto;
  max-height: none;
  max-width: none;
}

.zoom-control {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  white-space: nowrap;
}

.zoom-control select {
  background: #182019;
  border: 1px solid #60695e;
  color: inherit;
  font: inherit;
  min-height: 44px;
  padding: 0.5rem;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.5rem;
}

.admin-tabs button[aria-selected="true"] {
  background: var(--ink, #1d241d);
  color: #fff;
}

.editorial-content textarea {
  min-height: 28rem;
  resize: vertical;
}

.settings-panel {
  max-width: 38rem;
}

.settings-panel form {
  display: grid;
  gap: 1rem;
}

@media (max-width: 700px) {
  .viewer-bottom {
    flex-wrap: wrap;
  }

  .zoom-control {
    order: 3;
    width: 100%;
  }

  .editorial-content textarea {
    min-height: 20rem;
  }
}
