/* Giao diện Light Theme cho Tool Thuế */
.hihi-tax-tool-container {
    background: #ffffff;
    border: 1px solid #f0f0f0;
}

/* Sửa lại bảng kết quả từ đen sang trắng/xanh */
#tax-result-panel {
    background-color: #f8fafc !important; /* Màu nền xám xanh rất nhạt */
    color: #1e293b !important;           /* Chữ màu xanh đen */
    border: 1px solid #e2e8f0 !important;
}

#tax-result-panel h3 {
    color: #059669 !important; /* Tiêu đề màu xanh lá */
}

#tax-result-panel span {
    color: #475569 !important; /* Chữ phụ màu xám */
}

#tax-result-panel .font-bold {
    color: #0f172a !important; /* Con số màu đen đậm */
}

/* Nổi bật tổng tiền */
#res-total {
    color: #dc2626 !important; /* Tổng tiền màu đỏ cho dễ nhìn */
    text-shadow: none !important;
}

/* Note màu xanh dịu */
#tax-status-note {
    background-color: #ecfdf5;
    color: #065f46 !important;
    border-left: 4px solid #10b981 !important;
    padding: 10px;
}

/* Nút tính toán */
.btn-calculate-tax {
    background-color: #059669 !important;
    color: white !important;
    border: none !important;
    font-weight: bold !important;
}