#post-main-wrap {
  margin-top: 100px;
  flex: 1;
}
#subscriptionsupport input,
#subscriptionsupport select {
  height: 32px;
}
#subscriptionsupport input[type=submit] {
  height: 40px;
  background: var(--confirmation-blue);
  color: #fff;
  font-family: var(--cta-font);
  font-size: 18px;
  border: 1px;
  border-radius: 2px;
  cursor: pointer;
}
.pmpro_card .pmpro_form_field {
  margin-bottom: 20px;
}
.pmpro_card [name="submit_button"] {
  margin: 20px 0;
}
.pmpro_card input,
.pmpro_card textarea {
  font-family: Helvetica, Arial, sans;
}
.pmpro_card label {
  font-family: var(--cta-font);
}
.pmpro_card textarea.pmpro_form_input {
  min-height: 200px;
}
.error404 #post-main-wrap .container {
  max-width: 900px;
  padding: 20px;
}
.error404 #post-main-wrap h2 {
  font-family: var(--title-font);
  margin: 30px 0;
  font-size: 24px;
}
.error404 #post-main-wrap .controls {
  display: flex;
}
.error404 #post-main-wrap input {
  font-size: 16px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.error404 #post-main-wrap input[type=text] {
  border: 2px solid #000;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 16px;
  font-family: var(--description-font);
  flex: 1;
  height: 42px;
}
.error404 #post-main-wrap input[type=submit] {
  border: 2px solid #000;
  flex: 0 0 100px;
  background: #000;
  height: 42px;
  letter-spacing: 0;
  font-weight: bolder;
}
@media (min-width: 768px) {
  .error404 #post-main-wrap h2 {
    font-size: 36px;
  }
}
