.elementor-kit-113{--e-global-color-primary:#B02D24;--e-global-color-secondary:#D2463B;--e-global-color-text:#2C2D2F;--e-global-color-accent:#76161B;--e-global-color-46227ca:#2C2D2F;--e-global-color-6373284:#F8F4F1;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:400;color:#2C2D2F;}.elementor-kit-113 e-page-transition{background-color:#FFBC7D;}.elementor-kit-113 h1{font-size:1.8em;}.elementor-kit-113 h2{font-size:1.4em;}.elementor-kit-113 h3{font-size:1.4em;}.elementor-kit-113 h4{font-size:1.2em;}.elementor-kit-113 h5{color:var( --e-global-color-blocksy_palette_2 );font-size:1em;font-weight:700;line-height:0em;word-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*附件連結*/

.download-button {
  display: inline-block;
  margin: 6px 0;
  padding: 10px 16px;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.download-button:hover {
  background-color: #005177;
}

/*附件連結icon*/

.download-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.download-item {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  padding: 10px 16px;
  border-radius: 6px;
  transition: background 0.2s;
}
.download-item:hover {
  background: #eef2f5;
}
.download-icon img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.download-title {
  font-weight: 500;
  color: #222;
}/* End custom CSS */