/* Dùng bọc ID bên ngoài để tăng độ ưu tiên */
#itplus-fee-box .fee-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    width: 100% !important;
    max-width: 600px !important;
    margin: 20px auto !important;
    text-align: center !important;
    /* border: 1px solid #eee !important; */
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    display: block !important;
}

#itplus-fee-box .fee-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
    background: #fff !important;
    display: table !important;
    /* Đảm bảo nó hiện ra đúng dạng bảng */
}

#itplus-fee-box .fee-table th {
    background-color: #f8f9fa !important;
    color: #333 !important;
    font-weight: 600 !important;
    border: 1px solid #dee2e6 !important;
    padding: 15px !important;
}

#itplus-fee-box .fee-table td {
    padding: 15px !important;
    text-align: center !important;
    border: 1px solid #dee2e6 !important;
    color: #333 !important;
    vertical-align: middle !important;
}

#itplus-fee-box .price-val {
    color: #d93025 !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
}

#itplus-fee-box .promo-btn {
    background-color: #d93025 !important;
    color: white !important;
    font-weight: bold !important;
    padding: 12px 25px !important;
    border-radius: 50px !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
}

#itplus-fee-box .timer-val {
    color: #d93025 !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
}