.page-shell {
  min-height: 100vh;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
}

.page-shell main {
  flex: 1;
}

.mono-content {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

textarea.textarea.mono-content {
  min-height: 24rem;
}

.inline-button-form {
  display: inline;
}

.app-footer {
  padding: 1.5rem;
  background: #f1f5f9;
}

.feed-action-button {
  font-size: 0.65rem;
  height: 1.85rem;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}
