.elementor-56076 .elementor-element.elementor-element-30de6f87{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-4591b4d5 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-354db5c0 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-17069b3 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1dee36c6 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15f5b092 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52db989d *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-79a6f9b8 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22c2c609 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c82b392 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76a24b1f *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e04edac *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c6a4ced *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b27071a *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-665e8e91 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69345589 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-124b393b *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2537afbb *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62eb28eb *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4352460f *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-568694be *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-128feb70 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44ca0b25 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-510a95e0 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a72dcca *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18f562ea *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27f7ec97 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a41e005 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43e9af5e *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-429e4a3b *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6271f969 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2cde6b3d *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55c41d27 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1458e0a4 *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b2693dd *//* 計算器通用 CSS 樣式 */
.calculator-container {
    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;
}
.calculator-container h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
.calculator-container .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.calculator-container .input-group {
    margin-bottom: 22px;
}
.calculator-container .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
.calculator-container .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 15px;
    margin-left: 15px; /* 增加一點間距 */
    white-space: nowrap; /* 防止換行 */
}
.calculator-container 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;
}
.calculator-container input[type="range"]:hover { opacity: 1; }
.calculator-container 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);
}
.calculator-container 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;
}
.calculator-container .result-section {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}
.calculator-container .result-section h3 {
    color: #555555;
    font-size: 18px;
    margin-bottom: 10px;
}
.calculator-container .monthly-income {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.calculator-container .monthly-income span {
    font-size: 20px;
    color: #555555;
    margin-left: 8px;
}
.calculator-container .sustainability-note {
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 25px;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
.calculator-container .sustainability-note p {
    margin: 0;
}
#compound-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;
}
#compound-growth-calculator h2 {
    text-align: center;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}
#compound-growth-calculator .description {
    text-align: center;
    font-size: 15px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 1.6;
}
#compound-growth-calculator .input-group {
    margin-bottom: 22px;
}
#compound-growth-calculator .input-group label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #555555;
    margin-bottom: 12px;
}
#compound-growth-calculator .input-group .value-display {
    font-weight: bold;
    color: #000000;
    background-color: #f0f0f0;/* End custom CSS */