.elementor-kit-838{--e-global-color-primary:#5DA528;--e-global-color-secondary:#1F3A5F;--e-global-color-text:#2B2B2B;--e-global-color-accent:#1F3A5F;--e-global-color-ccc6dd2:#152A45;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-838 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Site-wide table styling ===== */
:root{
  --tbl-border: #e5e7eb;
  --tbl-odd: #ffffff;   /* 奇数行 */
  --tbl-even: #f7f7f9;  /* 偶数行 */
  --tbl-head: #f1f5f9;
  --tbl-text: #111827;
}

/* Targets most tables across WP/Elementor */
table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--tbl-text);
}

/* Compact cells */
table th,
table td{
  padding: 6px 10px;        /* compact */
  line-height: 1.25;        /* compact */
  border: 1px solid var(--tbl-border);
  vertical-align: top;
}

/* Header style */
table thead th,
table th{
  background: var(--tbl-head);
  font-weight: 600;
}

/* Zebra stripes: odd/even rows */
table tbody tr:nth-child(odd){
  background: var(--tbl-odd);
}
table tbody tr:nth-child(even){
  background: var(--tbl-even);
}

/* Optional: hover highlight */
table tbody tr:hover{
  filter: brightness(0.98);
}

/* Optional: small text on mobile */
@media (max-width: 767px){
  table th, table td{ padding: 6px 8px; }
}/* End custom CSS */