/*!
Theme Name: Machinery
Theme URI: https://www.wpzhiku.com/
Author: Wenprise
Author URI: https://www.wpzhiku.com
Description: Description
Version: 1.0.0
License: Copyright Reserved
License URI: Null
Text Domain: machinery
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root{
  --global-content-width: 1280px;
  --global-palette9: #e9efe8;
  --global-palette8: #fafcfa;
  --header-h: 100px;
}

.site__footer .kb-form .kadence-blocks-form-field label,
.site__footer h2,
.site__footer h3,
.site__footer li,
.site__footer a,
.site__footer p,
.site__footer strong,
.site__footer li{
  color: var(--text-color);
}

.site__footer a:hover{
  color: var(--text-hover-color);
}

.elementor-widget-text-editor table {
  width: 100%;
  border-collapse: collapse;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.elementor-widget-text-editor th {
  background-color: #0057b8;
  color: white;
  text-align: center;
  padding: 12px;
  font-weight: bold;
  border: 1px solid #ddd;
}

.elementor-widget-text-editor td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-align: center;
}

.elementor-widget-text-editor tr:nth-child(even) {
  background-color: #f9f9f9;
}

.elementor-widget-text-editor td:first-child {
  text-align: left;
  font-weight: bold;
}