:root {
  font-family:
    ui-rounded,
    system-ui,
    -apple-system,
    sans-serif;
  color: #191915;
  background: #fff8e8;
  line-height: 1.5;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
main {
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 24px;
}
.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
h1 {
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin: 14px 0;
}
header p {
  color: #686258;
  max-width: 550px;
}
form,
article {
  padding: 24px;
  border: 1px solid #ded4bc;
  border-radius: 20px;
  background: #fffdf7;
  margin: 24px 0;
}
label {
  display: block;
  font-weight: 650;
}
input,
select {
  font: inherit;
  display: block;
  padding: 12px;
  border: 1px solid #aaa18b;
  border-radius: 9px;
  background: white;
  max-width: 100%;
  margin: 8px 0 16px;
}
input {
  width: 100%;
}
button,
.watch {
  font: inherit;
  font-weight: 700;
  padding: 12px 18px;
  border: 1px solid #191915;
  border-radius: 10px;
  background: #ffd339;
  color: #191915;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.secondary {
  background: transparent;
}
.danger {
  background: #fff0eb;
  color: #a22b18;
  border-color: #d49b8c;
}
nav,
.actions {
  display: flex;
  align-items: end;
  gap: 12px;
  flex-wrap: wrap;
}
nav select {
  margin-bottom: 0;
}
.meta {
  font-size: 14px;
  color: #6b695c;
}
.status {
  display: inline-block;
  background: #eee7d5;
  border-radius: 6px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 800;
}
.status.flagged {
  background: #ffe4b5;
}
.status.deleted {
  background: #f1d5ce;
}
.actions {
  margin-top: 20px;
}
.reports {
  padding: 12px 18px;
  border-left: 3px solid #edac32;
  margin-top: 18px;
}
#message {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
footer {
  margin-top: 42px;
  font-size: 14px;
}
a {
  color: inherit;
}
h2 {
  font-size: 22px;
}
article p {
  overflow-wrap: anywhere;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #367bb0;
  outline-offset: 3px;
}
@media (max-width: 500px) {
  main {
    padding: 28px 16px;
  }
  h1 {
    font-size: 34px;
  }
  article {
    padding: 18px;
  }
  .actions button {
    width: 100%;
  }
}

.removal {
  margin-top: 1.25rem;
  border-top: 1px solid #e4dac1;
  padding-top: 1.25rem;
}
.removal label {
  display: block;
  margin-bottom: 0.75rem;
}
.removal input {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}
.removal button {
  margin-right: 0.5rem;
}
