/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.wpforms-submit {
  width: 100%;
  background-color: #0073e6; /* 默认背景色 */
  color: #ffffff; /* 默认文字颜色 */
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpforms-submit:hover {
  background-color: #005bb5; /* 悬停背景色 */
  color: #ffffff; /* 悬停文字颜色 */
}
