.typography .freeform-form {
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: 2rem 1rem !important;
}

.typography .freeform-form input,
.typography .freeform-form select,
.typography .freeform-form textarea {
  width: 100% !important;
  padding: 0.75rem 1rem !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  font-size: 1rem !important;
  background: white !important;
  display: block !important;
}

.typography .freeform-form .freeform-field {
  margin-bottom: 2rem !important;
}

.typography .freeform-form .freeform-submit {
  margin-top: 2rem !important;
  text-align: center !important;
}

.freeform-form .freeform-submit button {
  display: inline-block;
  margin: 0 auto;
}

.typography .freeform-form .freeform-submit button {
  background-color: #c8102e !important;
  color: white !important;
  font-weight: bold !important;
  padding: 0.75rem 2rem !important;
  border: none !important;
  border-radius: 9999px !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
}

.typography .freeform-form .freeform-submit button:hover {
  background-color: #a30e25 !important;
}

 .freeform-form [data-freeform-controls] {
  display: flex !important;
  justify-content: center !important;
  margin-top: 2rem !important;
}

.freeform-form [data-freeform-controls] button {
  display: inline-block !important;
  margin: 0 auto !important;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  background-color: #c8102e;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.freeform-form [data-freeform-controls] button:hover {
  background-color: #a30e25;
}

