.hsfc-Button {
/*     background-color: var(--hsf-default-button__background-color) !important; */
    width: 30% !important;
    background: #c8372e !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    padding: 15px 20px !important;
    border: 1px solid #aeb0b6 !important;
    box-shadow: 1px 1px 6px 1px #ccc !important;
}

.hsfc-Step .hsfc-Step__Content {
    padding: 0.5rem 1rem 1rem 0 !important;
  }


.hsfc-TextInput {
  margin: 5px 0 5px 0 !important;
/*   border-style: !important;
  border-color: !important; 
  border-radius: !important;
  border-width: !important; */
  border-bottom: 1.5px solid #161c21 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-family: 'VerbMedium', Arial, sans-serif;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  line-height: 1.5238 !important;
  padding: 6px 12px !important;
  height: 30px !important;
  color: #000000 !important;
  
}

.hsfc-ErrorAlert {
  font-size: 12px !important;
  padding-left: 0.5rem !important;
}

.hsfc-FieldLabel { 
  display: none !important;
  color: #757575 !important;
}

/* .hsfc-TextInput:focus { 
  box-shadow: none !important;
}

.hsfc-TextInput:hover { 
  box-shadow: none !important;
}
 */

.hsfc-RichText {
    font-size: 11px !important;
    color: #5e5e5e !important;

}

.hsfc-ReCaptchaV2 {
    margin-top: 0 !important;
    margin-bottom: -1.5rem !important;
}

.hsfc-Row {
  margin-bottom: 5px !important; 
  gap: 0.5rem !important;
}

.hsfc-NavigationRow__Buttons:has(>*:only-child) { 
  justify-content: left !important;


@media (max-width: 430px) {
  .hsfc-Button {
/*     background-color: var(--hsf-default-button__background-color) !important; */
    width: 50% !important;
    background: #c8372e !important;
    font-size: 1rem !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    padding: 15px 15px !important;
    border: 1px solid #aeb0b6 !important;
    box-shadow: 1px 1px 6px 1px #ccc !important;
  }

  .hsfc-Step .hsfc-Step__Content {
    padding: 1.5rem !important;
  }

  
  .hsfc-NavigationRow__Buttons:has(>*:only-child) { 
  justify-content: left !important;
}
}