#caf-form {
    border-radius: var(--button-radius);
    background-color: var(--3-gray\<deleted\|variable-52715217-4706-2fca-eda4-77657ea3100a\>);
    flex: none;
    padding: 50px;
    margin: 0 auto;
    width: 40%;
}

@media only screen and (max-width: 768px) {
  #caf-form {
    width: 90%;
    padding: 30px;
  }
}

#caf-form input[type="text"],
#caf-form input[type="email"],
#caf-form select {
  width: 97%;
  padding: 0.6em;
  margin-bottom: 1em;
  border: 1px solid #999;
  border-radius: 4px;
}

#caf-form label {
  display: block;
  margin-bottom: 0.5em;
}

#caf-form button {
  background-color: #d91920;
  color: white;
  padding: 0.7em 1.2em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#caf-form button:hover {
  background-color: #d91920;
}

#caf-response {
  margin-top: 1em;
  font-weight: bold;
}