.elementor-56226 .elementor-element.elementor-element-490a5c61{--display:flex;overflow:visible;}.elementor-56226 .elementor-element.elementor-element-490a5c61.e-con{--align-self:flex-start;--flex-grow:0;--flex-shrink:0;}@media(max-width:1024px) and (min-width:768px){.elementor-56226 .elementor-element.elementor-element-490a5c61{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-3151a603 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d241b7b *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62dea11e *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4e076 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ffbd9e *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fefc457 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c122cdb *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6139a162 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) - !important 強制置中最終版 */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead,
    #compound-growth-calculator #projection-table thead {
        display: none !important;
    }

    /* 讓表格元素變成區塊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td,
    #compound-growth-calculator #projection-table,
    #compound-growth-calculator #projection-table tbody,
    #compound-growth-calculator #projection-table tr,
    #compound-growth-calculator #projection-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    /* 將每一列(tr)變成無邊框的容器 */
    #investment-growth-calculator #projection-table tr,
    #compound-growth-calculator #projection-table tr {
        margin-bottom: 0;
        border: none;
        padding: 0;
    }

    /* --- 以下是本次修改的重點 --- */
    #investment-growth-calculator #projection-table td,
    #compound-growth-calculator #projection-table td {
        display: flex;
        justify-content: space-between;
        align-items: center !important;  /* <-- 使用 !important 強制垂直置中 */
        padding: 12px 15px;
        min-height: 75px;
        border-bottom: 1px solid #f0f0f0;
        text-align: right;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child,
    #compound-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none;
    }
    
    /* 標題樣式 */
    #investment-growth-calculator #projection-table td::before,
    #compound-growth-calculator #projection-table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-align: left;
        color: #333;
        flex-basis: 65%;
        padding-right: 10px;
    }

    /* 數值本身的樣式 */
     #investment-growth-calculator #projection-table td,
    #compound-growth-calculator #projection-table td {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d5bfe39 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51c43a69 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76429dcf *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-298bf34 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) - !important 強制置中最終版 */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead,
    #compound-growth-calculator #projection-table thead {
        display: none !important;
    }

    /* 讓表格元素變成區塊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td,
    #compound-growth-calculator #projection-table,
    #compound-growth-calculator #projection-table tbody,
    #compound-growth-calculator #projection-table tr,
    #compound-growth-calculator #projection-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    /* 將每一列(tr)變成無邊框的容器 */
    #investment-growth-calculator #projection-table tr,
    #compound-growth-calculator #projection-table tr {
        margin-bottom: 0;
        border: none;
        padding: 0;
    }

    /* --- 以下是本次修改的重點 --- */
    #investment-growth-calculator #projection-table td,
    #compound-growth-calculator #projection-table td {
        display: flex;
        justify-content: space-between;
        align-items: center !important;  /* <-- 使用 !important 強制垂直置中 */
        padding: 12px 15px;
        min-height: 100px;
        border-bottom: 1px solid #f0f0f0;
        text-align: right;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child,
    #compound-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none;
    }
    
    /* 標題樣式 */
    #investment-growth-calculator #projection-table td::before,
    #compound-growth-calculator #projection-table td::before {
        content: attr(data-label);
        font-weight: bold;
        text-align: left;
        color: #333;
        flex-basis: 65%;
        padding-right: 10px;
    }

    /* 數值本身的樣式 */
     #investment-growth-calculator #projection-table td,
    #compound-growth-calculator #projection-table td {
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18a285ef *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a1162c8 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60e5e290 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ebf42ec *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1fdaf37a *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e3c4dc2 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27a9c5d6 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9468251 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45ffc89b *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ba5ec83 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-29dcaa1e *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d48c856 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-668ce229 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1dd5abf3 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e5a28f3 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1057be67 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33ae61e8 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b1a9ebf *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3333cde2 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a30316a *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e9aa309 *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3008dedc *//* 投資增長計算器 CSS 樣式 */
#investment-growth-calculator {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
}
#investment-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#investment-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#investment-growth-calculator .input-group {
    margin-bottom: 22px;
}
#investment-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#investment-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
}
#investment-growth-calculator input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity .2s;
    padding: 0;
    border: none;
}
#investment-growth-calculator input[type="range"]:hover { opacity: 1; }
#investment-growth-calculator input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none; width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#investment-growth-calculator input[type="range"]::-moz-range-thumb {
    width: 22px; height: 22px; background: #333333; cursor: pointer; border-radius: 50%; border: 3px solid #ffffff; box-shadow: 0 1px 3px rgba(0,0,0,0.2); border: none;
}
#investment-growth-calculator .result-section {
    margin-top: 25px;
}
#investment-growth-calculator #projection-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}
#investment-growth-calculator #projection-table th {
    padding: 12px 10px;
    text-align: right;
    background-color: #f9f9f9;
    color: #333333;
    font-weight: 600;
    position: sticky; 
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
#investment-growth-calculator #projection-table td {
    padding: 12px 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}
#investment-growth-calculator #projection-table tr:last-child td {
    border-bottom: 1px solid #e0e0e0;
}
#investment-growth-calculator #projection-table tr:nth-child(even) { 
    background-color: #fdfdfd; 
}
#investment-growth-calculator #projection-table td:first-child, #investment-growth-calculator #projection-table th:first-child {
    text-align: center;
    font-weight: bold;
}
/* RWD 響應式表格樣式 (手機版) */
@media screen and (max-width: 600px) {
    /* 隱藏電腦版的表頭 */
    #investment-growth-calculator #projection-table thead {
        display: none;
    }

    /* 讓表格元素變成區塊，以便堆疊 */
    #investment-growth-calculator #projection-table,
    #investment-growth-calculator #projection-table tbody,
    #investment-growth-calculator #projection-table tr,
    #investment-growth-calculator #projection-table td {
        display: block;
        width: 100%;
    }

    /* 將每一列(tr)變成一張卡片 */
    #investment-growth-calculator #projection-table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
        border-radius: 8px; /* 為卡片增加圓角 */
        overflow: hidden; /* 確保內容不會超出圓角 */
    }

    /* 調整儲存格(td)樣式 */
    #investment-growth-calculator #projection-table td {
        text-align: right;
        padding-left: 50%; /* 留出左半邊空間給標題 */
        position: relative;
        border-bottom: 1px solid #eeeeee;
    }
    
    #investment-growth-calculator #projection-table tr:last-child td:last-child {
        border-bottom: none; /* 卡片的最後一項不需要底線 */
    }

    /* 魔法發生的地方：使用 ::before 偽元素將標題注入 */
    #investment-growth-calculator #projection-table td::before {
        content: attr(data-label); /* 讀取 data-label 屬性的內容 */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 20px); /* 計算左半邊的寬度 */
        text-align: left;
        font-weight: bold;
        color: #333;
    }
}/* End custom CSS */