.vat-title{
    font-size:32px;
    line-height:1.45;
    color:#1e88d8;
    margin:34px 0 18px;
}

.vat-desc{
    background:#fff7f7;
    border:1px solid #ffe1e1;
    border-radius:16px;
    padding:18px;
    line-height:1.9;
    margin:18px 0 24px;
    font-size:17px;
}

.vat-program{
    background:#fff;
    border-radius:22px;
    padding:18px;
    margin:24px 0 40px;
    box-shadow:0 8px 28px rgba(0,0,0,.08);
}

.vat-program h3{
    font-size:22px;
    color:#1e88d8;
    margin:0 0 18px;
}

.vat-program label{
    display:block;
    font-size:17px;
    font-weight:700;
    color:#4f6475;
    margin:14px 0 7px;
}

.vat-program select{
    width:100%;
    font-size:17px;
    padding:10px 12px;
    border:1px solid #cfdce7;
    border-radius:12px;
    box-sizing:border-box;
}

.vat-input{
    width:100%;
    height:56px;
    border-radius:14px;
    border:2px solid #1e88d8;
    font-size:24px;
    font-weight:700;
    text-align:right;
    padding:0 14px;
    box-sizing:border-box;
}

.vat-result{
    width:100%;
    border-collapse:collapse;
    margin-top:22px;
}

.vat-result td{
    padding:12px 10px;
    border-bottom:1px solid #ececec;
    font-size:17px;
}

.vat-result .val{
    text-align:right;
    font-weight:700;
}

.vat-result .total-row td{
    background:#eaf6ff;
    color:#005fb8;
    font-size:19px;
    font-weight:700;
}

.vat-note{
    margin-top:16px;
    background:#fff7f7;
    border:1px solid #ffe1e1;
    border-radius:14px;
    padding:14px;
    line-height:1.7;
}

.vat-divider{
    margin:55px 0;
    border-top:2px dashed #d7d7d7;
}

@media(max-width:768px){

    .vat-title{
        font-size:24px;
    }

    .vat-desc{
        font-size:15px;
    }

    .vat-program{
        padding:18px;
    }

    .vat-input{
        height:58px;
        font-size:32px;
        border-width:3px;
    }

    .vat-result td{
        font-size:15px;
    }

    .vat-result .total-row td{
        font-size:16px;
    }

}
.vat-program .percent-input-wrap{
    display:flex;
    align-items:center;
    gap:8px;
    width:100%;
}

.vat-program .percent-input-wrap .vat-input{
    flex:1;
    min-width:0;
}

.vat-program .percent-addon{
    flex:0 0 auto;
    min-width:52px;
    height:56px;
    margin-left:0;
    border-radius:14px;
    background:#eaf6ff;
    color:#005fb8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:16px;
    white-space:nowrap;
}

@media(max-width:768px){
    .vat-program .percent-addon{
        height:58px;
        min-width:48px;
        font-size:15px;
    }
}