* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: "MS Sans Serif", "Segoe UI", Tahoma, sans-serif;
  font-size: 13px;
  background: #008080;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.zp-denied {
  max-width: 28rem;
  background: #c0c0c0;
  border: 2px solid #fff;
  border-right-color: #404040;
  border-bottom-color: #404040;
  padding: 0.75rem 1rem;
  box-shadow: 2px 2px 0 #000;
}
.zp-denied h1 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}
.lead { margin: 0.35rem 0; }
.zp-denied p { margin: 0.35rem 0; line-height: 1.4; }
.urls code {
  display: inline-block;
  margin: 0.15rem 0;
  font-size: 0.78rem;
  word-break: break-all;
}
.note, .foot {
  font-size: 0.75rem;
  color: #202020;
}
