
* { box-sizing: border-box; }

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

.wrapper, .wrap {
  max-width: 72ch;
  margin: 24px auto;
  padding: 0 16px;
}

h1 { font-size: 1.8rem; margin: 0 0 12px; }
h2 { font-size: 1.3rem; margin: 24px 0 10px; }
p  { margin: 0 0 12px; }

a { color: #00f; text-decoration: underline; }
a:visited { color: #551a8b; }

label {
  display: block;
  margin: 12px 0 6px;
  font-weight: bold;
}


.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

input[type="text"], textarea {
  width: 100%;
  font: inherit;
  padding: 6px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

textarea {
  min-height: 240px;
  resize: vertical;
}

.hint, .status {
  margin-top: 6px;
  font-size: 0.95rem;
}
