.elementor-kit-154{--e-global-color-primary:#FF8A33;--e-global-color-secondary:#333333;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-2aa4fe0:#2A29299C;--e-global-color-ec348ba:#F38635;--e-global-typography-primary-font-family:"Arial";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-secondary-font-family:"Arial";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:100;--e-global-typography-accent-font-family:"Arial";--e-global-typography-accent-font-weight:100;background-color:var( --e-global-color-text );font-family:"Rany", Mulish;font-size:16px;font-weight:100;}.elementor-kit-154 button,.elementor-kit-154 input[type="button"],.elementor-kit-154 input[type="submit"],.elementor-kit-154 .elementor-button{background-color:#FF8A33;border-style:none;}.elementor-kit-154 button:hover,.elementor-kit-154 button:focus,.elementor-kit-154 input[type="button"]:hover,.elementor-kit-154 input[type="button"]:focus,.elementor-kit-154 input[type="submit"]:hover,.elementor-kit-154 input[type="submit"]:focus,.elementor-kit-154 .elementor-button:hover,.elementor-kit-154 .elementor-button:focus{background-color:#F38635;border-style:none;}.elementor-kit-154 e-page-transition{background-color:#FFBC7D;}.elementor-kit-154 a{color:var( --e-global-color-primary );font-family:"Rany", Mulish;font-size:16px;font-weight:100;}.elementor-kit-154 h1{font-family:"Rany", Mulish;font-weight:100;}.elementor-kit-154 h2{font-family:"Rany", Mulish;font-weight:100;}.elementor-kit-154 h3{font-family:"Rany", Mulish;font-weight:100;}.elementor-kit-154 h4{font-family:"Rany", Mulish;font-weight:100;}.elementor-kit-154 h5{font-family:"Rany", Mulish;font-weight:100;}.elementor-kit-154 h6{font-family:"Rany", Mulish;font-weight:100;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-kit-154{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 右侧下载结果列表：防止筛选后行距被撑开 */
.download-result-grid .elementor-loop-container,
.download-result-grid .jet-listing-grid__items {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-auto-rows: max-content !important;

  align-content: start !important;
  justify-content: stretch !important;
  align-items: start !important;

  gap: 8px !important;
  row-gap: 8px !important;

  height: auto !important;
  min-height: 0 !important;
}

/* 每一条结果 */
.download-result-grid .e-loop-item,
.download-result-grid .jet-listing-grid__item {
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 单条文件卡片内部高度 */
.download-result-grid .e-loop-item > .elementor,
.download-result-grid .e-loop-item .e-con,
.download-result-grid .jet-listing-grid__item .e-con {
  height: auto !important;
  min-height: 58px !important;
  margin: 0 !important;
}

/* 防止父级容器使用 space-between 撑开 */
.download-result-grid,
.download-result-grid > .elementor-widget-container {
  align-content: start !important;
  justify-content: flex-start !important;
  height: auto !important;
  min-height: 0 !important;
}/* End custom CSS */