/* Custom submit button style */ .sqs-block-form .form-button { background-color: #2f80ed; /* Button background color */ color: #fff; /* Button text color */ border-radius: 5px; /* Rounded corners */ padding: 12px 20px; /* Button padding */ transition: background-color 0.3s ease; } .sqs-block-form .form-button:hover { background-color: #1d61b1; /* Darker button color on hover */ }