#lf_form_container h3 {
    margin-bottom: 1.5rem;
  }

  #lf_form_container p[id$="_block"] {
    margin-bottom: 0.5rem;
  }

  #lf_form_container input,
  #lf_form_container textarea {
    padding: 1rem;
  }

  /* Submit button */
  #saveForm,
  .button_text {
    background-color: #204ce5;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
  #saveForm:hover,
  .button_text:hover {
    background-color: #1a3fc0;
  }