.elementor-23251 .elementor-element.elementor-element-6c397eca{padding:40px 0px 40px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-23251 .elementor-element.elementor-element-291a41c{text-align:center;}.elementor-23251 .elementor-element.elementor-element-291a41c .elementor-heading-title{font-family:"Noto Sans TC", Sans-serif;font-size:30px;font-weight:700;line-height:1.5em;color:#363636;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-23251 .elementor-element.elementor-element-176acda0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-2d5bf8c0 */.price-table{
            width: 100%;
            border:0;
            text-align: center;
            border-collapse:collapse;
            background-color: #fff;
        }
        .price-table th{
            border-bottom: 2px solid #3366CC;
            font-size: 22px;
            font-weight: 600;
            padding: 10px 0;
        }
        .price-table th:nth-child(2){
            color: #3366CC;
        }
        .price-table th:nth-child(3){
            color: #1f2c5c;
        }
        /* .price-table th:nth-child(4){
            color: #4F740F;
        } */
        .price-table tr:nth-child(odd){
            background-color: #f8f8f8;
        }
        .price-table td{
            padding: 10px;
            font-size: 18px;
            line-height: 1.7em;
            text-align: left;
        }
        .price-table td:nth-child(1){
            width: 40%;
        }
        .price-table td:nth-child(2),.price-table td:nth-child(3),.price-table td:nth-child(4){
            width: 20%;
            text-align: center;
        }
        .price-table tr.type-label{
            color: #3366CC;
            background-color: #d9f7f6;
        }
        .price-table td > img{
            width: 30px;
            height: 30px;
        }
        @media screen and (max-width:1024px){
            .price-table th{
                font-size: 18px;
            }
        }
        .tooltip {
        position: relative;
        display: inline-block;
        cursor: pointer;
        }

        /* Tooltip 內容區塊（右側顯示） */
        .tooltip .tooltip-text {
        visibility: hidden;
        width: max-content;
        background-color: #333;
        color: #fff;
        text-align: left;
        padding: 6px 10px;
        border-radius: 4px;
        font-size: 14px;
        position: absolute;
        top:50%;
        left: 100%; /* 讓 tooltip 出現在右邊 */
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 0.3s;
        z-index: 10;
        line-height: 1.4;
        /* ✅ 自動換行設定 */
            max-width: 235px;
        white-space: normal;
        word-break: break-word;
        }

        /* 箭頭：指向左側（也就是目標元素） */
        .tooltip .tooltip-text::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%) translateX(-100%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent #333 transparent transparent;
        }

        /* 滑鼠 hover 顯示 */
        .tooltip:hover .tooltip-text {
        visibility: visible;
        opacity: 1;
        }/* End custom CSS */