.page-header {
  max-width: var(--max-content-width);
  width: 100%;
  margin: 0 auto;
  padding: 80px var(--content-gutter) 24px;
  letter-spacing: 0.2em;
  text-align: center;

  h1 {
    font-size: 48px;
    text-transform: uppercase;
  }
}

.page-content {
  max-width: var(--max-content-width);
  width: 100%;
  margin: 0 auto;
  padding: 24px var(--content-gutter) 80px;
}

@media screen and (max-width: 768px) {
  .page-header h1 {
    font-size: 30px;
  }
}

.wpcf7 {
  padding: 42px 0;
  max-width: 500px;
  margin: 0 auto;

  @media screen and (max-width: 768px) {
    padding: 12px 0 42px;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-form > div,
.wpcf7-form > p {
  margin-bottom: 12px;
}

.wpcf7-form > div > p > label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 500;
}

.wpcf7-form input[name='customer-addr2'] {
  margin-top: 4px;
  display: inline-block;
}

:where(:focus-visible) {
  outline: none !important;
  box-shadow: unset !important;
  outline-offset: 0 !important;
}

.page-contact input.wpcf7-text,
.page-contact .wpcf7-textarea {
  width: 100%;
  padding: 4px;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.wpcf7-checkbox > span {
  /* width: 33%; */
}

.wpcf7-submit {
  background-color: ##f5f3f4;
  border-radius: 4px;
  display: block;
  text-transform: uppercase;
  width: 100%;
  border: 0;
  padding: 8px;
}

.wpcf7-submit:hover {
  background-color: #231f20;
  color: #fff;
  cursor: pointer;
}
