    /*
     Theme Name: Twenty Twenty-Five Child
     Theme URI: http://example.com/twentytwentyfive-child/
     Description: A child theme for Twenty Twenty-Five.
     Author: 2xwebdesign
     Author URI: http://2xwebdesign.com
     Template: twentytwentyfive
     Version: 1.0.0
     License: GNU General Public License v2 or later
     License URI: http://www.gnu.org/licenses/gpl-2.0.html
     Tags: block-editor, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready
     Text Domain: twentytwentyfive-child
    */


div.wpforms-container-full, .wpforms-form button[type=submit] {
     margin: 0 auto !important;
     display: block !important;
     width: 100% !important;
}

.my-custom-table .wp-block-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.my-custom-table .wp-block-table th,
.is-style-my-custom-table .wp-block-table td {
  border: 1px solid #ddd;
  padding: 8px;
}