.elementor-kit-8 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;}@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 *//* 1. 設定初始狀態：背景寬度為 0 */
.elementor-kit-8 mark {
    background-image: linear-gradient(transparent 60%, rgba(240, 165, 20, 0.4) 40%);
    background-size: 0% 100%; /* 初始寬度為 0 */
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: transparent !important; /* 移除預設黃色 */
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0 2px;
    transition: background-size 1s cubic-bezier(0.65, 0, 0.35, 1); /* 劃線速度與曲線 */
}

/* 2. 當 Elementor 小工具進入畫面或被激活時觸發 */
/* 這裡利用 Elementor 進入動畫觸發時常用的類名，或搭配 JS 觸發 */
.elementor-kit-8.elementor-invisible mark,
.elementor-kit-8 mark {
    /* 如果不想寫 JS，可以直接讓它在頁面加載後直接跑動畫 */
    animation: gic-gold-stroke 1.5s forwards;
    animation-delay: 0.5s; /* 延遲一下再劃線，效果更自然 */
}

@keyframes gic-gold-stroke {
    from { background-size: 0% 100%; }
    to { background-size: 100% 100%; }
}


.gic-linespacing {
    line-height: 1.6em;
}/* End custom CSS */