/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: The Child Theme of Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Divi-Child
Template: Divi
*/

/*聯絡表單樣式*/
.wpforms-form button[type=submit] {
    background-color: #88A830 !important;
    border-radius: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.3) !important;
}

/* 表單欄位標題與選項文字 */
.wpforms-form .wpforms-field-label,
.wpforms-form .wpforms-field .wpforms-field-label,
.wpforms-form .wpforms-field label {
    color: #666666 !important;
}

