.elementor-kit-6{--e-global-color-primary:#C29A5C;--e-global-color-secondary:#1A1A1A;--e-global-color-text:#5A5A5A;--e-global-color-accent:#A67830;--e-global-color-f7c2e56:#F3EEE8;--e-global-color-bfdabe1:#00000000;--e-global-color-f421829:#FFFFFF;--e-global-color-c439019:#000000;--e-global-color-112a68c:#BBBBBB;--e-global-color-bbaaa09:#F2F2F2;--e-global-typography-primary-font-family:"Noto Serif TC";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Noto Serif TC";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Noto Sans TC";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0.05em;--e-global-typography-accent-font-family:"Noto Serif TC";--e-global-typography-accent-font-size:22px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:0.05em;--e-global-typography-e831b39-font-family:"Noto Serif TC";--e-global-typography-e831b39-font-size:28px;--e-global-typography-e831b39-font-weight:600;--e-global-typography-e831b39-line-height:1.5em;--e-global-typography-e831b39-letter-spacing:0.03em;--e-global-typography-adf7527-font-family:"Noto Serif TC";--e-global-typography-adf7527-font-size:19px;--e-global-typography-adf7527-font-weight:600;--e-global-typography-adf7527-line-height:1.5em;--e-global-typography-adf7527-letter-spacing:0.05em;--e-global-typography-7f4a377-font-family:"EB Garamond";--e-global-typography-7f4a377-font-size:80px;--e-global-typography-7f4a377-font-weight:500;--e-global-typography-7f4a377-line-height:1.2em;--e-global-typography-3963581-font-family:"EB Garamond";--e-global-typography-3963581-font-size:60px;--e-global-typography-3963581-font-weight:500;--e-global-typography-3963581-line-height:1.2em;--e-global-typography-ba39e59-font-family:"EB Garamond";--e-global-typography-ba39e59-font-size:40px;--e-global-typography-ba39e59-font-weight:500;--e-global-typography-ba39e59-line-height:1.2em;--e-global-typography-80e3a1a-font-family:"Noto Sans TC";--e-global-typography-80e3a1a-font-size:17px;--e-global-typography-80e3a1a-font-weight:400;--e-global-typography-80e3a1a-line-height:1.5em;--e-global-typography-80e3a1a-letter-spacing:0.05em;--e-global-typography-4c72e19-font-family:"EB Garamond";--e-global-typography-4c72e19-font-size:28px;--e-global-typography-4c72e19-font-weight:500;--e-global-typography-4c72e19-line-height:1.2em;background-color:var( --e-global-color-f7c2e56 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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);}@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-6{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:30px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:20px;--e-global-typography-e831b39-font-size:24px;--e-global-typography-adf7527-font-size:18px;--e-global-typography-7f4a377-font-size:38px;--e-global-typography-3963581-font-size:32px;--e-global-typography-ba39e59-font-size:28px;--e-global-typography-4c72e19-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 16:9 比例裁切框（Loop Item 專用） */

.post-loop-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
}

/* 撐滿比例框 */
.post-loop-img > a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 不變形置中裁切 */
.post-loop-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.sidebar-img {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  position: relative;
}

/* 讓連結與圖片撐滿比例框 */
.sidebar-img > a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 真正裁切核心 */
.sidebar-img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}/* End custom CSS */