.recharge-guide {
    font-size: 90%;
    display: block;
    text-align: left;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 8px;
}

.recharge-guide span {
    display: block;
}

/* Nút cảnh báo (Warning Button) */
.btn.btn-warning {
    color: #ffc107;
    background-color: #fff7df;
    text-align: center;
    border-radius: 99px;
    font-size: 90%;
    padding: 4px;
    width: 100%;
}



.btn.btn-success {
    color: #134e4a;
    background-color: #ccfbf1;
    text-align: center;
    border-radius: 99px;
    font-size: 90%;
    padding: 4px;
    width: 100%;
}

.btn.btn-danger {
    color: #dc3545;
    background-color: #ffbcc3;
    text-align: center;
    border-radius: 99px;
    font-size: 90%;
    padding: 4px;
    width: 100%;
}

        .wallet-transaction-history {
            width: 100%;
            border-collapse: collapse;
        }
        .wallet-transaction-history th,
        .wallet-transaction-history td {
            border: 1px solid #ddd;
            padding: 8px !important;
            text-align: center;
        }
        .wallet-transaction-history th {
            background-color: #f4f4f4;
        }

         .user-top-up-history {
            width: 100%;
            border-collapse: collapse;
        }
        .user-top-up-history th,
        .user-top-up-history td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: center;
        }
        .user-top-up-history th {
            background-color: #f4f4f4;
        }

        .table-woocommerce-account-my tbody { font-size: 90%; }