.elementor-kit-6{--e-global-color-primary:#719430;--e-global-color-secondary:#444444;--e-global-color-text:#808080;--e-global-color-accent:#E1E1E1;--e-global-color-0cbab3b:#666666;--e-global-color-96cbc37:#333333;--e-global-color-7c187fc:#F8F8F8;--e-global-color-cd3c784:#FFFFFF;--e-global-color-41493f9:#919191;--e-global-typography-primary-font-family:"Open Sans";--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:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:#86CC05;}.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 */.highlight {
    color:#719430;
}
.breadcrumb {
    font-size: 14px;
}
.rank_math_breadcrumb a {
    color: #808080;
/* 链接默认颜色 */
    text-decoration: none; /* 可选：移除默认下划线 */
}

.rank_math_breadcrumb a:hover {
    color: #719430; /* 链接悬停颜色 */
}
@media (max-width: 768px) {
    .breadcrumb {
        font-size:12px;
    }
}

/* 基本表格样式（可与方案 A 共存） */
.table th, .table td { padding: 14px; font-size: 15px; }

/* 平板：<= 992px */
@media (max-width: 992px) {
  .table th, .table td {
    padding: 10px;
    font-size: 14px;
  }
}

/* 手机：<= 600px */
@media (max-width: 600px) {
  .table th, .table td {
    padding: 8px;
    font-size: 13px;
  }
  .table { min-width: 0; } /* 允许更小宽度（若不需要横向滚动） */
}/* End custom CSS */