.hs-form .hs-button {
    width: auto !important;  /* Shrinks button to fit content */
    max-width: 200px; /* You can adjust this */
    padding: 10px 20px; /* Adjust padding for button size */
    display: inline-block; /* Ensures it doesn’t stretch */
  
  .small-margin {
    margin-bottom: 0px !important;
}