.hide-label .acf-label {
  display: none; }

#snp_acf_form {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left; }
  #snp_acf_form input {
    padding: 8px;
    border-radius: 3px; }
  #snp_acf_form .acf-field {
    padding: 5px 0;
    border: 0; }
  #snp_acf_form h2 {
    font-weight: bold; }
  #snp_acf_form .acf-field-true-false {
    padding: 10px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-items: flex-end; }
    #snp_acf_form .acf-field-true-false .acf-label label {
      font-size: 0.85em;
      font-weight: inherit; }
    #snp_acf_form .acf-field-true-false .acf-label {
      flex: 1; }
    #snp_acf_form .acf-field-true-false .acf-input {
      margin: -1px 10px -1px 0; }
      #snp_acf_form .acf-field-true-false .acf-input input {
        margin: 0; }
    #snp_acf_form .acf-field-true-false .acf-label, #snp_acf_form .acf-field-true-false .acf-input {
      display: inline-block; }
  #snp_acf_form .acf-button {
    border-radius: 5em;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #1B4544; }

.snp_acf_form_container {
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
